You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2019/02/27 08:08:45 UTC

[GitHub] vinaykumarchella commented on a change in pull request #3: Add integration tests task for CASSANDRA-15031

vinaykumarchella commented on a change in pull request #3: Add integration tests task for CASSANDRA-15031
URL: https://github.com/apache/cassandra-sidecar/pull/3#discussion_r260630323
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -80,6 +82,7 @@ dependencies {
     testCompile group: 'org.cassandraunit', name: 'cassandra-unit-shaded', version: '3.3.0.2'
     testCompile 'com.datastax.cassandra:cassandra-driver-core:3.6+:tests'
     testCompile 'org.apache.commons:commons-exec:1.3+'
+    testCompile group: 'com.datastax.oss.simulacron', name: 'simulacron-driver-3x', version: '0.8.7'
 
 Review comment:
   IIRC, `simulacron` does not support JMX interaction that Cassandra provides (specifically MBeans), 
   which is imperative as part of sidecar implementation as we end up dealing with it a lot.  I am fine with
   `simulacron` for now as we don't have any JMX interaction yet in the sidecar, and we can think about JMX interaction when we get there.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org