We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc69319 commit 17b1c81Copy full SHA for 17b1c81
pkg/epp/scheduling/plugins/filter/filter_test.go
@@ -131,7 +131,7 @@ func TestFilter(t *testing.T) {
131
},
132
133
{
134
- name: "lowQueueAndLessThanKVCacheThresholdPredicate",
+ name: "SheddableCapacityFilter, sheddable request",
135
req: &types.LLMRequest{Critical: false},
136
filter: &SheddableCapacityFilter{queueThreshold: 0, kvCacheThreshold: 0.8},
137
input: []types.Pod{
0 commit comments