Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.16.0
Description
This is a PR build, not master. I remember seeing the same issue once before, though. I'll make note of it here, in case it reappears again.
71: Trigger Q2 backpressure against the HTTP server. ... ok 71: 71: ====================================================================== 71: FAIL: test_01_mgmt (system_tests_http1_adaptor.Http1AdaptorManagementTest) 71: Create and delete HTTP1 connectors and listeners 71: ---------------------------------------------------------------------- 71: Traceback (most recent call last): 71: File "/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_http1_adaptor.py", line 464, in test_01_mgmt 71: self.assertEqual(0, hconns, msg="HTTP connection not deleted") 71: AssertionError: 0 != 1 : HTTP connection not deleted 71: 71: ---------------------------------------------------------------------- 71: Ran 20 tests in 80.903s 71: 71: FAILED (failures=1)