-
Notifications
You must be signed in to change notification settings - Fork 141
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
[Backport Main] Add path.repo for registering snapshot repository in integ tests #2463
base: main
Are you sure you want to change the base?
[Backport Main] Add path.repo for registering snapshot repository in integ tests #2463
Conversation
This PR is a fix for a previous PR #2445. Can I get help with adding the |
…nsearch-project#2461) Signed-off-by: AnnTian Shao <[email protected]> Co-authored-by: AnnTian Shao <[email protected]> (cherry picked from commit 168ee3c)
2dc6738
to
a9ed1db
Compare
Signed-off-by: AnnTian Shao <[email protected]>
@@ -53,7 +53,7 @@ public class ModelIT extends AbstractRestartUpgradeTestCase { | |||
private static final int DELAY_MILLI_SEC = 1000; | |||
private static final int MIN_NUM_OF_MODELS = 2; | |||
private static final int K = 5; | |||
private static final int NUM_DOCS = 10; | |||
private static final int NUM_DOCS = 1100; |
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.
why is this change needed ? Don't see any correlation with this PR
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.
This change is related to another backport PR #2443 about updating error messages for faiss training. That other backport PR made the same fix as above, but it hasn't been merged yet, which is why I made this change in this PR to get the tests passing
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.
Got it. We should not make it as part of this PR then and let other PR merge, then rebase this PR on top of it before merging.
Description
A prior PR #2445 was breaking the release build of 2.19 due to #2458. This PR fixes the issue by updating the path.repo used to register snapshot repositories in integ tests
Related Issues
Resolves #2458
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.