You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/24 14:44:21 UTC

[GitHub] [airflow] ashb commented on a change in pull request #18499: Fix DetachedInstanceError when dag_run attrs are accessed from ti

ashb commented on a change in pull request #18499:
URL: https://github.com/apache/airflow/pull/18499#discussion_r715674564



##########
File path: tests/models/test_taskinstance.py
##########
@@ -2063,8 +2063,8 @@ def teardown_method(self) -> None:
         "expected_query_count, mark_success",
         [
             # Expected queries, mark_success
-            (12, False),
-            (5, True),
+            (13, False),
+            (7, True),

Review comment:
       If possible we don't want these query counts to change.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org