- Notifications
You must be signed in to change notification settings - Fork673
refactor(tests): split functional tests#1205
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
codecov-io commentedOct 8, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1205 +/- ##======================================= Coverage 77.56% 77.56% ======================================= Files 11 11 Lines 2826 2826 ======================================= Hits 2192 2192 Misses 634 634 Continue to review full report at Codecov.
|
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.
Really awesome work!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.
Awesome work. Just a few suggestions!
524183f
to65ce026
Compare
Thanks for the quick review Max! I pushed65ce026 to address the suggestions :) |
Very very nice! |
Uh oh!
There was an error while loading.Please reload this page.
Glorious copy/paste time! This just splits functional tests in the hope we get more control over weird timing failures.
No attempts yet to add fixture factories which would be very useful here :P But for now, this provides a
wait_for_sidekiq
helper that should hopefully make it easier to solve if there are still issues.This will be a pain to review, I wish GitHub/GitLab had code move detection like Review Board :( But the file sizes should be more reasonable now:
Closes#1113,#1105,#1065, hopefullycloses#1033.
Also I realized when doing this that anything to do with group creation/deletion isreally slow so maybe it'll help with#1194.