ephraimbuddy commented on pull request #18370:
URL: https://github.com/apache/airflow/pull/18370#issuecomment-922912954


   > Some tests are failing:
   > 
   > ```
   > ==== API mysql: 2 failures ====
   > 
   > 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchSetDagRunState::test_should_respond_200[failed]:
 AssertionError: assert 'running' == 'failed'
   >   - failed
   >   + running
   > 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchSetDagRunState::test_should_respond_200[success]:
 AssertionError: assert 'running' == 'success'
   >   - success
   >   + running
   > ```
   
   I have been trying to figure why this fails when I run the whole endpoints 
but doesn't fail when I run only the module.
   Running this fails: `pytest tests/api_connexion/endpoints/`
   but running this doesn't fail: `pytest 
tests/api_connexion/endpoints/test_dag_run_endpoint.py`


-- 
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]


Reply via email to