Skip to content

Commit

Permalink
Mute testNestedSort for concurrent segment search case (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#11298) (opensearch-project#11306)

(cherry picked from commit e3c420f)

Signed-off-by: Sorabh Hamirwasia <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b79904d commit 2494528
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,10 @@ public void testSortMetaField() throws Exception {
* Test case for issue 6150: https://github.com/elastic/elasticsearch/issues/6150
*/
public void testNestedSort() throws IOException, InterruptedException, ExecutionException {
assumeFalse(
"Concurrent search case muted pending fix: https://github.com/opensearch-project/OpenSearch/issues/11258",
internalCluster().clusterService().getClusterSettings().get(CLUSTER_CONCURRENT_SEGMENT_SEARCH_SETTING)
);
assertAcked(
prepareCreate("test").setMapping(
XContentFactory.jsonBuilder()
Expand Down

0 comments on commit 2494528

Please sign in to comment.