You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2018/04/27 20:44:03 UTC

qpid-dispatch git commit: DISPATCH-963 - Comment out tests that cause circular link routing issue. This issue will be addressed in an upcoming release

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 1dba46824 -> 788a2b748


DISPATCH-963 - Comment out tests that cause circular link routing issue. This issue will be addressed in an upcoming release


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/788a2b74
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/788a2b74
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/788a2b74

Branch: refs/heads/master
Commit: 788a2b74840c35efe357db6b65facd1728c5d6ac
Parents: 1dba468
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Fri Apr 27 16:43:47 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Fri Apr 27 16:43:47 2018 -0400

----------------------------------------------------------------------
 tests/system_tests_distribution.py | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/788a2b74/tests/system_tests_distribution.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_distribution.py b/tests/system_tests_distribution.py
index 27f1a23..83decb7 100644
--- a/tests/system_tests_distribution.py
+++ b/tests/system_tests_distribution.py
@@ -510,13 +510,13 @@ class DistributionTests ( TestCase ):
                      'test_13' : 0,
                      'test_14' : 0,
                      'test_15' : 0,
-                     'test_16' : 0,
-                     'test_17' : 0,
-                     'test_18' : 0,
-                     'test_19' : 0,
-                     'test_20' : 0,
-                     'test_21' : 0,
-                     'test_22' : 0,
+                     'test_16' : 1,
+                     'test_17' : 1,
+                     'test_18' : 1,
+                     'test_19' : 1,
+                     'test_20' : 1,
+                     'test_21' : 1,
+                     'test_22' : 1,
                      'test_23' : 0,
                      'test_24' : 0,
                      'test_25' : 0
@@ -890,7 +890,7 @@ class DistributionTests ( TestCase ):
     def test_16_linkroute_linear_all_local ( self ) :
         name = 'test_16'
         if self.skip [ name ] :
-            self.skipTest ( "Test skipped during development." )
+            self.skipTest ( "" )
         """
         This test should route all senders' link-attaches
         to the local containers on router A.
@@ -980,7 +980,7 @@ class DistributionTests ( TestCase ):
     def test_17_linkroute_linear_all_B ( self ) :
         name = 'test_17'
         if self.skip [ name ] :
-            self.skipTest ( "Test skipped during development." )
+            self.skipTest ( "" )
         """
         This test should route all senders' link-attaches
         to the remote connections on router B.
@@ -1070,7 +1070,7 @@ class DistributionTests ( TestCase ):
     def test_18_linkroute_linear_all_C ( self ) :
         name = 'test_18'
         if self.skip [ name ] :
-            self.skipTest ( "Test skipped during development." )
+            self.skipTest (  ""  )
         """
         This test should route all senders' link-attaches
         to the remote connections on router C.
@@ -1159,7 +1159,7 @@ class DistributionTests ( TestCase ):
     def test_19_linkroute_linear_kill ( self ) :
         name = 'test_19'
         if self.skip [ name ] :
-            self.skipTest ( "Test skipped during development." )
+            self.skipTest (  ""  )
         """
         Start out as usual, making four senders and seeing their link-attaches
         routed to router A (local). But then kill the two route-container
@@ -1309,7 +1309,7 @@ class DistributionTests ( TestCase ):
     def test_20_linkroute_mesh_all_local ( self ) :
         name = 'test_20'
         if self.skip [ name ] :
-            self.skipTest ( "Test skipped during development." )
+            self.skipTest ( '' )
         """
                        c           c
         senders --->   A --------- B
@@ -1412,7 +1412,7 @@ class DistributionTests ( TestCase ):
     def test_21_linkroute_mesh_nonlocal ( self ) :
         name = 'test_21'
         if self.skip [ name ] :
-            self.skipTest ( "Test skipped during development." )
+            self.skipTest (  ""  )
         """
                                    c
         senders --->   A --------- B
@@ -1517,7 +1517,7 @@ class DistributionTests ( TestCase ):
     def test_22_linkroute_mesh_kill ( self ) :
         name = 'test_22'
         if self.skip [ name ] :
-            self.skipTest ( "Test skipped during development." )
+            self.skipTest (  ""  )
         """
                        c           c
         senders --->   A --------- B


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