executor-hnsw-postgres icon indicating copy to clipboard operation
executor-hnsw-postgres copied to clipboard

test: bug rolling update clear

Open cristianmtr opened this issue 3 years ago • 0 comments

if you remove from tests/integration/test_hnsw_psql.py

L:180

        if benchmark:
            f.post('/clear')

the test test_benchmark_basic fails when it runs the second case

even though clear is called at the beginning of the flow.

Why?

yes, /clear only hits one replica. but when we restart the flow there should be completely new replicas anyway

cristianmtr avatar Nov 19 '21 10:11 cristianmtr