yifan-c commented on code in PR #156:
URL: https://github.com/apache/cassandra-sidecar/pull/156#discussion_r1882888414
##########
server/src/test/integration/org/apache/cassandra/sidecar/testing/CassandraSidecarTestContext.java:
##########
@@ -197,6 +197,7 @@ public InstancesConfig refreshInstancesConfig()
{
// clean-up any open sessions or client resources
close();
+ closeSessionProvider();
Review Comment:
`setInstancesConfig` create a new instance of session provider. Therefore,
close the current one before creating a new one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]