-
-
Notifications
You must be signed in to change notification settings - Fork 598
Enable integration tests to be randomized #1317
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
Codecov Report
@@ Coverage Diff @@
## master #1317 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 60 60
Lines 5847 5853 +6
Branches 1312 1313 +1
=========================================
+ Hits 5847 5853 +6
Continue to review full report at Codecov.
|
@davimacedo @mtrezza I ran the entire suite 20 times locally without any issues. This should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice, I expected more fails, let's see how Parse Server does randomized.
I hope so there are 2800 test in the server repo. |
Allowing the test suite to run in a random order will help find test passes only based on a previously ran test.
Parse.Object.unregisterSubclass
feature