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

test: exclude non-deterministic tests for setTimeout #254

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

ppeeou
Copy link
Member

@ppeeou ppeeou commented Mar 10, 2024

#93

In the concurrent test, we test for the maximum time and
We also tested the minimum time,

The setTimeout behavior for minimum time tests intermittently does not work as we intended. This seems to be related to the fact that the setTimeout callback does not work immediately at the originally specified time.

Testing for maximum time is important, so avoid testing for minimum time.

@ppeeou ppeeou self-assigned this Mar 10, 2024
@ppeeou ppeeou merged commit e061098 into main Mar 10, 2024
1 check passed
@ppeeou ppeeou deleted the chore/exclude-non-deterministic-test branch March 10, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant