-
Notifications
You must be signed in to change notification settings - Fork 509
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
AO3-6638 Intermittent failure in cucumber tag_wrangling, orphan_pseud, and user_delete features #4658
Conversation
The failure currently happening is the one solved here. |
Unfortunately not. The PR is for the orphan_work.feature file, this failure is in:
But I would still say it's a flaky test and it can likely be fixed in the same way. |
Doh! Read too quickly. Thanks for the head up. Might as well add fix for this one too while I'm at it. |
Inspired by otwcode#4656
More consistent with other formerly intermittent tests
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.
Test run looks good.
…4646) * Move copy-pasted count to a single function * Load unwrangled counts from ES * Now count the right thing * Hound * Fix (some?) tests * Load tags on Index from ES * Restore ordering by name ASC second on uses * Use _cache everywhere * Hound * Linter * Update tests * Hound * Some sort of solution for seemingly noop * Linter * Now unused? * Syntax/Typo * Only store unwrangeable value * Hound * Fix Grandparent bug? * More subtle cache bursting * Review * More explicit uncovered case * Syntax confusion * Hopefully helpful comment * Review * Obsolete See #4658 * Review * Linter * Split into (almost) unitary tags in_use still doing two things As it contains a OR * Cop * Review
Pull Request Checklist
AO3-1234 Fix thing
)Issue
https://otwarchive.atlassian.net/browse/AO3-6638
Purpose
Fix a test that has been (for unclear reasons) failing a lot lately. Issue partially diagnosed and solution provided here at first.
Testing Instructions
The CI should stop being red so often.