Skip to content

Commit

Permalink
add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Sep 12, 2024
1 parent ef70c31 commit 085c080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/v2_tests/test_hybrid_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ def test_hybrid_search_rrf_with_replicas_has_no_duplicates(self):
cloud_test_index_to_use=cloud_test_index_to_use,
open_source_test_index_name=None
)
print(f"Running test for index: {test_index_name}", flush=True)
if "unstr" in test_index_name:
print(f"Obviously, the string 'unstr' is in the index name: {test_index_name}", flush=True)
self.client.index(test_index_name).add_documents(
self.docs_list,
tensor_fields=["text_field_1", "text_field_2", "text_field_3"]
Expand Down

0 comments on commit 085c080

Please sign in to comment.