| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add wait for target update after navigation
Test |testGetUpdatedInspectableContextsUpdateContextsData| is flaky: we
got empty url in |/json| response, but after small time url become not
empty.
In some cases |/json| request arrive to main process before arrive
message |DidCommitNavigation|. So we need wait for message arrive to
main process after navigation completed
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
When this CL will be rolled to chromium/src?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
When this CL will be rolled to chromium/src?
Looks like the roller is having some difficulties. I'll take a look.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
John ChenWhen this CL will be rolled to chromium/src?
Looks like the roller is having some difficulties. I'll take a look.
Hi Victor:
Your change is causing a test failure in Chromium, so the roller was unable to roll it. The failed attempt is https://chromium-review.git.corp.google.com/c/chromium/src/+/8006011. Several failures occurred while testing on Android. Here is an example output:
```
[75/182] Pixel_Video_HEVC passed 2.9342s (worker 1)
Error on getting frame urls
Traceback (most recent call last):
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_socket.py", line 81, in recv
bytes_ = sock.recv(bufsize)
^^^^^^^^^^^^^^^^^^
TimeoutError: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 171, in _Receive
data = self._socket.recv()
^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 294, in recv
opcode, data = self.recv_data()
^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 311, in recv_data
opcode, frame = self.recv_data_frame(control_frame)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 324, in recv_data_frame
frame = self.recv_frame()
^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 358, in recv_frame
return self.frame_buffer.recv_frame()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_abnf.py", line 337, in recv_frame
self.recv_header()
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_abnf.py", line 287, in recv_header
header = self.recv_strict(2)
^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_abnf.py", line 372, in recv_strict
bytes_ = self.recv(min(16384, shortage))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_core.py", line 428, in _recv
return recv(self.sock, bufsize)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/third_party/websocket-client/websocket/_socket.py", line 84, in recv
raise WebSocketTimeoutException(message)
websocket._exceptions.WebSocketTimeoutException: timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_page.py", line 87, in _GetFrameUrls
result = self._inspector_websocket.SyncRequest(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 132, in SyncRequest
res = self._Receive(timeout)
^^^^^^^^^^^^^^^^^^^^^^
File "/b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_websocket.py", line 181, in _Receive
raise WebSocketException(err) from err
telemetry.internal.backends.chrome_inspector.inspector_websocket.WebSocketException: WebSocketException of type <class 'websocket._exceptions.WebSocketTimeoutException'>. Error message: WebSocketTimeoutException('timed out')
```
Could you please take a look as soon as possible? Thanks. Sorry for not bringing this to your attention sooner. I was out of office for a few days due to US holidays.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |