web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.91k stars 3.07k forks source link

Unexpected infrastructure test failure blocking unrelated PR to land #39527

Open WeizhongX opened 1 year ago

WeizhongX commented 1 year ago

https://github.com/web-platform-tests/wpt/pull/39510

Above PR made a small change to chromium.py, but is blocked due to a failures below.

Unexpected Results

/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html ERROR /infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html - invalid session id Traceback (most recent call last): File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/executors/base.py", line 741, in process_action result = action_handler(payload) File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/executors/actions.py", line 140, in call self.protocol.action_sequence.send_actions({"actions": actions}) File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 261, in send_actions self.webdriver.actions.perform(actions['actions']) File "/Users/runner/work/1/s/tools/webdriver/webdriver/client.py", line 22, in inner return func(self, *args, **kwargs) File "/Users/runner/work/1/s/tools/webdriver/webdriver/client.py", line 283, in perform actions = self.session.send_session_command("POST", "actions", body) File "/Users/runner/work/1/s/tools/webdriver/webdriver/client.py", line 661, in send_session_command return self.send_command(method, url, body, timeout) File "/Users/runner/work/1/s/tools/webdriver/webdriver/client.py", line 625, in send_command raise err webdriver.error.UnknownErrorException: unknown error (500): unknown error: session deleted because of page crash from tab crashed (Session info: chrome=114.0.5696.0)

Remote-end stacktrace:

0 chromedriver 0x000000010d83a642 chromedriver + 5011010 1 chromedriver 0x000000010d830d33 chromedriver + 4971827 2 chromedriver 0x000000010d3a5ce0 chromedriver + 208096 3 chromedriver 0x000000010d3911cc chromedriver + 123340 4 chromedriver 0x000000010d390753 chromedriver + 120659 5 chromedriver 0x000000010d38f496 chromedriver + 115862 6 chromedriver 0x000000010d38f305 chromedriver + 115461 7 chromedriver 0x000000010d38e2db chromedriver + 111323

WeizhongX commented 1 year ago

Another question is why infrastructure tests need to triggered on this PR?

I also tried to close/reopen the PR. I remembered the PR failed on a different infrastructure test. Looks there is no way to find the logs of the previous run?