forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
Error: Failures:
Error: ScyllaSniProxyTest.test_ccm_cluster_1node:119->test_ccm_cluster:72
Wanted but not invoked:
schemaChangeListenerBase.onTableAdded(<any>);
-> at com.datastax.driver.core.ScyllaSniProxyTest.test_ccm_cluster(ScyllaSniProxyTest.java:72)
However, there were other interactions with this mock:
schemaChangeListenerBase.onRegister(
com.datastax.driver.core.Cluster@72161dbb
);
-> at com.datastax.driver.core.Cluster.register(Cluster.java:587)
schemaChangeListenerBase.onKeyspaceAdded(
CREATE KEYSPACE testks WITH REPLICATION = { 'class' : 'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1' } AND DURABLE_WRITES = true;
);
-> at com.datastax.driver.core.Metadata.triggerOnKeyspaceAdded(Metadata.java:798)
[INFO]