This is an automated email from the ASF dual-hosted git repository.

aleksey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f8ced2  Re-enable counter upgrade tests
6f8ced2 is described below

commit 6f8ced2d9d04918a7ff703d4bc918bdd109c669b
Author: Aleksey Yeschenko <alek...@apple.com>
AuthorDate: Tue Jan 15 10:41:10 2019 +0000

    Re-enable counter upgrade tests
---
 upgrade_tests/cql_tests.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/upgrade_tests/cql_tests.py b/upgrade_tests/cql_tests.py
index 4350877..580addc 100644
--- a/upgrade_tests/cql_tests.py
+++ b/upgrade_tests/cql_tests.py
@@ -457,7 +457,6 @@ class TestCQL(UpgradeTester):
             res = list(cursor.execute("SELECT * FROM clicks LIMIT 4"))
             assert_length_equal(res, 4)
 
-    @pytest.mark.skip("https://issues.apache.org/jira/browse/CASSANDRA-14958";)
     def test_counters(self):
         """ Validate counter support """
         cursor = self.prepare()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to