You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable warning checks in k-NN test case (#1442) (#1471) (#1472)
* Disable warning checks in k-NN test case
Signed-off-by: Junqiu Lei <[email protected]>
(cherry picked from commit 9e28957)
Co-authored-by: Junqiu Lei <[email protected]>
(cherry picked from commit 29279dc)
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
// set warning for deprecation of index.store.hybrid.mmap.extensions as expected temporarily, need to work on proper strategy of
205
-
// switching to new setting in core
206
-
// no-jdk distributions expected warning is a workaround for running tests locally
207
-
assertWarnings(
208
-
"[index.store.hybrid.mmap.extensions] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version.",
209
-
"no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release"
0 commit comments