You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by aw...@apache.org on 2017/11/15 21:46:59 UTC

[31/50] cassandra git commit: Add missed `@since` tag to `CqlLoginTest.test_list_roles_after_login`

Add missed `@since` tag to `CqlLoginTest.test_list_roles_after_login`

patch by Andres de la Peña; reviewed by Zhao Yang for CASSANDRA-13847


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3435b0f2
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3435b0f2
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3435b0f2

Branch: refs/heads/master
Commit: 3435b0f2121fa4c6099098e562d0bf5f4bd78d5f
Parents: c39a85c
Author: Andrés de la Peña <a....@gmail.com>
Authored: Wed Sep 13 18:01:48 2017 +0100
Committer: Andrés de la Peña <a....@gmail.com>
Committed: Wed Sep 13 18:01:48 2017 +0100

----------------------------------------------------------------------
 cqlsh_tests/cqlsh_tests.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3435b0f2/cqlsh_tests/cqlsh_tests.py
----------------------------------------------------------------------
diff --git a/cqlsh_tests/cqlsh_tests.py b/cqlsh_tests/cqlsh_tests.py
index 8b66a53..8146ace 100644
--- a/cqlsh_tests/cqlsh_tests.py
+++ b/cqlsh_tests/cqlsh_tests.py
@@ -2033,6 +2033,7 @@ class CqlLoginTest(Tester):
         self.assertEqual([x for x in cqlsh_stdout.split() if x], ['ks1table'])
         self.assert_login_not_allowed('user1', cqlsh_stderr)
 
+    @since('2.2')
     def test_list_roles_after_login(self):
         """
         @jira_ticket CASSANDRA-13640


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