Skip to content

chore: disabling progress bar in QdrantDocumentStore tests#2797

Merged
davidsbatista merged 2 commits into
mainfrom
chore/disabling-progress-bar-in-tests
Jan 30, 2026
Merged

chore: disabling progress bar in QdrantDocumentStore tests#2797
davidsbatista merged 2 commits into
mainfrom
chore/disabling-progress-bar-in-tests

Conversation

@davidsbatista
Copy link
Copy Markdown
Contributor

@davidsbatista davidsbatista commented Jan 30, 2026

Proposed Changes:

Disabling progress bar in Qdrant tests so that one can easily confirm which tests are running. Helps when just testing specially some tests and running locally.

tests/test_converters.py::test_convert_id_is_deterministic PASSED
tests/test_converters.py::test_point_to_document_reverts_proper_structure_from_record_with_sparse PASSED
tests/test_converters.py::test_point_to_document_reverts_proper_structure_from_record_without_sparse PASSED
tests/test_dict_converters.py::test_to_dict PASSED
tests/test_dict_converters.py::test_from_dict PASSED
100it [00:00, 281685.96it/s]
PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_delete_documents_empty_document_store <- ../../../haystack/haystack/testing/document_store.py PASSED
100it [00:00, 788403.01it/s]
PASSED
100it [00:00, 961996.33it/s]
100it [00:00, 1997287.62it/s]
PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_delete_all_documents_empty_store <- ../../../haystack/haystack/testing/document_store.py PASSED
100it [00:00, 1097985.34it/s]
100it [00:00, 2219208.47it/s]
PASSED
100it [00:00, 1353001.29it/s]
100it [00:00, 2036069.90it/s]
PASSED
100it [00:00, 1889326.13it/s]
PASSED
100it [00:00, 1619422.39it/s]
0it [00:00, ?it/s]
PASSED
100it [00:00, 1855886.73it/s]
100it [00:00, 2184533.33it/s]
PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_write_documents_invalid_input <- ../../../haystack/haystack/testing/document_store.py PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_count_empty <- ../../../haystack/haystack/testing/document_store.py PASSED
100it [00:00, 1072712.02it/s]

To this:

tests/test_document_store.py::TestQdrantDocumentStore::test_delete_all_documents <- ../../../haystack/haystack/testing/document_store.py PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_delete_all_documents_empty_store <- ../../../haystack/haystack/testing/document_store.py PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_delete_all_documents_without_recreate_index <- ../../../haystack/haystack/testing/document_store.py PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_delete_all_documents_with_recreate_index <- ../../../haystack/haystack/testing/document_store.py PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_delete_all_documents_no_index_recreation PASSED
tests/test_document_store.py::TestQdrantDocumentStore::test_delete_all_documents_index_recreation PASSED
tests/test_document_store_async.py::TestQdrantDocumentStore::test_delete_all_documents_async_no_index_recreation PASSED
tests/test_document_store_async.py::TestQdrantDocumentStore::test_delete_all_documents_async_index_recreation PASSED

Checklist

@davidsbatista davidsbatista requested a review from a team as a code owner January 30, 2026 11:43
@davidsbatista davidsbatista requested review from julian-risch and removed request for a team January 30, 2026 11:43
@davidsbatista davidsbatista merged commit 312e463 into main Jan 30, 2026
10 checks passed
@davidsbatista davidsbatista deleted the chore/disabling-progress-bar-in-tests branch January 30, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants