Abacn commented on code in PR #35181:
URL: https://github.com/apache/beam/pull/35181#discussion_r2132442409
##########
sdks/java/testing/jpms-tests/build.gradle:
##########
@@ -84,6 +84,7 @@ for (String runner : testRunnerClass.keySet()) {
]
if ("dataflowRunnerIntegrationTest".equals(runner)) {
testPipelineOptions.add("--region=${gcpRegion}")
+ testPipelineOptions.add("--experiments=use_staged_dataflow_worker_jar")
Review Comment:
in L66, consider add dataflowRunnerIntegrationTest
project(":sdks:java:harness"), currently SDK harness in class path is due to
transient dependency
runners-cloud-dataflow-java -> sdks-io-google-cloud-platform ->
sdk-java-harness, introduced in
https://github.com/apache/beam/commit/ba17f369e9304d28becc2a49783ba3a6acb5abac#r159238575
and shouldn't be there imo
--
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]