@@ -35,12 +35,9 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
35
35
:ExecutionProfileTest.* \
36
36
:DCExecutionProfileTest.* \
37
37
:DisconnectedNullStringApiArgsTest.* \
38
- :MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
39
- :MetricsTests.Integration_Cassandra_Requests\
40
- :MetricsTests.Integration_Cassandra_StatsShardConnections\
38
+ :MetricsTests.* \
41
39
:DcAwarePolicyTest.* \
42
- :-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
43
- :SchemaMetadataTest.Integration_Cassandra_RegularMetadataNotMarkedVirtual\
40
+ :-SchemaMetadataTest.Integration_Cassandra_RegularMetadataNotMarkedVirtual\
44
41
:SchemaMetadataTest.Integration_Cassandra_VirtualMetadata\
45
42
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
46
43
:TimestampTests.Integration_Cassandra_MonotonicTimestampGenerator\
@@ -52,9 +49,10 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
52
49
:ControlConnectionTests.Integration_Cassandra_TerminatedUsingMultipleIoThreadsWithError\
53
50
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionFailure\
54
51
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionAlreadyExists\
52
+ :MetricsTests.Integration_Cassandra_StatsConnections\
53
+ :MetricsTests.Integration_Cassandra_SpeculativeExecutionRequests\
55
54
:* NoCompactEnabledConnection\
56
- :PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\
57
- :UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace)
55
+ :PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount)
58
56
endif
59
57
60
58
ifndef SCYLLA_NO_VALGRIND_TEST_FILTER
@@ -95,12 +93,9 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
95
93
:ExecutionProfileTest.* \
96
94
:DCExecutionProfileTest.* \
97
95
:DisconnectedNullStringApiArgsTest.* \
98
- :MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
99
- :MetricsTests.Integration_Cassandra_Requests\
100
- :MetricsTests.Integration_Cassandra_StatsShardConnections\
96
+ :MetricsTests.* \
101
97
:DcAwarePolicyTest.* \
102
- :-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
103
- :PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
98
+ :-PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
104
99
:SchemaMetadataTest.Integration_Cassandra_RegularMetadataNotMarkedVirtual\
105
100
:SchemaMetadataTest.Integration_Cassandra_VirtualMetadata\
106
101
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
@@ -114,9 +109,10 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
114
109
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionFailure\
115
110
:ServerSideFailureTests.Integration_Cassandra_ErrorFunctionAlreadyExists\
116
111
:SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\
112
+ :MetricsTests.Integration_Cassandra_StatsConnections\
113
+ :MetricsTests.Integration_Cassandra_SpeculativeExecutionRequests\
117
114
:* NoCompactEnabledConnection\
118
- :PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\
119
- :UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace)
115
+ :PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount)
120
116
endif
121
117
122
118
ifndef CASSANDRA_NO_VALGRIND_TEST_FILTER
0 commit comments