seelmann commented on a change in pull request #3935: [AIRFLOW-1390] Update 
Alembic to 0.9
URL: https://github.com/apache/incubator-airflow/pull/3935#discussion_r219676968
 
 

 ##########
 File path: tests/utils/test_db.py
 ##########
 @@ -76,11 +69,35 @@ def 
test_database_schema_and_sqlalchemy_model_are_in_sync(self):
                        t[1].name == 'ab_user'),
             lambda t: (t[0] == 'remove_table' and
                        t[1].name == 'ab_view_menu'),
+
+            # Ignore all the fab indices
+            lambda t: (t[0] == 'remove_index' and
+                       t[1].name == 'task_id'),
+            lambda t: (t[0] == 'remove_index' and
+                       t[1].name == 'taskset_id'),
 
 Review comment:
   I assume the first two are indices from celery, right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to