Skip to content

Commit

Permalink
chore: fix low node load test after prod thresholds added (#2103)
Browse files Browse the repository at this point in the history
Signed-off-by: songtao98 <songtao2603060@gmail.com>
  • Loading branch information
songtao98 authored Jun 13, 2024
1 parent 4bd7021 commit 4c143e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,8 @@ func TestLowNodeLoad(t *testing.T) {
{
LowThresholds: tt.thresholds,
HighThresholds: tt.targetThresholds,
ProdLowThresholds: tt.prodLowThresholds,
ProdHighThresholds: tt.prodHighThresholds,
UseDeviationThresholds: tt.useDeviationThresholds,
AnomalyCondition: &deschedulerconfig.LoadAnomalyCondition{
ConsecutiveAbnormalities: 1,
Expand Down Expand Up @@ -1470,8 +1472,6 @@ func TestMaxEvictionTotal(t *testing.T) {
{
LowThresholds: tt.thresholds,
HighThresholds: tt.targetThresholds,
ProdLowThresholds: tt.prodLowThresholds,
ProdHighThresholds: tt.prodHighThresholds,
UseDeviationThresholds: tt.useDeviationThresholds,
AnomalyCondition: &deschedulerconfig.LoadAnomalyCondition{
ConsecutiveAbnormalities: 1,
Expand Down

0 comments on commit 4c143e6

Please sign in to comment.