shunping commented on issue #30513: URL: https://github.com/apache/beam/issues/30513#issuecomment-4778992987
> > Another issue is related to a timeout on Python 3.12 (e.g. https://github.com/apache/beam/actions/runs/26970785446/job/79585162802) > > From the raw log, it seems that the task of ":sdks:python:test-suites:portable:py312:postCommitPy312" is stuck. > > ``` > > 2026-06-18T09:10:12.7126060Z > Task :sdks:python:test-suites:portable:py312:postCommitPy312IT > > ... > > 2026-06-18T09:20:17.6125359Z > > 2026-06-18T09:20:17.6127989Z > Task :sdks:python:test-suites:portable:py312:postCommitPy312 > > 2026-06-18T12:54:08.8113512Z ##[error]The operation was canceled. > > ``` > > 3.12 started to fail (timeout) from June, 4. Didn't find the cause yet Right. There is a sudden jump on the runtime on the between the following two test runs: - https://github.com/apache/beam/actions/runs/26951735917 (Jun 4, 8:29 AM EDT) - https://github.com/apache/beam/actions/runs/26970785446 (Jun 4, 2:15 PM EDT) -- 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]
