Skip to content

Commit 2f50cd0

Browse files
committed
ci: enable AlterDoesntUpdateColumnCount test
It is now enabled in favor of AlterProperlyUpdatesColumnCount. From now on, the metadata in `CassResultData` is consistent, and the behaviour is that metadata is not updated after altering the table. Original cpp-driver expects this behaviour for CQL v4 and less: * Verify that the column count of a bound statement's result metadata doesn't * change for older protocol versions (v4 and less) when a table's schema is altered.
1 parent e8f92ef commit 2f50cd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
2626
:HeartbeatTests.Integration_Cassandra_HeartbeatFailed\
2727
:ExecutionProfileTest.InvalidName\
2828
:*NoCompactEnabledConnection\
29-
:PreparedMetadataTests.Integration_Cassandra_AlterDoesntUpdateColumnCount\
3029
:PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\
3130
:UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace)
3231
endif
@@ -57,7 +56,6 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
5756
:SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\
5857
:ExecutionProfileTest.InvalidName\
5958
:*NoCompactEnabledConnection\
60-
:PreparedMetadataTests.Integration_Cassandra_AlterDoesntUpdateColumnCount\
6159
:PreparedMetadataTests.Integration_Cassandra_AlterProperlyUpdatesColumnCount\
6260
:UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace)
6361
endif

0 commit comments

Comments
 (0)