Skip to content

Commit

Permalink
[TST] add hypothesis collection id to logs (#2573)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - For debugging CI tests

## Test plan
*How are these changes tested?*
- [x] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust

## Documentation Changes
None
  • Loading branch information
sanketkedia authored Jul 24, 2024
1 parent c640ce5 commit 6c42908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chromadb/test/property/test_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ def initialize(self, collection: strategies.Collection):
print(
"[test_embeddings][initialize] Initialize collection id ",
self.collection._model["id"],
" hypothesis generated collection id ",
collection.id,
)
self.log_operation_count = 0
self.unique_ids_in_log: Set[ID] = set()
Expand Down

0 comments on commit 6c42908

Please sign in to comment.