Skip to content

Commit

Permalink
rebase upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Aug 26, 2024
1 parent e89810e commit 4e4432d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ func TestCalculateCPUReservedInMilliCPU(t *testing.T) {
for _, tc := range testCases {
assert.Equal(t, tc.reservedMilliCores, calculateCPUReservedInMilliCPU(tc.coreNum, tc.maxPods))
}
}
func Test_MultipathConfig(t *testing.T) {
assert := require.New(t)
config := NewHarvesterConfig()
Expand Down

0 comments on commit 4e4432d

Please sign in to comment.