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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
