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 2019/10/21 21:09:55 UTC

[qpid-dispatch] branch master updated: DISPATCH-1408 - Added prints for count of messages received in third router

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

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new df979c7  DISPATCH-1408 - Added prints for count of messages received in third router
df979c7 is described below

commit df979c74af0aa9e3e948815f4c83e06d6c5e909b
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Mon Oct 21 17:09:40 2019 -0400

    DISPATCH-1408 - Added prints for count of messages received in third router
---
 tests/system_tests_distribution.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/system_tests_distribution.py b/tests/system_tests_distribution.py
index 1841e20..93495bc 100644
--- a/tests/system_tests_distribution.py
+++ b/tests/system_tests_distribution.py
@@ -2421,8 +2421,12 @@ class ClosestTest ( MessagingHandler ):
                 self.count_2_b += 1
             elif event.receiver == self.recv_3_a:
                 self.count_3_a += 1
+                if self.print_debug:
+                    print ("self.count_3_a", self.count_3_a)
             elif event.receiver == self.recv_3_b:
                 self.count_3_b += 1
+                if self.print_debug:
+                    print("self.count_3_b", self.count_3_b)
 
             if self.n_received == self.one_third:
                 if self.print_debug:


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