Skip to content

Commit

Permalink
test(vacuum): add packages to let all async log on fail appears
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCOEUR committed Jan 11, 2025
1 parent 087e6f2 commit ee5e23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/vacuum/vacuum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestVacuum(t *testing.T) { //nolint:funlen,maintidx,cyclop,gocognit,gocyclo
}
controller := vacuum.New(context.Background(), param, fs)

numberPackagesToStore := 4
numberPackagesToStore := 7
pkgs := generateTestPackages(numberPackagesToStore, param.RootDir)

// We force Keeping the DB open to simulate a failure in the async operation
Expand Down

0 comments on commit ee5e23c

Please sign in to comment.