Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Oct 16, 2024
1 parent c16e2fc commit db7b1c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_mongo_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ def test_allow_incomplete(self):

self.log.info(f"Starting with empty db {self.chunk_summary}")
# Get the iterator separately and complete with "next(iterator)
iterator = self.st.get_iter(self.test_run_id, self.mongo_target)
iterator = self.st.get_iter(
self.test_run_id, self.mongo_target, processor="threaded_mailbox"
)

self.log.info(f"Got iterator, still no data?: {self.chunk_summary}")
# Chunk 0
Expand Down

0 comments on commit db7b1c7

Please sign in to comment.