jianrongzhang89 commented on code in PR #540:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/540#discussion_r1799509690


##########
test/e2e/workflow_test.go:
##########
@@ -168,111 +168,206 @@ var _ = Describe("Workflow Persistence Use Cases :: ", 
Label("flows-persistence"
                }
 
        })
+       /*
+               DescribeTable("when deploying a SonataFlow CR with PostgreSQL 
persistence", func(testcaseDir string, withPersistence bool, waitKSinkInjection 
bool) {
+                       By("Deploy the CR")
+                       var manifests []byte
+                       EventuallyWithOffset(1, func() error {
+                               var err error
+                               cmd := exec.Command("kubectl", "kustomize", 
testcaseDir)
+                               manifests, err = utils.Run(cmd)
+                               return err
+                       }, time.Minute, time.Second).Should(Succeed())
+                       cmd := exec.Command("kubectl", "create", "-n", ns, 
"-f", "-")
+                       cmd.Stdin = bytes.NewBuffer(manifests)
+                       _, err := utils.Run(cmd)
+                       Expect(err).NotTo(HaveOccurred())

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to