suztomo commented on pull request #14295:
URL: https://github.com/apache/beam/pull/14295#issuecomment-805446677
Memo for myself: I tried this script to reproduce one of the failed tests,
but no luck.
```
#!/bin/bash
set -e
for I in `seq 100`; do
echo "Attempt: $I"
./gradlew --no-build-cache -p runners/direct-java cleanTest
needsRunnerTests --tests
org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundleStateful
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.
For queries about this service, please contact Infrastructure at:
[email protected]