Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-2193

system_tests_http1_over_tcp failing in test_05_large_streaming_msg

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 1.16.1
    • 1.18.0
    • Tests
    • None

    Description

      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 

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            gmurthy Ganesh Murthy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: