kennknowles commented on issue #19814:
URL: https://github.com/apache/beam/issues/19814#issuecomment-1282874640
Did not flake in 100 runs on Flink batch:
```
for i in `seq 1 100` ; do (
echo "RUN $i"
./gradlew :runners:flink:1.15:cleanTest --quiet
./gradlew :runners:flink:1.15:validatesRunnerBatch --quiet --tests
ParDoLifecycleTest.testTeardownCalledAfterExceptionInStartBundleStateful
) 2>/dev/null
done
```
--
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]