Previously the tables created by the tests would still exists after the test 
since there was no cleaning up. This interferes with the test that compares the 
Alembic models with the actual database.

For Travis we run all the tests exactly once, but we still want to clean up the 
state (tables in the database) afterwards to exit in a consistent state. 
Therefore I've added the some cleaning in the `tearDown` step of the tests.

[ Full content available at: 
https://github.com/apache/incubator-airflow/pull/3935 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to