From 6e3ec274cf928491cca131f7f8eb32d8da7d14d6 Mon Sep 17 00:00:00 2001 From: Jianrong Zhang Date: Tue, 13 Aug 2024 10:26:11 -0400 Subject: [PATCH] [issue-368] knative integration with DataIndex and JobService: fix e2e test errors and use temp images for DI and JS --- test/e2e/platform_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/platform_test.go b/test/e2e/platform_test.go index 4650b7ff2..6074ef168 100644 --- a/test/e2e/platform_test.go +++ b/test/e2e/platform_test.go @@ -281,6 +281,7 @@ var _ = Describe("Validate the persistence", Ordered, func() { cmd.Stdin = bytes.NewBuffer([]byte(manifestsUpdated)) _, err = utils.Run(cmd) Expect(err).NotTo(HaveOccurred()) + By("Wait for SonatatFlowPlatform CR to complete deployment") // wait for service deployments to be ready EventuallyWithOffset(1, func() error {