aIbrahiim commented on issue #34739:
URL: https://github.com/apache/beam/issues/34739#issuecomment-3801904617

   https://github.com/apache/beam/actions/runs/21370864666/job/61514747422
   The job beam_PreCommit_Python (Run Python PreCommit 3.10) has failed and 
based on the logs and investigation, the root cause is
   The run_tox_cleanup.sh script fails during the commands_post phase when find 
finds no files to delete and the script uses set -e so when find returns exit 
code 1 (no matches) the script exits with code 1 causing tox to fail even 
though all tests passed (101 passed, 16 skipped) so the cleanup script treats 
no files found as an error but this  expected when theres nothing to clean
   so I suggest to add " || true " to the find command so it doesnt fail when 
no files are found
   @damccorm 


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