@@ -13,6 +13,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
13
13
:PreparedTests.* \
14
14
:NamedParametersTests.* \
15
15
:CassandraTypes/CassandraTypesTests/* .Integration_Cassandra_* \
16
+ :ControlConnectionTests.* \
16
17
:BatchSingleNodeClusterTests* :BatchCounterSingleNodeClusterTests* :BatchCounterThreeNodeClusterTests* \
17
18
:ErrorTests.* \
18
19
:SslNoClusterTests* :SslNoSslOnClusterTests* \
@@ -25,6 +26,9 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
25
26
:UseKeyspaceCaseSensitiveTests.* \
26
27
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
27
28
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
29
+ :ControlConnectionTests.Integration_Cassandra_TopologyChange\
30
+ :ControlConnectionTests.Integration_Cassandra_FullOutage\
31
+ :ControlConnectionTests.Integration_Cassandra_TerminatedUsingMultipleIoThreadsWithError\
28
32
:ExecutionProfileTest.InvalidName\
29
33
:* NoCompactEnabledConnection\
30
34
:PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\
@@ -43,6 +47,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
43
47
:PreparedTests.* \
44
48
:NamedParametersTests.* \
45
49
:CassandraTypes/CassandraTypesTests/* .Integration_Cassandra_* \
50
+ :ControlConnectionTests.* \
46
51
:ErrorTests.* \
47
52
:SslClientAuthenticationTests* :SslNoClusterTests* :SslNoSslOnClusterTests* :SslTests* \
48
53
:SchemaMetadataTest.* KeyspaceMetadata:SchemaMetadataTest.* MetadataIterator:SchemaMetadataTest.* View* \
@@ -55,6 +60,9 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
55
60
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
56
61
:PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
57
62
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
63
+ :ControlConnectionTests.Integration_Cassandra_TopologyChange\
64
+ :ControlConnectionTests.Integration_Cassandra_FullOutage\
65
+ :ControlConnectionTests.Integration_Cassandra_TerminatedUsingMultipleIoThreadsWithError\
58
66
:SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\
59
67
:ExecutionProfileTest.InvalidName\
60
68
:* NoCompactEnabledConnection\
0 commit comments