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 2022/09/29 17:44:26 UTC

[GitHub] [beam] lostluck commented on issue #23422: [Task][Go SDK]: Dataflow Go PostCommits timing out

lostluck commented on issue #23422:
URL: https://github.com/apache/beam/issues/23422#issuecomment-1262605572

   Specifically, we could reduce the number of pipelines by consolidating them into a single pipeline for the specific area. The we have Dataflow filtering out the individual pipelines where the consolidated ones are used instead. This may require some test prefix renaming to simplify.
   
   https://github.com/apache/beam/blob/a393efa61d4a1933717a4fe24a7559ec00e8912a/sdks/go/test/integration/integration.go#L222
   
   eg. All the State Pipelines could be consolidated into a single pipeline:
   TestConsolidatedStateAPIPipeline
   
   And the State tests renamed and prefixed, eg. TestStateAPI_MapState
   
   And similarly across common areas in the integration tests.


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