-
Notifications
You must be signed in to change notification settings - Fork 398
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
e2e: reduce client-side throttling #1543
Conversation
Just the one flake, seems like a reasonable change /retest |
Local ARTIFACT_DIR=$PWD/artifacts UNSAFE_E2E_HACK_DISABLE_ETCD_FSYNC=true E2E_PARALLELISM=8 make test-e2e-shared went from 3:50 min to 2:05min 🎉 |
/retest |
needs rebase |
Disable client-side throttling in our e2e kcp server rest.Configs and in the cross cluster list test, which uses discovery and is subject to throttling. Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sttts 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 |
/test test |
/retest |
just merge already jeeezs |
Summary
Disable client-side throttling in our e2e kcp server rest.Configs and in
the cross cluster list test, which uses discovery and is subject to
throttling.
Related issue(s)
Fixes #