Skip to content

Commit 4edfd87

Browse files
remove dojo_model_from/to_id
1 parent 835f04d commit 4edfd87

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

unittests/test_importers_performance.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,14 @@ def test_import_reimport_reimport_performance_pghistory_no_async_with_product_gr
310310
self.system_settings(enable_product_grade=True)
311311

312312
self._import_reimport_performance(
313-
expected_num_queries1=315,
313+
314+
expected_num_queries1=317,
314315
expected_num_async_tasks1=8,
315-
expected_num_queries2=241,
316+
expected_num_queries2=243,
316317
expected_num_async_tasks2=19,
317-
expected_num_queries3=123,
318+
expected_num_queries3=125,
318319
expected_num_async_tasks3=18,
320+
319321
)
320322

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

Comments
 (0)