-
Notifications
You must be signed in to change notification settings - Fork 671
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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!
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
to
65ce026
Compare
Thanks for the quick review Max! I pushed 65ce026 to address the suggestions :) |
Very very nice! |
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, hopefully closes #1033.
Also I realized when doing this that anything to do with group creation/deletion is really slow so maybe it'll help with #1194.