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


##########
server/src/test/integration/org/apache/cassandra/sidecar/testing/IntegrationTestModule.java:
##########
@@ -161,13 +212,6 @@ public Session getIfConnected()
         return cqlSessionProvider;
     }
 
-    @Provides
-    @Singleton
-    public ClusterLease clusterLease()
-    {
-        return new ClusterLease(ClusterLease.Ownership.CLAIMED);
-    }
-

Review Comment:
   remove the fake lease. It now runs the actual lease competition in every 
integration test. 



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