This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new fec1ab5360f Reduce Iceberg IT parallel forks (#33937)
fec1ab5360f is described below
commit fec1ab5360fac2d32a0653b1716def77f8c333c2
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Tue Feb 11 14:19:47 2025 +0000
Reduce Iceberg IT parallel forks (#33937)
* Reduce Iceberg IT parallel forks
* trigger integration tests
---
.github/trigger_files/IO_Iceberg_Integration_Tests.json | 2 +-
sdks/java/io/iceberg/build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/trigger_files/IO_Iceberg_Integration_Tests.json
b/.github/trigger_files/IO_Iceberg_Integration_Tests.json
index 7ab7bcd9a9c..37dd25bf902 100644
--- a/.github/trigger_files/IO_Iceberg_Integration_Tests.json
+++ b/.github/trigger_files/IO_Iceberg_Integration_Tests.json
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to
run.",
- "modification": 2
+ "modification": 3
}
diff --git a/sdks/java/io/iceberg/build.gradle
b/sdks/java/io/iceberg/build.gradle
index 8613a4b22c6..be1541d6e68 100644
--- a/sdks/java/io/iceberg/build.gradle
+++ b/sdks/java/io/iceberg/build.gradle
@@ -167,7 +167,7 @@ task loadTest(type: Test) {
include '**/*LT.class'
- maxParallelForks 4
+ maxParallelForks 3
classpath = sourceSets.test.runtimeClasspath
testClassesDirs = sourceSets.test.output.classesDirs
}