jto commented on PR #32440:
URL: https://github.com/apache/beam/pull/32440#issuecomment-2483025660
Hey @kennknowles!
I tried really hard to make the failing test
(`org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests`) work but in the end
I think it's impossible.
The behaviour of the runner is correct (it fails when it's supposed to) but
Flink will either fail with the expected exception or just fail with a generic
error (`TaskNotRunningException: Task is not running, but in state FAILED`).
The expected error is there in the logs but the "final" error may or may not
be the expected one. The behaviour is non-deterministic.
In the end I just added this class into sickbay and that seems to have fixed
almost all the problems.
The Python PostCommits are failing but the error is:
```
2024-11-18T11:39:33.3464029Z Execution failed for task
':sdks:python:container:py312:docker'.
│
│2024-11-18T11:39:33.3464463Z > Process 'command 'docker'' finished with
non-zero exit value 1
```
which I think is unrelated to those changes and I could not find anything in
the logs suggesting otherwise.
--
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]