mxm commented on code in PR #15645:
URL: https://github.com/apache/iceberg/pull/15645#discussion_r2940429018


##########
flink/v1.20/build.gradle:
##########
@@ -255,6 +255,7 @@ 
project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
   task integrationTest(type: Test) {
     description = "Test Flink Runtime Jar against Flink ${flinkMajorVersion}"
     group = "verification"
+    forkEvery = 1

Review Comment:
   There is only one test which uses this task: `TestIcebergConnectorSmoke` 
(located in the `flink-runtime` module). The majority of the tests are located 
in the `flink` module.
   
   We could add this flag under the `test` task (line 125), but we should keep 
an eye on the build time. I'm thinking it could go up by quite a bit (currently 
around 20 minutes).



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