-
Notifications
You must be signed in to change notification settings - Fork 351
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
phc: test multiple unhealthy endpoints #3058
Conversation
Signed-off-by: Mustafa Abdelrahman <[email protected]>
Signed-off-by: Mustafa Abdelrahman <[email protected]>
👍 |
Signed-off-by: Mustafa Abdelrahman <[email protected]>
Signed-off-by: Mustafa Abdelrahman <[email protected]>
we were able to fix with custom options for endpointregistry but still with the minimum value race still fails |
… tricky to set different headers for attacks Signed-off-by: Mustafa Abdelrahman <[email protected]>
3b66e9c
to
281ba57
Compare
}) | ||
}) | ||
} | ||
|
||
t.Run("consistentHash", func(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ConsistentHash was separated and using old approach because it's a little bit tricky to set headers for different set of requests with Vegeta, we use the hash to map the request to endpoint.
Signed-off-by: Mustafa Abdelrahman <[email protected]>
👍 |
Signed-off-by: Mustafa Abdelrahman <[email protected]>
Signed-off-by: Mustafa Abdelrahman <[email protected]>
Signed-off-by: Mustafa Abdelrahman <[email protected]>
Signed-off-by: Mustafa Abdelrahman <[email protected]>
👍 |
1 similar comment
👍 |
use vegeta with all algorithms except `consistentHash` as it's a bit tricky to set different headers for attacks Signed-off-by: Mustafa Abdelrahman <[email protected]>
related to #3035
With multiple unhealthy endpoints test case fails