Skip to content

Commit

Permalink
Use cluster rather then single node in upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Drobek authored and ryanemerson committed Nov 13, 2024
1 parent a32f25e commit 690f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/upgrade/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestUpgrade(t *testing.T) {
testKube.CreateSubscriptionAndApproveInitialVersion(sub)

// Create the Infinispan CR
replicas := 1
replicas := 2
spec := tutils.DefaultSpec(t, testKube, func(i *ispnv1.Infinispan) {
i.Spec.Replicas = int32(replicas)
i.Spec.Service.Container.EphemeralStorage = false
Expand Down

0 comments on commit 690f77e

Please sign in to comment.