jiridanek commented on a change in pull request #1512:
URL: https://github.com/apache/qpid-dispatch/pull/1512#discussion_r803820024
##########
File path: tests/system_tests_multi_tenancy.py
##########
@@ -683,12 +704,8 @@ def __init__(self, first_host, second_host, first_address,
second_address, dynam
self.n_settled = 0
def timeout(self):
- self.error = "Timeout Expired: n_sent=%d n_rcvd=%d n_settled=%d" %
(self.n_sent, self.n_rcvd, self.n_settled)
- self.first_conn.close()
- self.second_conn.close()
- self.lookup_conn.close()
- if self.poll_timer:
- self.poll_timer.cancel()
+ self.fail("Timeout Expired: n_sent=%d n_rcvd=%d n_settled=%d" %
+ (self.n_sent, self.n_rcvd, self.n_settled))
Review comment:
All the other tests scrupulously avoid throwing in the Proton handlers.
I presume there was/is a good reason for it. (Other tests have the `error`
field, and always do `self.assertIsNone(test.error)` at the end). So, is
throwing actually alright?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]