Cole-Greer commented on code in PR #3329:
URL: https://github.com/apache/tinkerpop/pull/3329#discussion_r2978064237
##########
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinDriverIntegrateTest.java:
##########
@@ -1094,13 +1094,11 @@ public void shouldAliasTraversalSourceVariables()
throws Exception {
public void shouldCloseAllClientsOnCloseOfCluster() throws Exception {
final Cluster cluster = TestClientFactory.open();
final Client sessionlessOne = cluster.connect();
Review Comment:
nit: It would be cleaner to rename these to clientOne, client,Two,
clientThree... so our tests don't carry forward any baggage from sessions.
--
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]