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
fix(ci): fix some intermittent bugs on CI (#1330)
- HNSW Merge Bug: #1328
Prefetch on HNSW's RangeSearch need check "over size" or not
- TSAN Bug: #1329
localtime is not thread safe, use localtime_r instead
- Dirty Vector Bug: #1245
Nan & Zero Vector make distance same, so reduce this kind of Vector's
count on "DirtyVectorTest"
- HNSW Update Bug: #1331
Update vector more similar & exchange the test order to make the
baseline more stable
- Kmeans Test Bug: #846
iter is not enough for some case. So increase more iter on hard test
Signed-off-by: LHT129 <[email protected]>