Uh oh!
There was an error while loading. Please reload this page.
test: port flaky wpt/html/webappapis/timers tests to test/sequential - #47657
test: port flaky wpt/html/webappapis/timers tests to test/sequential#47657panva wants to merge 1 commit into
Conversation
panva
commented
Apr 21, 2023
cc @nodejs/timers |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Apr 21, 2023
tniessen
commented
Apr 25, 2023
I understand the motivation, but is there an alternative, such as adding an option to run some WPTs sequentially or so? |
panva
commented
Apr 26, 2023
Not when the other WPT suites execute in parallel. The problem appears to be in used up resources, and with webcrypto hogging those up... |
panva
commented
May 3, 2023
ping @nodejs/timers |
targos
commented
May 3, 2023
If we're already parallelizing WPT suites in the WPT runner, shouldn't we run |
panva
commented
May 3, 2023
I'm just looking at nodejs/reliability and wpt/test-webcrypto also occasionally crashes. So i'm going to open a PR reverting the python side of things to sequential and also introducing maximum parallelism option in the WPTRunner. |
panva
commented
May 3, 2023
Closing in favour of #47834 |
wpt/test-timershas been unreliable since we've re-enabled parallel execution in WPTs. This PR removes thehtml/webappapis/timersWPTs and ports the tests to test/sequential instead.e.g.

nodejs/reliability#548