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 random test failures caused by dev server timeouts #93

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

KiKoS0
Copy link
Collaborator

@KiKoS0 KiKoS0 commented Nov 6, 2024

Summary

There were two instances of the dev server being created at the same time by different tests tasks, causing one of the them to pkill both instances.

This PR fixes that along with tracking the dev server process and destroying it when tests are finish running.

There were two instances of the dev server being created at the same
time by different tests tasks, causing one of the them to `pkill` both
instances.

This PR fixes that along with tracking the dev server process and
destroying it when tests are finish running.
@KiKoS0 KiKoS0 requested a review from albertchae November 6, 2024 23:01
@KiKoS0 KiKoS0 self-assigned this Nov 6, 2024
Copy link
Collaborator

@albertchae albertchae left a comment

Choose a reason for hiding this comment

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

Worked for me locally and looks like it's working in CI too (modulo a flaky test)

@KiKoS0 KiKoS0 merged commit bdb3a11 into main Nov 6, 2024
9 checks passed
@KiKoS0 KiKoS0 deleted the riadh/fix-dev-server-random-failures branch November 6, 2024 23:28
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.

2 participants