You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/runner/work/skupper-router/skupper-router/skupper-router/tests/system_tests_http2.py:168: AssertionError
____ Http2TestEdgeToEdgeViaInteriorRouter.test_post_upload_large_image_jpg _____
self = <system_tests_http2.Http2TestEdgeToEdgeViaInteriorRouter testMethod=test_post_upload_large_image_jpg>
@unittest.skipIf(skip_test(), "Python 3.7 or greater, Quart 0.13.0 or greater and curl needed to run http2 tests")
@unittest.skipIf(skip_test_in_ci('QPID_SYSTEM_TEST_SKIP_HTTP2_LARGE_IMAGE_UPLOAD_TEST'), skip_reason)
def test_post_upload_large_image_jpg(self):
# curl -X POST -H "Content-Type: multipart/form-data" -F "data=@/home/gmurthy/opensource/test.jpg"
# http://127.0.0.1:9000/upload --http2-prior-knowledge
address = self.router_qdra.http_addresses[0] + "/upload"
out = self.run_curl(address, args=['-X', 'POST', '-H', 'Content-Type: multipart/form-data',
'-F', 'data=@' + image_file('test.jpg')])
> self.assertIn('Success', out)
E AssertionError: 'Success' not found in '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<title>408 Request Timeout</title>\n<h1>Request Timeout</h1>\n<p>The server closed the network connection because the browser didn't finish the request within the specified time.</p>\n'
https://github.com/skupperproject/skupper-router/runs/5350854560?check_suite_focus=true#step:27:4354
The text was updated successfully, but these errors were encountered: