You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bl...@apache.org on 2020/09/08 15:42:09 UTC

[cassandra] branch trunk updated: Fix TestCqlshOutput.test_describe_cluster_output

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 <be...@gmail.com>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org