We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835f04d commit 4edfd87Copy full SHA for 4edfd87
1 file changed
unittests/test_importers_performance.py
@@ -310,12 +310,14 @@ def test_import_reimport_reimport_performance_pghistory_no_async_with_product_gr
310
self.system_settings(enable_product_grade=True)
311
312
self._import_reimport_performance(
313
- expected_num_queries1=315,
+
314
+ expected_num_queries1=317,
315
expected_num_async_tasks1=8,
- expected_num_queries2=241,
316
+ expected_num_queries2=243,
317
expected_num_async_tasks2=19,
- expected_num_queries3=123,
318
+ expected_num_queries3=125,
319
expected_num_async_tasks3=18,
320
321
)
322
323
# Deduplication is enabled in the tests above, but to properly test it we must run the same import twice and capture the results.
0 commit comments