-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Even faster tests #4868
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
Even faster tests #4868
Conversation
flovilmart
commented
Jul 3, 2018
•
edited
Loading
edited
before | after |
---|---|
![]() |
![]() |
-timing- | -timing- |
~8:30 | ~5:30 |
50d4d3f
to
dfeed12
Compare
Codecov Report
@@ Coverage Diff @@
## master #4868 +/- ##
==========================================
- Coverage 92.94% 92.93% -0.01%
==========================================
Files 119 119
Lines 8815 8821 +6
==========================================
+ Hits 8193 8198 +5
- Misses 622 623 +1
Continue to review full report at Codecov.
|
dfeed12
to
23e1819
Compare
…lete data for mongo - Speeds up are incredible Executed 1695 of 1713 specs INCOMPLETE (18 PENDING) in 4 mins 19 secs.
23e1819
to
c727771
Compare
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.
this look good. can you add a comment to destroyAllDataPermanently(fast)
explaining what the fast
does and why you would use or not?
Yep I can do that! |
AHhaha :) thanks @dplewis ! :) This is quite fast indeed! |
* Various improvements in test name / de-duplications * Reverts to class by class deletion, introduced fast mode that just delete data for mongo - Speeds up are incredible Executed 1695 of 1713 specs INCOMPLETE (18 PENDING) in 4 mins 19 secs. * Adds documentation about the deleteEverything
* Various improvements in test name / de-duplications * Reverts to class by class deletion, introduced fast mode that just delete data for mongo - Speeds up are incredible Executed 1695 of 1713 specs INCOMPLETE (18 PENDING) in 4 mins 19 secs. * Adds documentation about the deleteEverything
* Various improvements in test name / de-duplications * Reverts to class by class deletion, introduced fast mode that just delete data for mongo - Speeds up are incredible Executed 1695 of 1713 specs INCOMPLETE (18 PENDING) in 4 mins 19 secs. * Adds documentation about the deleteEverything