-
Notifications
You must be signed in to change notification settings - Fork 124
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
CI Test for Windows failing sometimes on tests with setTimeout #2238
Comments
It will be good to show pictures of the failing test as the github actions logs will eventually expire. |
Quite timely - I ran across this error in my newest PR #2239 😅 It does seem like it only fails on the Windows CI, as all tests passed for the Ubuntu CI and the Mac CI. Note that the test suites all passed locally (you can pull the branch for PR #2239 and run Here are screenshots of the relevant errors (warning: quite lengthy), and if you still need more information, you can find the raw logs here. |
@itsyme can you put up a PR to disable those tests for now until the investigation is over? |
Not sure if this is related to this issue but this test on #2311 was only failing on the MacOS tests, was wondering if this could be a issue with our CI rather than the use of setTimeout |
I think this might be a separate issue, possibly due to the differences in the machine setup that the CI process is running on (hence some process takes longer than expected). The error stated is:
We are not currently using setTimeout in this failed test:
I think the fix for this failed test should be to find out how to configure and define a higher overall timeout value for Jest. But we can KIV this as it seems to be quite rare. |
I was looking at the Github actions. And I think one of them failed in Nov 2023 due to this.
|
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
No response
Tell us about your environment
MacOS
MarkBind version
4.1.0
Describe the bug and the steps to reproduce it
Sometimes when pushing PRs, the CI / test for windows fails in tests with setTimeout (e.g. tests for Quiz and ScrollTopButton). Rerunning the tests fixes it, however I was wondering if it could be an OS specific issue that we could fix as it only fails for the windows CI / test.
Expected behavior
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: