anthonychengit opened a new pull request, #8531:
URL: https://github.com/apache/texera/pull/8531

   ### What changes were proposed in this PR?
   
   Guard each `smoke-boot.sh` invocation with `hashFiles` so backport checks 
skip only that smoke step when an older release tree does not contain the 
script.
   
   | Before | After |
   | --- | --- |
   | Main workflow + release/v1.2 tree → missing script → exit 127 | Script 
exists → smoke test runs; script absent → step skips cleanly |
   
   Builds and test suites remain unchanged.
   
   ### Any related issues, documentation, discussions?
   
   Closes #8295
   
   ### How was this PR tested?
   
   The regression test found 0/3 guarded calls before the fix and 3/3 afterward:
   
   ```bash
   bash -lc './.github/scripts/test_backport_smoke_guard.sh'
   bash -n .github/scripts/test_backport_smoke_guard.sh
   ```
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Codex was used for implementation and verification assistance. 
I reviewed the final code and test output before submission.
   


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

Reply via email to