-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Fix flaky ACL tests #293
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
Comments
Seems that they've just timed out; we're overriding the default timeout in Jasmine from 5 seconds to 2 seconds. Since it's flickering, I'm inclined to believe it's network / resource related in the Travis CI environment. I'd be curious to see how often this can be reproduced and if it can be reproduced at all using the default Jasmine timeout of 5 seconds. |
Thats possible but the code in the test seems very simple, with very few database accesses. I wouldn't expect it to be timing out randomly. |
Closing this, don't think we've had any flaky acl failures in a while.. |
In https://travis-ci.org/ParsePlatform/parse-server/jobs/107590068 there were some tests that failed. Step one in debugging would probably be to add some
fail()
calls to the tests, as the amount of information currently being output isn't very much help.The text was updated successfully, but these errors were encountered: