-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Reduce the time e2e tests take #18983
Labels
Comments
@serathius I can take a look at this |
Thanks, @manthanguptaa! /assign @manthanguptaa |
AwesomePatrol
added a commit
to AwesomePatrol/etcd
that referenced
this issue
Dec 10, 2024
On my local machine it brings down execution time from 3 minutes to 19s. Issue: etcd-io#18983 Change-Id: I5e1d31e2e06b66f75890b942ec5ad792f1a551a1
AwesomePatrol
added a commit
to AwesomePatrol/etcd
that referenced
this issue
Dec 10, 2024
On my local machine it brings down execution time from 3 minutes to 19s. Issue: etcd-io#18983 Signed-off-by: Aleksander Mistewicz <[email protected]>
AwesomePatrol
added a commit
to AwesomePatrol/etcd
that referenced
this issue
Dec 10, 2024
On my local machine it brings down execution time from 5m to 32s. Issue: etcd-io#18983 Signed-off-by: Aleksander Mistewicz <[email protected]>
AwesomePatrol
added a commit
to AwesomePatrol/etcd
that referenced
this issue
Dec 11, 2024
On my local machine it brings down execution time from 5m to 32s. Issue: etcd-io#18983 Signed-off-by: Aleksander Mistewicz <[email protected]>
AwesomePatrol
added a commit
to AwesomePatrol/etcd
that referenced
this issue
Dec 11, 2024
On my local machine it brings down execution time from 5m to 32s. Issue: etcd-io#18983 Signed-off-by: Aleksander Mistewicz <[email protected]>
AwesomePatrol
added a commit
to AwesomePatrol/etcd
that referenced
this issue
Dec 12, 2024
Introduce port allocator and remove unused MemberNumber. On my local machine it brings down execution time from 5m to 32s. Issue: etcd-io#18983 Signed-off-by: Aleksander Mistewicz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added?
E2e tests are taking over 40 minutes now, we should keep them unver 30 minutes or even lower.
For the top test candidates to optimize use https://testgrid.k8s.io/sig-etcd-periodics#ci-etcd-e2e-amd64&graph-metrics=test-duration-minutes
Current state
...
Looking for someone to take a look at the top tests and propose improvements to reduce runtime
Why is this needed?
We should keep the test execution time low to ensure good contributor expirience.
The text was updated successfully, but these errors were encountered: