ashb commented on code in PR #25959:
URL: https://github.com/apache/airflow/pull/25959#discussion_r958667286


##########
tests/models/test_dag.py:
##########
@@ -692,14 +692,14 @@ def test_bulk_write_to_db(self):
                 assert row[0] is not None
 
         # Re-sync should do fewer queries
-        with assert_queries_count(8):
+        with assert_queries_count(16):

Review Comment:
   This is a lot of extra queries it's now doing now. What's the cause of it?



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