-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CI
Description
Failing cases:
org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT test {p0=msearch/10_basic/Least impact smoke test}
Reproduction:
./gradlew :qa:mixed-cluster:v6.4.3-SNAPSHOT#mixedClusterTestRunner \
-Dtests.seed=5568D675297362E \
-Dtests.class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT \
-Dtests.method="test {p0=msearch/10_basic/Least impact smoke test}" \
-Dtests.security.manager=true \
-Dtests.locale=sr-Latn-RS \
-Dtests.timezone=America/Danmarkshavn \
-Dcompiler.java=11 \
-Druntime.java=8
error message:
Failure at [msearch/10_basic:68]: expected [2xx] status code but api [msearch] returned [400 Bad Request] [{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/_msearch] contains unrecognized parameter: [max_concurrent_shard_requests] -> did you mean [max_concurrent_searches]?","stack_trace":"[request [/_msearch] contains unrecognized parameter: [max_concurrent_shard_requests] -> did you mean [max_concurrent_searches]?]; nested: IllegalArgumentException[request [/_msearch] contains unrecognized parameter: [max_concurrent_shard_requests] -> did you mean [max_concurrent_searches]?];
Probably related to 64ecb17
cc @estolfo
Adding search label since it's in an msearch test.
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CI