Closed
Description
Issue Description
Builds seem to be randomly failing in Travis CI. My assumption is that the cases have bugs rather than a general issue with the way tests are conducted because it seem to be always the same test cases that randomly fail at unrelated PRs. This leads to builds by bots to fail unnecessarily and kind of hinders the CI flow.
For example:
ParseGraphQLServer Auto API Schema Relay Spec Object Identification Id inputs should work either with global id or object id
Expected 'U2Vjb25kYXJ5T2JqZWN0OmhnSlNFTDhuS1o=' to be less than 'U2Vjb25kYXJ5T2JqZWN0Om5HUE9pa1NpZGQ='.
Observed in:
- https://travis-ci.org/github/parse-community/parse-server/jobs/702234299
- https://travis-ci.org/github/parse-community/parse-server/jobs/701887581
Expected Results
Tests should pass.
Actual Outcome
Tests randomly pass / fail at times.