Merge pull request #7851 from hashicorp/spread-configuration-followup
Follow up fix for spread
This commit is contained in:
commit
bc25da9dac
|
@ -341,7 +341,7 @@ func TestBinPackIterator_Network_Success(t *testing.T) {
|
|||
},
|
||||
},
|
||||
}
|
||||
binp := NewBinPackIterator(ctx, static, false, 0)
|
||||
binp := NewBinPackIterator(ctx, static, false, 0, structs.SchedulerAlgorithmBinpack)
|
||||
binp.SetTaskGroup(taskGroup)
|
||||
|
||||
scoreNorm := NewScoreNormalizationIterator(ctx, binp)
|
||||
|
|
Loading…
Reference in a new issue