Ganesh Murthy created DISPATCH-2193:
---------------------------------------
Summary: system_tests_http1_over_tcp failing in
test_05_large_streaming_msg
Key: DISPATCH-2193
URL: https://issues.apache.org/jira/browse/DISPATCH-2193
Project: Qpid Dispatch
Issue Type: Test
Components: Tests
Affects Versions: 1.16.1
Reporter: Ganesh Murthy
{noformat}
72: server11 = TestServer.new_server(self.http_server11_port,
self.http_listener11_port, TESTS_11)
72: self.assertIsNotNone(server11, TEST_SERVER_ERROR %
self.http_server11_port)
72: server10 = TestServer.new_server(self.http_server10_port,
self.http_listener10_port, TESTS_10,
72: handler_cls=RequestHandler10)
72: self.assertIsNotNone(server10, TEST_SERVER_ERROR %
self.http_server10_port)
72:
72: self.EA2.wait_connectors()
72:
72: client11 = ThreadedTestClient(TESTS_11,
72: self.http_listener11_port,
72: repeat=2)
72: client11.wait()
72: self.assertIsNone(client11.error)
72: > self.assertEqual(4, client11.count)
72: E AssertionError: 4 != 1
72:
72:
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/http1_tests.py:743:
AssertionError
72: - generated xml file:
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/build/tests/junitxmls/system_tests_http1_over_tcp.xml
-
72: =========================== short test summary info
============================
72: FAILED ::Http1OverTcpEdge2EdgeTest::test_05_large_streaming_msg -
AssertionEr...
72: =================== 1 failed, 11 passed in 327.17s (0:05:27)
===================
37/37 Test #72: system_tests_http1_over_tcp .......................***Failed
327.39 sec {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]