Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve buildGrpcManagedChannel orphaned channel & ensure connections…
… mocked (dapr#1003) * okhttpclient is mocked Signed-off-by: Cassandra Coyle <[email protected]> * mock workflowRuntime to rm log: 'The sidecar at address localhost:4001 is unavailable. Will continue retrying.' Signed-off-by: Cassandra Coyle <[email protected]> * fix several NetworkUtilsTest orphaned channels Signed-off-by: Cassandra Coyle <[email protected]> * reset workflow changes since I still see the log output Signed-off-by: Cassandra Coyle <[email protected]> * Close daprClient on DaprClientGrpcTelemetryTest Signed-off-by: Artur Souza <[email protected]> * try latest runtime rc Signed-off-by: Cassandra Coyle <[email protected]> * Update runtime to 1.12.4 Signed-off-by: Artur Souza <[email protected]> * Mvn test is now verbose, temporatily. Signed-off-by: Artur Souza <[email protected]> * try fixing RetryPolicyTest Signed-off-by: Cassandra Coyle <[email protected]> * comment out RetryPolicyTest Signed-off-by: Cassandra Coyle <[email protected]> * add RetryPolicyTest back Signed-off-by: Cassandra Coyle <[email protected]> * trying to figure out which test func is the issue Signed-off-by: Cassandra Coyle <[email protected]> * try ubuntu-20.04 Signed-off-by: Cassandra Coyle <[email protected]> * try rm-ing GrpcChannelFacadeTest Signed-off-by: Cassandra Coyle <[email protected]> * try rm-ing DaprClientHttpTest Signed-off-by: Cassandra Coyle <[email protected]> * try t.join just in case Signed-off-by: Cassandra Coyle <[email protected]> * is this the bad test? Signed-off-by: Cassandra Coyle <[email protected]> * are these other healthcheck tests the problem? Signed-off-by: Cassandra Coyle <[email protected]> * is it the ok test? Signed-off-by: Cassandra Coyle <[email protected]> * is it due to an invoke test? Signed-off-by: Cassandra Coyle <[email protected]> * is it the config/subscribeConfig tests Signed-off-by: Cassandra Coyle <[email protected]> * is it noHotMono? Signed-off-by: Cassandra Coyle <[email protected]> * is it a publish test? Signed-off-by: Cassandra Coyle <[email protected]> * is it the other noHotMono tests? Signed-off-by: Cassandra Coyle <[email protected]> * is it a state test? Signed-off-by: Cassandra Coyle <[email protected]> * is it a save state test? Signed-off-by: Cassandra Coyle <[email protected]> * is it a secret test? Signed-off-by: Cassandra Coyle <[email protected]> * is it a delete state test? Signed-off-by: Cassandra Coyle <[email protected]> * is it the rest -1 and - ending tests? Signed-off-by: Cassandra Coyle <[email protected]> * no client calls, only end of file remaining Signed-off-by: Cassandra Coyle <[email protected]> * add teardown - did it work? Signed-off-by: Cassandra Coyle <[email protected]> * is it just needing daprClientHttpXML to be closed? Signed-off-by: Cassandra Coyle <[email protected]> * Reuse mock and builder. Signed-off-by: Artur Souza <[email protected]> * Try dedicated executor. Signed-off-by: Artur Souza <[email protected]> * Comment out the remaining tests. Signed-off-by: Artur Souza <[email protected]> * Remove before and after. Signed-off-by: Artur Souza <[email protected]> * Remove sdk/src/test/java/io/dapr/client/DaprClientHttpTest.java Signed-off-by: Artur Souza <[email protected]> * Remove sdk/src/test/java/io/dapr/client/DaprHttpTest.java. Signed-off-by: Artur Souza <[email protected]> * Delete a batch of tests. Signed-off-by: Artur Souza <[email protected]> * restore deleted test files Signed-off-by: Cassandra Coyle <[email protected]> * add back in RetryPolicyTest Signed-off-by: Cassandra Coyle <[email protected]> --------- Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]>
- Loading branch information