jedcunningham opened a new pull request #17797:
URL: https://github.com/apache/airflow/pull/17797
This broken test was causing the next test to use the db to fail. Also,
by not ignoring exceptions here we let the failure be exposed where
its broken, not in the next test that happens to run.
This was causing `TestBaseSensor.test_fail` to fail with:
```
pyodbc.ProgrammingError: ('42000', '[42000] [Microsoft][ODBC Driver 17 for
SQL Server][SQL Server]The server failed to resume the transaction.
Desc:3300000006. (3971) (SQLExecDirectW)')
```
--
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]