-
Notifications
You must be signed in to change notification settings - Fork 74
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
Use different package name between restart/rolling bwc tests #1096
Conversation
@heemin32 It's preferred to keep restart and rolling package consistent. |
The code looks good to me. Just need @heemin32 to fix the comment above. |
Thanks. It was a mistake. |
Signed-off-by: Heemin Kim <[email protected]>
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.
lgtm
excludeTestsMatching "org.opensearch.neuralsearch.bwc.HybridSearchIT.*" | ||
excludeTestsMatching "org.opensearch.neuralsearch.bwc.NeuralSparseSearchIT.*" | ||
excludeTestsMatching "org.opensearch.neuralsearch.bwc.NeuralQueryEnricherProcessorIT.*" | ||
excludeTestsMatching "org.opensearch.neuralsearch.bwc.restart.MultiModalSearchIT.*" |
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.
Can you also do the similar change rolling upgrade build.gradle
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.
There is no such thing for rolling upgrade build.gradle in main branch. I need to make such change when I backport it to 2.x
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit c98b9c2)
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit c98b9c2)
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit c98b9c2)
…1107) Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit c98b9c2) Co-authored-by: Heemin Kim <[email protected]>
…pensearch-project#1096) (opensearch-project#1107)" This reverts commit 1739834. Signed-off-by: Heemin Kim <[email protected]>
Description
During bwc test debugging, intelliJ is pointing to wrong code part becase restart/rolling bwc tests are sharing same package name and class name. Separating the package name between the two so that intelliJ debugger can point to correct code part.
Related Issues
N/A
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.