This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/trunk by this push:
new b91999ca Ignore test_collection_function after CASSANDRA-8877
b91999ca is described below
commit b91999cad0700024e77c125861e42ba38cd344e4
Author: Brandon Williams <[email protected]>
AuthorDate: Mon Aug 15 17:48:39 2022 -0500
Ignore test_collection_function after CASSANDRA-8877
Patch by brandonwilliams and adelapena; reviewed by adelapena and
brandonwilliams for CASSANDRA-17817
---
upgrade_tests/cql_tests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/upgrade_tests/cql_tests.py b/upgrade_tests/cql_tests.py
index 59e37cb1..8c3cd975 100644
--- a/upgrade_tests/cql_tests.py
+++ b/upgrade_tests/cql_tests.py
@@ -2430,6 +2430,7 @@ class TestCQL(UpgradeTester):
res = list(cursor.execute("SELECT * FROM test LIMIT
{}".format(int(nb_keys / 2))))
assert_length_equal(res, nb_keys / 2)
+ @since('2.0', max_version='4.1') # CASSANDRA-8877
def test_collection_function(self):
cursor = self.prepare()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]