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

blerer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new eebad66  Fix TestCqlshOutput.test_describe_cluster_output
eebad66 is described below

commit eebad66fe2de9b2a6b217144cd251be3d839f441
Author: Bereng <[email protected]>
AuthorDate: Thu Sep 3 08:59:41 2020 +0200

    Fix TestCqlshOutput.test_describe_cluster_output
    
    patch by Berenguer Blasi; reviewed by Benjamin Lerer for CASSANDRA-16098
---
 pylib/cqlshlib/test/test_cqlsh_output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/cqlshlib/test/test_cqlsh_output.py 
b/pylib/cqlshlib/test/test_cqlsh_output.py
index accf3ed..304050d 100644
--- a/pylib/cqlshlib/test/test_cqlsh_output.py
+++ b/pylib/cqlshlib/test/test_cqlsh_output.py
@@ -737,7 +737,7 @@ class TestCqlshOutput(BaseTestCase):
         ringinfo_re = r'''
             Range[ ]ownership: \n
             (
-              [ ] .*? [ ][ ] \[ ( \d+ \. ){3} \d+ : \d+ \] \n
+              [ ] .*? [ ][ ] \[ / ( \d+ \. ){3} \d+ : \d+ \] \n
             )+
             \n
         '''


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to