-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Flaky Tests Invalid server state: initialized #9149
Flaky Tests Invalid server state: initialized #9149
Comments
Thanks for opening this issue!
|
So |
Closing via parse-community/Parse-SDK-JS#2183 |
Re-opened, I think we first need to upgrade the Parse JS SDK in Parse Server to see whether the Parse Server CI shows less flakiness. |
Issue still occurs in recent PRs; I have never seen this before; is this a recently introduced issue? |
@mtrezza Looks like the server shutsdown and restarts randomly after a few hundred tests. If we turn off the randomized tests we should find a pattern. |
Okay, if you want to open a PR to temporarily disable random tests I'll go ahead and merge |
🎉 This change has been released in version 7.2.0-beta.1 |
🎉 This change has been released in version 7.2.0 |
New Issue Checklist
Issue Description
The test suite in this repo and in the JS SDK both have flaky tests. I believe this is due to the asyncronous nature of starting the server instance.
I think the issue is after the promise resolves the server is still initializing. #8232
Steps to reproduce
I can't reproduce this locally
Actual Outcome
Tests fail
Expected Outcome
Test Pass
The text was updated successfully, but these errors were encountered: