We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7318d commit bf7c8e8Copy full SHA for bf7c8e8
chromadb/test/property/test_add.py
@@ -197,6 +197,7 @@ def _test_add(
197
if should_wait_for_compaction:
198
records_since_compaction_wait += len(batch[0])
199
if records_since_compaction_wait >= min_records_between_compaction_waits:
200
+ print(f"waiting {records_since_compaction_wait} >= {min_records_between_compaction_waits}")
201
current_version = wait_for_version_increase(
202
client, collection.name, current_version
203
)
0 commit comments