Abacn commented on PR #34354:
URL: https://github.com/apache/beam/pull/34354#issuecomment-2740946501

   Python3.9 test passed but 3.2 test failed, due to
   
   ```
   E           FileNotFoundError: [Errno 2] No such file or directory: 
'/home/runner/.apache_beam/cache/jars/mysql-connector-java-8.0.28.jar.tmp' -> 
'/home/runner/.apache_beam/cache/jars/mysql-connector-java-8.0.28.jar'
   ```
   
   Likely a race condition that two rename run at the same time when tests run 
in parallel:
   
   ```
   os.rename(cached_jar + '.tmp', cached_jar)
   ```


-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to