The GitHub Actions job "Tests (AMD)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
23a3c33c18958eff7d626595afc6d3a21db40bd6 / Jason(Zhe-You) Liu 
<[email protected]>
Add SubprocessCoordinator (#67635)

* Add SocketCoordinator

* Make JavaCoordinator inherit SocketCoordinator

* Name the coordinator base after its subprocess role, not its socket transport

- Rename SocketCoordinator -> SubprocessCoordinator and 
_SocketActivitySubprocess
  -> _PopenActivitySubprocess: the TCP transport is an implementation detail 
that
  subclasses don't care about, while the subprocess they launch is the point.
- Flatten the coordinators/socket/ package into a single private
  coordinators/_subprocess.py (also drops the stray subpackage __version__).
- Spec the mock_client test fixture with Client / TaskInstanceOperations so the
  client call surface is checked.

Report URL: https://github.com/apache/airflow/actions/runs/26861151798

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to