Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francoposa committed Aug 20, 2024
1 parent cb6af7e commit 4aac9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/query_scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func runTestQuerySchedulerWithMaxUsedInstances(t *testing.T, seriesName string,
// The minimum number of connections per scheduler is 4 in order to avoid queue starvation
// when the RequestQueue utilizes the querier-worker queue prioritization algorithm.
// Although the max-concurrent is set to 8, the querier will create an extra 4 connections
// per not-in-use scheduler meet the minimum requirements per connected RequestQueue instance.
// per not-in-use to scheduler meet the minimum requirements per connected RequestQueue instance.
require.NoError(t, inUseScheduler.WaitSumMetricsWithOptions(e2e.Equals(8), []string{"cortex_query_scheduler_connected_querier_clients"}))
require.NoError(t, notInUseScheduler.WaitSumMetricsWithOptions(e2e.Equals(4), []string{"cortex_query_scheduler_connected_querier_clients"}))

Expand Down

0 comments on commit 4aac9c1

Please sign in to comment.