[ 
https://issues.apache.org/jira/browse/DISPATCH-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446164#comment-17446164
 ] 

ASF GitHub Bot commented on DISPATCH-2258:
------------------------------------------

ganeshmurthy commented on a change in pull request #1441:
URL: https://github.com/apache/qpid-dispatch/pull/1441#discussion_r752662207



##########
File path: tests/system_tests_distribution.py
##########
@@ -3910,11 +3908,9 @@ def send_from_client(self, sender, n_messages, 
sender_index):
             n_sent             += 1
             self.n_sent        += 1
             self.n_transitions += 1
-            self.debug_print("send_from_client -- sender: %d n_sent: %d" % 
(sender_index, n_sent))
+        self.debug_print("send_from_client -- sender: %d n_sent: %d" % 
(sender_index, n_sent))

Review comment:
       Actually, no. The loop in send_from_waypoint prints the 
message_content_number, so I want to keep the print inside the loop




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> test_25_parallel_waypoint_test failing in system_tests_distribution
> -------------------------------------------------------------------
>
>                 Key: DISPATCH-2258
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2258
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Ganesh Murthy
>            Assignee: Ken Giusti
>            Priority: Major
>
> {noformat}
> 37: ======================================================================
> 37: FAIL: test_25_parallel_waypoint_test 
> (system_tests_distribution.DistributionTests)
> 37: ----------------------------------------------------------------------
> 37: Traceback (most recent call last):
> 37:   File 
> "/home/travis/build/apache/qpid-dispatch/tests/system_tests_distribution.py", 
> line 1641, in test_25_parallel_waypoint_test
> 37:     self.assertIsNone(test.error)
> 37: AssertionError: 'Timeout Expired: n_sent=200 n_rcvd=194 n_thru=198' is 
> not None
> 37: 
> 37: ----------------------------------------------------------------------
> 37: Ran 25 tests in 344.700s
> 37: 
> 37: FAILED (failures=1, skipped=7)
> 37/73 Test #37: system_tests_distribution .........................***Failed  
> 344.85 sec {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to