tuhaihe commented on code in PR #84:
URL: https://github.com/apache/cloudberry-backup/pull/84#discussion_r3056680542


##########
.github/workflows/cloudberry-backup-ci.yml:
##########
@@ -316,6 +316,25 @@ jobs:
 
             set +e
             case "${TEST_TARGET}" in
+              smoke)

Review Comment:
   Good catch! I've added `set -e` at the beginning of the smoke test case to 
re-enable error exit. This ensures that any failed command will cause the test 
to fail immediately and won't print "All smoke tests passed" incorrectly.
   
   See 10ef2e0.
   
   



-- 
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