Skip to content
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

Fix random CI fail due to non-deterministic order #38928

Merged

Conversation

jonathanhefner
Copy link
Member

Example failure: https://buildkite.com/rails/rails/builds/68187#333e3624-ac0d-4b23-95b9-f068d9901093/1016-1028

These tests expect the 2nd Account fixture (with a NULL firm_id) to be in the first four rows of the result set, but that behavior is not guaranteed without an order.

Example failure: https://buildkite.com/rails/rails/builds/68187#333e3624-ac0d-4b23-95b9-f068d9901093/1016-1028

These tests expect the 2nd Account fixture (with a NULL `firm_id`) to be
in the first four rows of the result set, but that behavior is not
guaranteed without an `order`.
@kamipo kamipo merged commit bfbf696 into rails:master Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants