You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.2] [SVS] Fix SVSTiered overwriteVectorAsync and KNNSearchCosine tests (#771)
[Backport][SVS] Fix SVSTieredIndexTestBasic.overwriteVectorAsync test (#733)
* Fix overwriteVectorAsync
Two fixes applied
1. wrong addVector() returning value in case of overwrite
2. Data-racing for SVS index threadpool size
* Another fix for addVector()
* fixup! Another fix for addVector()
* Fix KNNSearchCosine test fails caused by update job delays.
Issue: KNNSearchCosine test sporadically failed in case when IndexSize() is called during update job running in between add-to-backend and del-from-frontend steps.
0 commit comments