Skip to content

3.x: ScyllaSniProxyTest tests are failing time to time #358

@dkropachev

Description

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions