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

fix: add --no-lock to spawned process args in tests #4168

Merged
merged 1 commit into from
Jan 12, 2024
Merged

fix: add --no-lock to spawned process args in tests #4168

merged 1 commit into from
Jan 12, 2024

Conversation

iuioiua
Copy link
Collaborator

@iuioiua iuioiua commented Jan 11, 2024

I noticed that tests containing spawned processes that use the Deno binary tend to be flaky. There have been a few instances in the past that these processes fail because the runtime is unable to parse the contents of the lockfile. I.e. race condition.

This fix adds the --no-lock CLI flag to all such instances. Hopefully, we'll see a noticable reduction in test flakiness in CI.

@iuioiua
Copy link
Collaborator Author

iuioiua commented Jan 11, 2024

5x successful CI passes. I believe the flakiness is fixed 😎

@iuioiua iuioiua enabled auto-merge (squash) January 12, 2024 01:03
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants