Skip to content

Commit bf7c8e8

Browse files
committed
a debug line
1 parent ed7318d commit bf7c8e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chromadb/test/property/test_add.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def _test_add(
197197
if should_wait_for_compaction:
198198
records_since_compaction_wait += len(batch[0])
199199
if records_since_compaction_wait >= min_records_between_compaction_waits:
200+
print(f"waiting {records_since_compaction_wait} >= {min_records_between_compaction_waits}")
200201
current_version = wait_for_version_increase(
201202
client, collection.name, current_version
202203
)

0 commit comments

Comments
 (0)