lostluck commented on a change in pull request #15321:
URL: https://github.com/apache/beam/pull/15321#discussion_r687277405



##########
File path: sdks/go/test/run_validatesrunner_tests.sh
##########
@@ -79,6 +79,9 @@ RUNNER=portable
 # packages are executed in parallel.
 TIMEOUT=1h
 
+# Default limit on simultaneous test binaries/packages being executed.
+PARALLEL=3

Review comment:
       I'd say that's overthinking the current issue.
   Dataflow does have a per-project simultaneous job limit though, and they all 
run on apache-beam-testing.
   
   TBH most of the output available from the Jenkins tests, due to gradle 
aren't actually useful in debugging anything in specific because gradle+ 
jenkins swallow the logs. It's more important at the moment that the tests can 
run to completion. We can always tool it downwards later. 




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