kennknowles commented on issue #23709:
URL: https://github.com/apache/beam/issues/23709#issuecomment-1283050110

   Unfortunately not so easy to reproduce. This passed:
   
   ```
   for i in `seq 1 100` ; do (
     echo "RUN $i"
     ./gradlew :runners:spark:3:cleanTest --quiet
     ./gradlew :runners:spark:3:validatesRunnerBatch --quiet --tests 
ParDoLifecycleTest.testTeardownCalledAfterExceptionInProcessElement
   ) 2>/dev/null
   done
   ```
   
   Either it depends on resource constraints on Jenkins due to concurrency or 
it flakes less often.


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