Skip to content

Commit

Permalink
Update test/e2e-multicluster-test/multicluster_rollout_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com>
  • Loading branch information
wangyikewxgm and hongchaodeng committed Oct 26, 2021
1 parent d6f9467 commit 4ad99cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e-multicluster-test/multicluster_rollout_test.go
Expand Up @@ -188,6 +188,7 @@ var _ = Describe("Test MultiClustet Rollout", func() {
}, 500*time.Millisecond, 30*time.Second).Should(BeNil())
verifySucceed(componentName + "-v2")
Eventually(func() error {
// Note: KubeVela will only check the workload of the target revision
checkApp := v1beta1.Application{}
if err := k8sClient.Get(hubCtx, types.NamespacedName{Namespace: namespace, Name: app.Name}, &checkApp); err != nil {
return err
Expand Down

0 comments on commit 4ad99cd

Please sign in to comment.