Skip to content

Commit

Permalink
Fix e2e Tests to Support HA Upgrade Label Changes (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
seshachalam-yv authored Aug 5, 2024
1 parent fb44e67 commit d460728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/etcd_multi_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ var _ = Describe("Etcd", func() {
By("Scaling up a healthy cluster (from 1 to 3 replicas)")
Expect(cl.Get(ctx, client.ObjectKeyFromObject(etcd), etcd)).To(Succeed())
etcd.Spec.Replicas = 3
etcd.Spec.Labels["multi-node"] = "true"
updateAndCheckEtcd(ctx, cl, objLogger, etcd, multiNodeEtcdTimeout)
})

Expand Down

0 comments on commit d460728

Please sign in to comment.