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 flaky backend connection test #596

Merged
merged 1 commit into from Dec 3, 2022
Merged

Conversation

sosedoff
Copy link
Owner

@sosedoff sosedoff commented Dec 3, 2022

Backend tests were failing due to a race condition in server start functionality: we were attempting to execute unit tests before server has a chance to fully start.

The fix adds a healthcheck to make sure the server is running and automatic retry in case if its now. Not the best implementation but that does the job for now.

@sosedoff sosedoff merged commit 3cec2c5 into master Dec 3, 2022
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.

None yet

1 participant