yifan-c commented on code in PR #156:
URL: https://github.com/apache/cassandra-sidecar/pull/156#discussion_r1882887761


##########
server/src/test/integration/org/apache/cassandra/sidecar/routes/ConnectedClientStatsHandlerIntegrationTest.java:
##########
@@ -105,7 +107,8 @@ void 
retrieveClientStatsListConnectionsWithKeyspace(VertxTestContext context)
     void retrieveClientStatsMultipleConnections(VertxTestContext context)
     throws Exception
     {
-        // Creates an additional connection pair
+        // create an extra pair of connections
+        sidecarTestContext.buildNewCqlSessionProvider().get();

Review Comment:
   The test was incorrectly depending on building new cluster object when 
creating keyspace. It get fixed in this patch, and an explicit method to build 
new cluster object is added for clarity. 



-- 
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]

Reply via email to