Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing Windows job on CI due to requestAnimFrame test #9230

Open
mourner opened this issue Jan 26, 2024 · 2 comments
Open

Failing Windows job on CI due to requestAnimFrame test #9230

mourner opened this issue Jan 26, 2024 · 2 comments
Labels

Comments

@mourner
Copy link
Member

mourner commented Jan 26, 2024

For the last few months, one single test on the Windows CI test job has been failing, making the whole build red:

Chrome Headless 120.0.6099.225 (Windows 10) Util #requestAnimFrame calles a function on next frame, unless canceled FAILED
	Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

I can't for the life of me figure out why it doesn't run the supplied function. I think the only thing that changed is Windows image version — from 20231029.1.0 to 20231115.2.0. Also weird that just that test is failing. One thing I tried is testing whether the native window.requestAnimationFrame works fine in the test (in place of Util.requestAnimFrame), and it weirdly does. Not sure what else to try. Any ideas? cc @jonkoops

@mourner
Copy link
Member Author

mourner commented Jan 29, 2024

After reducing the Chrome window size in CI in #9235, the failures don't seem to happen anymore. 🤷‍♂️

@mourner mourner closed this as completed Jan 29, 2024
@mourner
Copy link
Member Author

mourner commented Jan 29, 2024

Nope, still failing, but less frequently now...

@mourner mourner reopened this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant