deepujain commented on PR #64375:
URL: https://github.com/apache/airflow/pull/64375#issuecomment-4149234409
Validation update after rebasing this PR on `main`:
- I reran the closest local checks for the FAB CLI change and they passed:
- `uv run --project providers/fab pytest
providers/fab/tests/unit/fab/auth_manager/cli_commands/test_user_command.py -k
'reset_user_password' -xvs` (`3 passed, 22 deselected`)\n - `ruff check` on
the changed FAB CLI files\n - `ruff format --check` on the changed FAB CLI
files\n- I force-pushed the existing PR branch so CI reruns on the rebased
code.\n\nI also checked the previous failing `Integration: providers celery`
job. The failure was a runtime `httpx.ConnectError: [Errno 111] Connection
refused` coming from the celery/task-sdk execution path
(`celery_executor_utils.py` / task-sdk API client / supervisor), not from the
FAB auth-manager files changed in this PR, so it looked unrelated to this
branch. The rerun from this push should give us a cleaner signal on the current
head.
--
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]