[Backport 3.7] [SRD] Set failOnStatusCode: false for enableSearchRelevanceWorkbench - #2092
Merged
wanglam merged 1 commit intoJul 17, 2026
Conversation
…earch-project#2087) Match the pattern used by ml-commons-dashboards, query-insights-dashboards, and dashboards-investigation Cypress commands. On AOS, PUT /_cluster/settings for plugin-scoped keys is rejected by the endpoint filter with "payload is not allowed", failing the before-all hook and skipping every test in the suite. The workbench_enabled setting already defaults to true in the plugin (SearchRelevanceSettings.java on opensearch-3.7.0), so tolerating the 401 does not change effective behavior. Assisted by fix-integration-test Signed-off-by: Will Hwang <22586574+will-hwang@users.noreply.github.com> (cherry picked from commit b817847) Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
opensearch-ci-bot
requested review from
CCongWang,
Hailong-am,
Maosaic,
SuZhou-Joe,
abbyhu2000,
ananzh,
angle943,
ashwin-pc,
kavilla,
ohltyler,
peterzhuamazon,
prudhvigodithi,
ruanyl,
sejli,
wanglam,
xluo-aws,
yubonluo,
yujin-emma and
zhongnansu
as code owners
July 17, 2026 03:27
wanglam
approved these changes
Jul 17, 2026
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport b817847 from #2087.