-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Improve speed of e2e tests #2383
Conversation
e2092c3
to
d0081c1
Compare
d0081c1
to
42e0c0a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2383 +/- ##
=======================================
Coverage 39.33% 39.33%
=======================================
Files 73 73
Lines 5214 5214
=======================================
Hits 2051 2051
Misses 2874 2874
Partials 289 289 Continue to review full report at Codecov.
|
down to ~10m from ~16m 🎉 @aledbf can you explain briefly what change specifically causing the test performance to improve? I don't know much about ginko. Is it |
Basically, that flag indicates the number specs should run in parallel spawning go processes |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, ElvinEfendi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@aledbf Should we add a Writing to |
Yes. Good catch |
Reduces the execution time in ~40%
Edit: doing this I found we need to continue improving the wait conditions and checks
https://travis-ci.org/kubernetes/ingress-nginx/jobs/368946491#L1673