Abacn commented on PR #36615:
URL: https://github.com/apache/beam/pull/36615#issuecomment-3452959418
I understand what is going on now. The parallelism isn't even. As of now
(after 8h+), a single test class ViewTest is running (persumably other tests
have finished). There isn't a stuck pipeline. That explains this PR doesn't
work in terms of decreasing test running time.
ViewTest has 42 validates runner tests. We need to split it as well. However
the pipeline running time definitely elevated recently. Checked example
pipeline log it appears pipeline teardown time is increased (it usually takes
4h to startup, then needs 2-5 min from "stopping worker pool" to pipeline
finish. At "stopping worker pool" the PipelineResult is still running. I kind
of remember previously this was 1.5-3 min-ish.
I think we're good for now in terms of validation (no SDK side regression
found)
--
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]