Jiri Daněk created DISPATCH-2322:
------------------------------------
Summary: Curl timed out in test_q2_block_unblock
(system_tests_http2.Http2Q2TwoRouterTest)
Key: DISPATCH-2322
URL: https://issues.apache.org/jira/browse/DISPATCH-2322
Project: Qpid Dispatch
Issue Type: Test
Affects Versions: 1.18.0
Reporter: Jiri Daněk
https://app.travis-ci.com/github/apache/qpid-dispatch/jobs/557588140#L10816
(PR build, but no impactful production code changes are in it)
{noformat}
69: <<<<
69: test_000_stats (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_404 (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_500 (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_delete_request (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_get_image_jpg (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_get_image_png (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_get_request (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_head_request (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_patch_request (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_post_request (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_post_upload_large_image_jpg (system_tests_http2.Http2TestTwoRouter)
... skipped 'Test skipped on certain Travis environments'
69: test_put_request (system_tests_http2.Http2TestTwoRouter) ... ok
69: test_yyy_http_listener_delete (system_tests_http2.Http2TestTwoRouter) ...
CURL ERROR (7): % Total % Received % Xferd Average Speed Time Time
Time Current
69: Dload Upload Total Spent Left
Speed
69:
69: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0
69: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0
69: curl: (7) Failed to connect to 127.0.0.1 port 23175: Connection refused
69:
69: ok
69: test_zzz_http_connector_delete (system_tests_http2.Http2TestTwoRouter) ...
ok
69:
69: Router QDR.B output file:
69: >>>>
69: -----------------------------------------------------
69: Suppressions used:
69: count bytes template
69: 4 224 ^IoAdapter_init$
69: 1 24 ^pn_condition$
69: 1 1536 ^pn_raw_connection$
69: 5 248 ^pn_object_new$
69: 1 128 ^pn_list$
69: 2 48 ^pni_record_create$
69: 632 932196 /libpython3.*.so
69: -----------------------------------------------------
69:
69:
69: <<<<
69:
69: Router QDR.A output file:
69: >>>>
69: -----------------------------------------------------
69: Suppressions used:
69: count bytes template
69: 4 224 ^IoAdapter_init$
69: 629 931004 /libpython3.*.so
69: -----------------------------------------------------
69:
69:
69: <<<<
69:
69: ======================================================================
69: ERROR: test_q2_block_unblock (system_tests_http2.Http2Q2TwoRouterTest)
69: ----------------------------------------------------------------------
69: Traceback (most recent call last):
69: File
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line
1036, in test_q2_block_unblock
69: out = self.run_curl(address, args=['-X', 'POST', '-H', 'Content-Type:
multipart/form-data',
69: File
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_http2.py", line
105, in run_curl
69: status, out, err = system_test.run_curl(local_args, input=input,
69: File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", line
1464, in run_curl
69: out = p.communicate(input, timeout)
69: File "/usr/lib/python3.8/subprocess.py", line 1028, in communicate
69: stdout, stderr = self._communicate(input, endtime, timeout)
69: File "/usr/lib/python3.8/subprocess.py", line 1869, in _communicate
69: self._check_timeout(endtime, orig_timeout, stdout, stderr)
69: File "/usr/lib/python3.8/subprocess.py", line 1072, in _check_timeout
69: raise TimeoutExpired(
69: subprocess.TimeoutExpired: Command '['curl',
'http://127.0.0.1:23138/upload', '--http2-prior-knowledge', '-X', 'POST', '-H',
'Content-Type: multipart/form-data', '-F',
'data=@/home/travis/build/apache/qpid-dispatch/tests/images/test.jpg',
'--max-time', '300.0']' timed out after 300.0 seconds
69:
69: ----------------------------------------------------------------------
69: Ran 89 tests in 414.128s
69:
69: FAILED (errors=1, skipped=7)
69/76 Test #69: system_tests_http2 ................................***Failed
419.60 sec
{noformat}
The only at least a bit similar Jira to this is DISPATCH-2297.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]