Skip to content

Commit 03d3517

Browse files
committed
it: explicitly disable UDF server-side failure tests
It will be now more clear which tests are failing and should possibly be addressed in the future. The disabled tests from this suite are using UDFs, which are hidden behind unstable feature in Scylla. We may want to enable them in the future, but for now let's leave them disabled.
1 parent ac851f6 commit 03d3517

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
2525
:LoggingTests.*\
2626
:PreparedMetadataTests.*\
2727
:UseKeyspaceCaseSensitiveTests.*\
28+
:ServerSideFailureTests.*\
2829
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
2930
:MetricsTests.Integration_Cassandra_Requests\
3031
:MetricsTests.Integration_Cassandra_StatsShardConnections\
@@ -35,13 +36,13 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3536
:ExecutionProfileTest.Integration_Cassandra_Consistency\
3637
:ExecutionProfileTest.Integration_Cassandra_SerialConsistency\
3738
:ExecutionProfileTest.Integration_Cassandra_LatencyAwareRouting\
38-
:ServerSideFailureTests.Integration_Cassandra_Warning\
39-
:ServerSideFailureTests.Integration_Cassandra_ErrorTableAlreadyExists\
4039
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
4140
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
4241
:ControlConnectionTests.Integration_Cassandra_TopologyChange\
4342
:ControlConnectionTests.Integration_Cassandra_FullOutage\
4443
:ControlConnectionTests.Integration_Cassandra_TerminatedUsingMultipleIoThreadsWithError\
44+
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionFailure\
45+
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionAlreadyExists\
4546
:*NoCompactEnabledConnection\
4647
:PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\
4748
:UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace)
@@ -75,6 +76,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
7576
:LoggingTests.*\
7677
:PreparedMetadataTests.*\
7778
:UseKeyspaceCaseSensitiveTests.*\
79+
:ServerSideFailureTests.*\
7880
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
7981
:MetricsTests.Integration_Cassandra_Requests\
8082
:MetricsTests.Integration_Cassandra_StatsShardConnections\
@@ -85,14 +87,14 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
8587
:ExecutionProfileTest.Integration_Cassandra_Consistency\
8688
:ExecutionProfileTest.Integration_Cassandra_SerialConsistency\
8789
:ExecutionProfileTest.Integration_Cassandra_LatencyAwareRouting\
88-
:ServerSideFailureTests.Integration_Cassandra_ErrorTableAlreadyExists\
89-
:ServerSideFailureTests.Integration_Cassandra_Warning\
9090
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
9191
:PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
9292
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
9393
:ControlConnectionTests.Integration_Cassandra_TopologyChange\
9494
:ControlConnectionTests.Integration_Cassandra_FullOutage\
9595
:ControlConnectionTests.Integration_Cassandra_TerminatedUsingMultipleIoThreadsWithError\
96+
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionFailure\
97+
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionAlreadyExists\
9698
:SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\
9799
:*NoCompactEnabledConnection\
98100
:PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\

0 commit comments

Comments
 (0)