-
Notifications
You must be signed in to change notification settings - Fork 21
Improve HNSW-parallel tests - [MOD-7970] #576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #576 +/- ##
==========================================
+ Coverage 96.98% 97.09% +0.10%
==========================================
Files 100 104 +4
Lines 5305 5503 +198
==========================================
+ Hits 5145 5343 +198
Misses 160 160 ☔ View full report in Codecov by Sentry. |
| } | ||
|
|
||
| void printNeighboursOfId(VecSimIndex *index, idType id) const { | ||
| /** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 0.7
git worktree add -d .worktree/backport-576-to-0.7 origin/0.7
cd .worktree/backport-576-to-0.7
git switch --create backport-576-to-0.7
git cherry-pick -x 18afddbb0c095663a50e8b9c41e4079ab720512b |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 0.8
git worktree add -d .worktree/backport-576-to-0.8 origin/0.8
cd .worktree/backport-576-to-0.8
git switch --create backport-576-to-0.8
git cherry-pick -x 18afddbb0c095663a50e8b9c41e4079ab720512b |
* refactor tests * format * fix helper function * fix range ties (cherry picked from commit 18afddb)
|
Successfully created backport PR for |
* refactor tests * format * fix helper function * fix range ties (cherry picked from commit 18afddb)
* refactor tests * format * fix helper function * fix range ties (cherry picked from commit 18afddb)
Improve HNSW-parallel tests - [MOD-7970] (#576) * refactor tests * format * fix helper function * fix range ties (cherry picked from commit 18afddb) Co-authored-by: GuyAv46 <[email protected]>
Describe the changes in the pull request
Refactor tests and improve logging on failure, for better understanding a flakiness in one of the tests.
Mark if applicable