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 994da88 commit daf6a59Copy full SHA for daf6a59
pkg/epp/scheduling/framework/plugins/filter/filter_test.go
@@ -358,7 +358,8 @@ func TestDecisionTreeFilterFactory(t *testing.T) {
358
},
359
}
360
361
- cmpOptions := cmpopts.IgnoreUnexported(LoraAffinityFilter{}, LowQueueFilter{})
+ cmpOptions := cmpopts.IgnoreUnexported(LeastKVCacheFilter{}, LeastQueueFilter{},
362
+ LoraAffinityFilter{}, LowQueueFilter{}, scorer.KVCacheScorer{})
363
364
for _, test := range tests {
365
rawParameters := struct {
0 commit comments