Skip to content

Conversation

@GuyAv46
Copy link
Collaborator

@GuyAv46 GuyAv46 commented Dec 23, 2024

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

  • This PR introduces API changes
  • This PR introduces serialization changes

@codecov
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.09%. Comparing base (1e55ba7) to head (4cab191).
Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@GuyAv46 GuyAv46 requested review from meiravgri and removed request for alonre24 December 23, 2024 15:27
meiravgri
meiravgri previously approved these changes Dec 23, 2024
}

void printNeighboursOfId(VecSimIndex *index, idType id) const {
/**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@GuyAv46 GuyAv46 enabled auto-merge December 23, 2024 16:13
@GuyAv46 GuyAv46 added this pull request to the merge queue Dec 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 23, 2024
@GuyAv46 GuyAv46 added this pull request to the merge queue Dec 24, 2024
Merged via the queue into main with commit 18afddb Dec 24, 2024
17 checks passed
@GuyAv46 GuyAv46 deleted the guyav-refactor_test_hnsw_parallel branch December 24, 2024 13:41
@github-actions
Copy link

Backport failed for 0.7, because it was unable to cherry-pick the commit(s).

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

@github-actions
Copy link

Backport failed for 0.8, because it was unable to cherry-pick the commit(s).

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

github-actions bot pushed a commit that referenced this pull request Dec 24, 2024
* refactor tests

* format

* fix helper function

* fix range ties

(cherry picked from commit 18afddb)
@github-actions
Copy link

Successfully created backport PR for 8.0:

GuyAv46 added a commit that referenced this pull request Dec 24, 2024
* refactor tests

* format

* fix helper function

* fix range ties

(cherry picked from commit 18afddb)
GuyAv46 added a commit that referenced this pull request Dec 24, 2024
* refactor tests

* format

* fix helper function

* fix range ties

(cherry picked from commit 18afddb)
github-merge-queue bot pushed a commit that referenced this pull request Dec 24, 2024
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]>
github-merge-queue bot pushed a commit that referenced this pull request Dec 24, 2024
Improve HNSW-parallel tests - [MOD-7970] (#576)

* refactor tests

* format

* fix helper function

* fix range ties

(cherry picked from commit 18afddb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants