-
-
Notifications
You must be signed in to change notification settings - Fork 596
ci: Fix flaky test invalid server state: initialized
#2183
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
Conversation
Thanks for opening this pull request! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #2183 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 61 64 +3
Lines 6186 6365 +179
Branches 1499 1534 +35
==========================================
+ Hits 6186 6365 +179 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 5.2.0-alpha.4 |
🎉 This change has been released in version 5.2.0-beta.2 |
🎉 This change has been released in version 5.2.0 |
Pull Request
Issue
Attempt to fix flaky tests when the server isn't properly initialized. I believe this is caused by tests that shuts down the server to reproduce a disconnection and restarts. I am unable to reproduce this issue local so the CI should be ran a few times to ensure it works.
Closes: parse-community/parse-server#9149
Approach
helper.js