The GitHub Actions job "Tests (AMD)" on airflow.git/refactor/coordinator/add-socket-coordinator has succeeded. Run started by GitHub user jason810496 (triggered by jason810496).
Head commit for run: 5b4a5b7ebfd4fa1620e5545153993d808bcc7e1f / LIU ZHE YOU <[email protected]> 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/26681734228 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
