Skip to content

Commit 946ccca

Browse files
committed
Makefile: enable DcAwarePolicyTest
Once we: - implemented `get_attempted_hosts_from_future`, and - implemented correct support of the two deprecated options: - `used_hosts_per_remote_dc`, - `allow_remote_dcs_for_local_cl`, we can enable the `DcAwarePolicyTest` test suite.
1 parent a8c5a51 commit 946ccca

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
@@ -38,6 +38,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3838
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
3939
:MetricsTests.Integration_Cassandra_Requests\
4040
:MetricsTests.Integration_Cassandra_StatsShardConnections\
41+
:DcAwarePolicyTest.*\
4142
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
4243
:SchemaMetadataTest.Integration_Cassandra_RegularMetadataNotMarkedVirtual\
4344
:SchemaMetadataTest.Integration_Cassandra_VirtualMetadata\
@@ -97,6 +98,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
9798
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
9899
:MetricsTests.Integration_Cassandra_Requests\
99100
:MetricsTests.Integration_Cassandra_StatsShardConnections\
101+
:DcAwarePolicyTest.*\
100102
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
101103
:PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
102104
:SchemaMetadataTest.Integration_Cassandra_RegularMetadataNotMarkedVirtual\

0 commit comments

Comments
 (0)