Skip to content

Commit 17b1c81

Browse files
Update pkg/epp/scheduling/plugins/filter/filter_test.go
Co-authored-by: Cong Liu <[email protected]>
1 parent cc69319 commit 17b1c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/plugins/filter/filter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func TestFilter(t *testing.T) {
131131
},
132132
},
133133
{
134-
name: "lowQueueAndLessThanKVCacheThresholdPredicate",
134+
name: "SheddableCapacityFilter, sheddable request",
135135
req: &types.LLMRequest{Critical: false},
136136
filter: &SheddableCapacityFilter{queueThreshold: 0, kvCacheThreshold: 0.8},
137137
input: []types.Pod{

0 commit comments

Comments
 (0)