potiuk commented on PR #43496:
URL: https://github.com/apache/airflow/pull/43496#issuecomment-2455477908
Ah...
````
FAILED
providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py::TestListBackfills::test_should_respond_200_with_granular_dag_access
- assert 404 == 200
+ where 404 = <WrapperTestResponse streamed [404 NOT FOUND]>.status_code
FAILED
providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py::TestGetBackfill::test_should_respond_200_with_granular_dag_access
- assert 404 == 200
+ where 404 = <WrapperTestResponse streamed [404 NOT FOUND]>.status_code
FAILED
providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py::TestCreateBackfill::test_create_backfill
- assert 404 == 200
+ where 404 = <WrapperTestResponse streamed [404 NOT FOUND]>.status_code
FAILED
providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py::TestPauseBackfill::test_should_respond_200_with_granular_dag_access
- assert 404 == 200
+ where 404 = <WrapperTestResponse streamed [404 NOT FOUND]>.status_code
FAILED
providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py::TestCancelBackfill::test_should_respond_200_with_granular_dag_access
- assert 404 == 200
+ where 404 = <WrapperTestResponse streamed [404 NOT FOUND]>.status_code
````
Will faili now in main - see
https://github.com/apache/airflow/actions/runs/11669732900/job/32492756690?pr=43556#step:7:4733
I guess those tests should never be in FAB in the first place ? Maybe we
should move them to API @dstandish @pierrejeambrun
--
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]