mosche commented on code in PR #24837:
URL: https://github.com/apache/beam/pull/24837#discussion_r1066764342


##########
runners/spark/spark_runner.gradle:
##########
@@ -259,9 +256,20 @@ def validatesRunnerBatch = 
tasks.register("validatesRunnerBatch", Test) {
     excludeCategories 'org.apache.beam.sdk.testing.UsesPerKeyOrderedDelivery'
     excludeCategories 'org.apache.beam.sdk.testing.UsesPerKeyOrderInBundle'
   }
-  jvmArgs '-Xmx3g'
+  it.jvmArgs '-Xmx3g'
 }
 
+def validatesRunnerBatch = tasks.register("validatesRunnerBatch", Test) {
+  applyBatchValidatesRunnerSetup(it)
+  systemProperties sparkTestProperties(["--enableSparkMetricSinks":"false"])
+}
+
+def validatesRunnerBatchWithBoundedSDFExperiment = 
tasks.register("validatesRunnerBatchWitBoundedSDFExperiment", Test) {

Review Comment:
   ```suggestion
   def validatesRunnerBatchWithBoundedSDFExperiment = 
tasks.register("validatesRunnerBatchWithBoundedSDFExperiment", Test) {
   ```



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

Reply via email to