You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/08/12 00:15:31 UTC

[GitHub] [beam] lostluck commented on a change in pull request #15321: [GoSDK Infra] Limit simultaneous tests binaries to 3.

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org