kaxil commented on code in PR #43602: URL: https://github.com/apache/airflow/pull/43602#discussion_r1828560269
########## tests/api_fastapi/execution_api/routes/test_task_instance.py: ########## Review Comment: Yeah `create_task_instance` doesn't commit the TI to the database unless the class is decorated with `@pytest.mark.need_serialized_dag`. https://github.com/apache/airflow/blob/5ccfe5c4c7093984e56c79e3ac02f5677ff39af4/tests_common/pytest_plugin.py#L811-L816 -- 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]
