jangByeongHui commented on issue #67957:
URL: https://github.com/apache/airflow/issues/67957#issuecomment-4623216745
Tested `apache-airflow-providers-docker==4.5.7rc1` for #67225 — fix works as
expected.
**Unit tests** (7 passed):
```bash
uv run --project providers/docker pytest \
providers/docker/tests/unit/docker/operators/test_docker.py \
-k "on_kill" -xvs
Live Docker daemon smoke test (3 scenarios):
- Bug confirmed (pre-fix behavior): stop() only → container stays as orphan ✓
- Fix confirmed: stop() + remove_container(force=True) → container cleanly
removed ✓
- No regression: auto_remove="success" → remove not called, container stays
after stop ✓
Changes are working as expected with no observed regressions.
--
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]