stevenzwu opened a new pull request, #13725:
URL: https://github.com/apache/iceberg/pull/13725

   Tuned the setup similar to `numOfCheckpoints = 6` like other test methods. I 
have run the two test classes 450 times locally. they all passed.
   
   This can be merged as `rebase and merge` to preserve the two commits 
separately.
   
   ```
   for index in {00..149}; do
     echo “Iteration $index”;
   
     ./gradlew -DflinkVersions=1.19  :iceberg-flink:iceberg-flink-1.19:test 
--tests org.apache.iceberg.flink.sink.TestFlinkIcebergSinkDistributionMode  
--tests org.apache.iceberg.flink.sink.TestFlinkIcebergSinkV2DistributionMode 
>std-$index-v1.19.log 2>&1;
   
     ./gradlew -DflinkVersions=1.20  :iceberg-flink:iceberg-flink-1.20:test 
--tests org.apache.iceberg.flink.sink.TestFlinkIcebergSinkDistributionMode  
--tests org.apache.iceberg.flink.sink.TestFlinkIcebergSinkV2DistributionMode 
>std-$index-v1.20.log 2>&1;
   
     ./gradlew -DflinkVersions=2.0  :iceberg-flink:iceberg-flink-2.0:test 
--tests org.apache.iceberg.flink.sink.TestFlinkIcebergSinkDistributionMode  
--tests org.apache.iceberg.flink.sink.TestFlinkIcebergSinkV2DistributionMode 
>std-$index-v2.0.log 2>&1
   
   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]

Reply via email to