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 failing unit tests #1445

Merged
merged 6 commits into from
Oct 25, 2024
Merged

Conversation

robertparkinson
Copy link
Collaborator

@robertparkinson robertparkinson commented Oct 24, 2024

This change fixes some unit tests that were failing in CI.

Some changes to return cycles introduced an intermittent fail. We tracked it down to the order of the results causing an issue. If we set the order on the query we use we remove the intermittent fail.

But, because they were failing someone who should have known (👉 @Cruikshanks 😳 ) better slammed in a change and didn't spot that some of the fails were their own.

So, fixes for those failing tests are included in this change as well.

@robertparkinson robertparkinson marked this pull request as draft October 24, 2024 15:40
@Cruikshanks Cruikshanks added the testing A change to the tests or CI label Oct 24, 2024
@Cruikshanks Cruikshanks changed the title fix return cycle tests failing Fix failing unit tests Oct 25, 2024
@Cruikshanks Cruikshanks marked this pull request as ready for review October 25, 2024 10:47
@robertparkinson robertparkinson merged commit ad5868a into main Oct 25, 2024
6 checks passed
@robertparkinson robertparkinson deleted the fetch-return-cycle-tests-failing branch October 25, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing A change to the tests or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants