Skip to content

Commit 173a6e4

Browse files
committed
IT: enable MetricsTests.ErrorsConnectionTimeouts
The test uses cass_cluster_set_core_connections_per_host(), which was not yet implemented when the metrics were implemented. Now it's available, so we can enable the test.
1 parent fa30941 commit 173a6e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3636
:DCExecutionProfileTest.*\
3737
:DisconnectedNullStringApiArgsTest.*\
3838
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
39+
:MetricsTests.Integration_Cassandra_ErrorsConnectionTimeouts\
3940
:MetricsTests.Integration_Cassandra_Requests\
4041
:MetricsTests.Integration_Cassandra_StatsShardConnections\
4142
:DcAwarePolicyTest.*\
@@ -94,6 +95,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
9495
:DCExecutionProfileTest.*\
9596
:DisconnectedNullStringApiArgsTest.*\
9697
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
98+
:MetricsTests.Integration_Cassandra_ErrorsConnectionTimeouts\
9799
:MetricsTests.Integration_Cassandra_Requests\
98100
:MetricsTests.Integration_Cassandra_StatsShardConnections\
99101
:DcAwarePolicyTest.*\

0 commit comments

Comments
 (0)