Closed
Bug 1855630
Opened 1 years ago
Closed 1 years ago
Web platform test with no parsed log due to exceeded size limit, h2.exceptions.ProtocolError: Invalid input ConnectionInputs.SEND_DATA in state ConnectionState.CLOSED
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1797208
People
(Reporter: nataliaCs, Unassigned)
Details
-
Log is unavailable due to
Log parsing was skipped since the log exceeds the size limit.
but the raw log is available
[task 2023-09-28T05:03:43.321Z] 05:03:43 INFO - TEST-START | /websockets/bufferedAmount-unchanged-by-sync-xhr.any.sharedworker.html?wpt_flags=h2
[task 2023-09-28T05:03:43.326Z] 05:03:43 INFO - Closing window e828a565-6688-4abf-b730-830c9ccbd63d
[task 2023-09-28T05:03:43.356Z] 05:03:43 WARNING - wptserve (bcf08eff) Unexpected Error -
[task 2023-09-28T05:03:43.356Z] 05:03:43 WARNING - Max outbound streams is 100, 0 open
[task 2023-09-28T05:03:43.388Z] 05:03:43 INFO - Test harness output was not a valid structured log message
[task 2023-09-28T05:03:43.388Z] 05:03:43 INFO - Exception in thread Thread-1042:
[task 2023-09-28T05:03:43.389Z] 05:03:43 INFO - Traceback (most recent call last):
[task 2023-09-28T05:03:43.389Z] 05:03:43 INFO - File "Z:\task_169587289042779\build\tests\web-platform\tests\tools\third_party\h2\h2\connection.py", line 224, in process_input
[task 2023-09-28T05:03:43.389Z] 05:03:43 WARNING - wptserve (bcf08eff - 517) Stream Reset, Thread Closing
[task 2023-09-28T05:03:43.390Z] 05:03:43 INFO - Test harness output was not a valid structured log message
[task 2023-09-28T05:03:43.390Z] 05:03:43 INFO - func, target_state = self._transitions[(self.state, input_)]
[task 2023-09-28T05:03:43.390Z] 05:03:43 INFO - KeyError: (<ConnectionState.CLOSED: 3>, <ConnectionInputs.SEND_DATA: 2>)
[task 2023-09-28T05:03:43.390Z] 05:03:43 INFO - During handling of the above exception, another exception occurred:
[task 2023-09-28T05:03:43.390Z] 05:03:43 INFO - Traceback (most recent call last):
[task 2023-09-28T05:03:43.390Z] 05:03:43 INFO - File "c:\mozilla-build\python3\lib\threading.py", line 973, in _bootstrap_inner
[task 2023-09-28T05:03:43.390Z] 05:03:43 INFO - self.run()
[task 2023-09-28T05:03:43.391Z] 05:03:43 INFO - File "c:\mozilla-build\python3\lib\threading.py", line 910, in run
[task 2023-09-28T05:03:43.391Z] 05:03:43 INFO - self._target(*self._args, **self._kwargs)
[task 2023-09-28T05:03:43.391Z] 05:03:43 INFO - File "Z:\task_169587289042779\build\tests\web-platform\tests\tools\wptserve\wptserve\server.py", line 546, in _stream_ws_sub_thread
[task 2023-09-28T05:03:43.391Z] 05:03:43 INFO - connection.end_stream(stream_id)
[task 2023-09-28T05:03:43.392Z] 05:03:43 INFO - File "Z:\task_169587289042779\build\tests\web-platform\tests\tools\third_party\h2\h2\connection.py", line 882, in end_stream
[task 2023-09-28T05:03:43.392Z] 05:03:43 INFO - self.state_machine.process_input(ConnectionInputs.SEND_DATA)
[task 2023-09-28T05:03:43.392Z] 05:03:43 INFO - File "Z:\task_169587289042779\build\tests\web-platform\tests\tools\third_party\h2\h2\connection.py", line 228, in process_input
[task 2023-09-28T05:03:43.392Z] 05:03:43 INFO - raise ProtocolError(
[task 2023-09-28T05:03:43.392Z] 05:03:43 INFO - h2.exceptions.ProtocolError: Invalid input ConnectionInputs.SEND_DATA in state ConnectionState.CLOSED
[task 2023-09-28T05:03:43.410Z] 05:03:43 WARNING - wptserve (6d13d0d7) Unexpected Error -
[task 2023-09-28T05:03:43.410Z] 05:03:43 WARNING - Invalid HTTP/2 preamble.
[task 2023-09-28T05:03:43.410Z] 05:03:43 WARNING - wptserve (f6b8cbcb) Unexpected Error -
[task 2023-09-28T05:03:43.412Z] 05:03:43 WARNING - Invalid HTTP/2 preamble.
[task 2023-09-28T05:03:43.413Z] 05:03:43 WARNING - wptserve (2ff2fc9b) Unexpected Error -
[task 2023-09-28T05:03:43.413Z] 05:03:43 WARNING - Invalid HTTP/2 preamble.
[task 2023-09-28T05:03:43.413Z] 05:03:43 WARNING - wptserve (f64583d5) Unexpected Error -
Comment 1•1 years ago
|
||
The failure here is:
INFO - TEST-UNEXPECTED-PASS | /html/browsers/browsing-the-web/overlapping-navigations-and-traversals/cross-document-nav-same-document-traversal.html | cross-document navigations are stopped by same-document back() - expected FAIL
which is Bug 1797208.
You need to log in
before you can comment on or make changes to this bug.
Description
•