Skip to content

Commit f1acf67

Browse files
committed
IT: enable AsyncTests suite
Since the commit c1e40d7, the Session `execute(_batch)` methods now clone the Session's Arc, which prevents UAF if the Session is closed while the requests are still running. That commit's message says: "we cannot enable `AsyncTests::Close` yet since it expects that prematurely dropped session awaits all async tasks before closing". This is now taken care of by the previous commits. Thus, we can enable the `AsyncTests::Close` test suite.
1 parent b9b57ee commit f1acf67

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
@@ -37,6 +37,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3737
:DisconnectedNullStringApiArgsTest.*\
3838
:MetricsTests.*\
3939
:DcAwarePolicyTest.*\
40+
:AsyncTests.*\
4041
:-SchemaMetadataTest.Integration_Cassandra_RegularMetadataNotMarkedVirtual\
4142
:SchemaMetadataTest.Integration_Cassandra_VirtualMetadata\
4243
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
@@ -95,6 +96,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
9596
:DisconnectedNullStringApiArgsTest.*\
9697
:MetricsTests.*\
9798
:DcAwarePolicyTest.*\
99+
:AsyncTests.*\
98100
:-PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
99101
:SchemaMetadataTest.Integration_Cassandra_RegularMetadataNotMarkedVirtual\
100102
:SchemaMetadataTest.Integration_Cassandra_VirtualMetadata\

0 commit comments

Comments
 (0)