kgiusti commented on a change in pull request #1516:
URL: https://github.com/apache/qpid-dispatch/pull/1516#discussion_r808093159
##########
File path: tests/system_tests_http1_adaptor.py
##########
@@ -800,15 +799,37 @@ def _read_until_empty(self, sock, timeout):
break # timeout
return data
+ def check_logs(self, prefix, log_file):
+ # check router log for proper block/unblock activity
+ block_ct = 0
+ unblock_ct = 0
+ block_line = 0
+ unblock_line = 0
+ line_no = 0
+ with io.open(log_file) as f:
+ for line in f:
Review comment:
good idea - done
--
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]