mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
APF e2e tests: rename request drown-out priority client names
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
This commit is contained in:
parent
760573f2d2
commit
e827708635
@ -82,13 +82,13 @@ var _ = SIGDescribe("API priority and fairness", func() {
|
|||||||
completedRequests int32
|
completedRequests int32
|
||||||
}
|
}
|
||||||
clients := []client{
|
clients := []client{
|
||||||
// "elephant" refers to a client that creates requests at a much higher
|
// "highqps" refers to a client that creates requests at a much higher
|
||||||
// QPS than its counter-part and well above its concurrency share limit.
|
// QPS than its counter-part and well above its concurrency share limit.
|
||||||
// In contrast, the mouse stays under its concurrency shares.
|
// In contrast, "lowqps" stays under its concurrency shares.
|
||||||
// Additionally, the "elephant" client also has a higher matching
|
// Additionally, the "highqps" client also has a higher matching
|
||||||
// precedence for its flow schema.
|
// precedence for its flow schema.
|
||||||
{username: "elephant", qps: 100.0, concurrencyMultiplier: 2.0, matchingPrecedence: 999},
|
{username: "highqps", qps: 100.0, concurrencyMultiplier: 2.0, matchingPrecedence: 999},
|
||||||
{username: "mouse", qps: 5.0, concurrencyMultiplier: 0.5, matchingPrecedence: 1000},
|
{username: "lowqps", qps: 5.0, concurrencyMultiplier: 0.5, matchingPrecedence: 1000},
|
||||||
}
|
}
|
||||||
|
|
||||||
ginkgo.By("creating test priority levels and flow schemas")
|
ginkgo.By("creating test priority levels and flow schemas")
|
||||||
|
Loading…
Reference in New Issue
Block a user