-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
improves test performance on mongodb #4862
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
7dbe963
to
db996bf
Compare
Codecov Report
@@ Coverage Diff @@
## master #4862 +/- ##
==========================================
- Coverage 92.82% 92.75% -0.07%
==========================================
Files 119 119
Lines 8825 8825
==========================================
- Hits 8192 8186 -6
- Misses 633 639 +6
Continue to review full report at Codecov.
|
can you tell me what you're doing? something like: start the server for each test instead of when the file is loaded? |
@acinader you're right, it was messing up with the good practices for jasmine. Also droping the DB instead of calling deleteAllClasses should save between 0 and 100ms per test, depending on the data, so that's better. |
* improves test performance on mongodb * Removes unused methdos
* improves test performance on mongodb * Removes unused methdos
* improves test performance on mongodb * Removes unused methdos
No description provided.