@@ -13,6 +13,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
1313:PreparedTests.* \
1414:NamedParametersTests.* \
1515:CassandraTypes/CassandraTypesTests/* .Integration_Cassandra_* \
16+ :ControlConnectionTests.* \
1617:BatchSingleNodeClusterTests* :BatchCounterSingleNodeClusterTests* :BatchCounterThreeNodeClusterTests* \
1718:ErrorTests.* \
1819:SslNoClusterTests* :SslNoSslOnClusterTests* \
@@ -25,6 +26,9 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
2526:UseKeyspaceCaseSensitiveTests.* \
2627:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
2728:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
29+ :ControlConnectionTests.Integration_Cassandra_TopologyChange\
30+ :ControlConnectionTests.Integration_Cassandra_FullOutage\
31+ :ControlConnectionTests.Integration_Cassandra_TerminatedUsingMultipleIoThreadsWithError\
2832:ExecutionProfileTest.InvalidName\
2933:* NoCompactEnabledConnection\
3034:PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\
@@ -43,6 +47,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
4347:PreparedTests.* \
4448:NamedParametersTests.* \
4549:CassandraTypes/CassandraTypesTests/* .Integration_Cassandra_* \
50+ :ControlConnectionTests.* \
4651:ErrorTests.* \
4752:SslClientAuthenticationTests* :SslNoClusterTests* :SslNoSslOnClusterTests* :SslTests* \
4853:SchemaMetadataTest.* KeyspaceMetadata:SchemaMetadataTest.* MetadataIterator:SchemaMetadataTest.* View* \
@@ -55,6 +60,9 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
5560:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
5661:PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
5762:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
63+ :ControlConnectionTests.Integration_Cassandra_TopologyChange\
64+ :ControlConnectionTests.Integration_Cassandra_FullOutage\
65+ :ControlConnectionTests.Integration_Cassandra_TerminatedUsingMultipleIoThreadsWithError\
5866:SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\
5967:ExecutionProfileTest.InvalidName\
6068:* NoCompactEnabledConnection\
0 commit comments