Skip to content

Commit c37785b

Browse files
authored
Merge pull request #35181: Use staged SDK harness & Dataflow worker jar in JPMS tests
2 parents 4ca0df6 + bc652a1 commit c37785b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"0": "testing with staged SDK harness/worker jar"
3+
}

sdks/java/testing/jpms-tests/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dependencies {
6464
directRunnerIntegrationTest project(":runners:direct-java")
6565
flinkRunnerIntegrationTest project(":runners:flink:${project.ext.latestFlinkVersion}")
6666
dataflowRunnerIntegrationTest project(":runners:google-cloud-dataflow-java")
67+
dataflowRunnerIntegrationTest project(":sdks:java:harness") // for staging locally built harness jar
6768
sparkRunnerIntegrationTest project(":runners:spark:3")
6869
}
6970

@@ -84,6 +85,7 @@ for (String runner : testRunnerClass.keySet()) {
8485
]
8586
if ("dataflowRunnerIntegrationTest".equals(runner)) {
8687
testPipelineOptions.add("--region=${gcpRegion}")
88+
testPipelineOptions.add("--experiments=use_staged_dataflow_worker_jar")
8789
}
8890
classpath = configurations."${runner}"
8991
include "**/*IT.class"

0 commit comments

Comments
 (0)