-
Notifications
You must be signed in to change notification settings - Fork 386
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
✨ cache: add a synthetic delay to the cache server #2742
✨ cache: add a synthetic delay to the cache server #2742
Conversation
In the sharded env, this seems to cause the VWs to never come up. They fail to get data from a live read ... I need to improve the logging situation here, this is hard to parse. |
lgtm but it looks like you will be changing this PR, i will have another look when it is ready. |
Normally this test creates a In this run the test failed because a In general
And it looks like the fake shard was added by a different test (
Also, it looks like the CI is missing some logs. Since |
@p0lyn0mial I only recently fixed it so each disruptive test runs with its own private server. The test failure might have been from before that fix. |
thanks for the info, let me re-run the test then. /test e2e-multiple-runs |
|
/test all |
Huh, something else must have landed in the interim, when I left this was 100% broken :) |
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
8ce17df
to
0d6a2ae
Compare
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
Signed-off-by: Steve Kuznetsov skuznets@redhat.com
/cc @ncdc
/assign @p0lyn0mial