Commit Graph

11 Commits

Author SHA1 Message Date
Michael Lumish e41b99dffc Fix a couple of issues with tests on Windows 2021-12-09 10:46:03 -05:00
murgatroid99 3a1470ed80 Fix other references 2020-01-08 09:43:10 -08:00
murgatroid99 94cdec3e73 Fix grpc reference in tests 2020-01-07 17:54:50 -08:00
murgatroid99 f03f1b52f3 Add test for waitForReady on both implementations 2020-01-07 16:26:22 -08:00
murgatroid99 e7ca0da409 Specify client and server implementation in test description 2019-10-10 14:47:10 -07:00
Michael Lumish 68fbffa474
Skip connectivity test to narrow down failures 2019-06-26 16:22:01 -07:00
cjihrig e9946c3f6c
test: make connctivity test more robust
The key change here is forcing the final unary call to
wait for the server to be ready. The native client was
making the RPC, but didn't appear to have a valid
connection at the time.
2019-06-25 19:39:45 -04:00
cjihrig 0a306fa983
test: move interop tests from bind() to bindAsync()
This commit migrates the interop tests from bind() to
bindAsync() in order to support the pure JavaScript server,
which cannot implement a synchronous bind().
2019-06-25 14:04:18 -04:00
murgatroid99 fbdeae23ea Use triple equals 2019-06-24 13:17:03 -07:00
murgatroid99 eb3c479e36 Connectivity test: ensure all calls end before ending the test 2019-06-24 12:56:27 -07:00
murgatroid99 9aeca2f01a Pure JS: Fixed two bugs with goaway handling 2019-06-06 09:48:04 -07:00