mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
Before this patch, ``` test/cqlpy/run test_vector_search_with_vector_store_mock.py ``` Took 34 seconds. After this patch, it takes **1 second**. Look at the individual patches for how the magic happened. The first patch lowers the test duration from 34 to 5 seconds, the second patch lowers it further to 1 second. Closes scylladb/scylladb#29891 * github.com:scylladb/scylladb: test/cqlpy: make test_vector_search_with_vector_store_mock faster vector-search: reset DNS timeout after changing host