openinx commented on pull request #4189:
URL: https://github.com/apache/iceberg/pull/4189#issuecomment-1047509123
Run this 20 times in my host, everything seems OK:
```
for i in `seq 1 20`; do
./gradlew :iceberg-flink:iceberg-flink-1.14_2.12:test --tests
"org.apache.iceberg.flink.TestFlinkTableSink"
if [ ! $? -eq 0 ] ; then
exit 1
fi
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]