Skip to content

Commit 5baa5d3

Browse files
committed
ci: enable 5 out of 8 ControlConnectionTests
Tests enabled: - ConnectUsingInvalidIpAddress - ConnectUsingInvalidPort - ConnectUsingUnresolvableLocalIpAddress - ConnectUsingUnbindableLocalIpAddress - ConnectUsingValidLocalIpAddressButInvalidRemote Tests that we keep disabled: - TopologyChange <- some error during `ccm add` command (need to investigate) - FullOutage <- requires cass_cluster_set_constant_reconnect - TerminatedUsingMultipleIoThreadsWithError <- requires cass_cluster_set_num_threads_io
1 parent ad4909a commit 5baa5d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)