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
I get intermittent failures in CI, with the message:
A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
When this happens, multiple stories from the same story file all fail.
To Reproduce
I wish I knew how to reproduce this 😭. If someone can find a good way, that'd be awesome! It seems to happen in my more complex tests, if that's any clue.
I have screenshots being taken when tests fail, and when this failure happens, I've seen that all the screenshots for that story file are the same. In most cases the page is blank, but I've also seen the same UI shown across all failures in the past. Which makes me think that jest is being disconnected from playwright, and no longer is able to change the page state, or something.
The text was updated successfully, but these errors were encountered:
same here, but mine is a relatively simple dummy story 🫠 intermittent issues
With CI agent resource bumped, less likely to see the issue but it's still there from time to time.
My CI node has 1cpu and 6gb rem with export 'NODE_OPTIONS=--max-old-space-size=4098'
Describe the bug
I get intermittent failures in CI, with the message:
When this happens, multiple stories from the same story file all fail.
To Reproduce
I wish I knew how to reproduce this 😭. If someone can find a good way, that'd be awesome! It seems to happen in my more complex tests, if that's any clue.
System
Additional context
I have screenshots being taken when tests fail, and when this failure happens, I've seen that all the screenshots for that story file are the same. In most cases the page is blank, but I've also seen the same UI shown across all failures in the past. Which makes me think that jest is being disconnected from playwright, and no longer is able to change the page state, or something.
The text was updated successfully, but these errors were encountered: