summaryrefslogtreecommitdiff
path: root/rest-api-spec/src
diff options
context:
space:
mode:
authorJim Ferenczi <jim.ferenczi@elastic.co>2017-06-10 11:55:21 +0200
committerJim Ferenczi <jim.ferenczi@elastic.co>2017-06-10 11:55:41 +0200
commit5cdbebec94ebce38925481300e6327a917c35acb (patch)
tree8e9e64f8f913f6a33871526e82d2dfe9d2db3a26 /rest-api-spec/src
parenta7a3af6f4878e8bd4d1eca0b98f85d29b07aea4a (diff)
Test: remove faling test that relies on merge order
Diffstat (limited to 'rest-api-spec/src')
-rw-r--r--rest-api-spec/src/main/resources/rest-api-spec/test/indices.sort/10_basic.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.sort/10_basic.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.sort/10_basic.yml
index 664a788caa..a31c85c7d4 100644
--- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.sort/10_basic.yml
+++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.sort/10_basic.yml
@@ -119,38 +119,6 @@
- match: {hits.hits.0._id: "2" }
- do:
- search:
- index: test
- type: test
- body:
- sort: ["rank"]
- size: 3
-
- - is_true: terminated_early
- - match: {hits.total: 8 }
- - length: {hits.hits: 3 }
- - match: {hits.hits.0._id: "2" }
- - match: {hits.hits.1._id: "4" }
- - match: {hits.hits.2._id: "3" }
-
- - do:
- search:
- index: test
- type: test
- track_total_hits: false
- body:
- query: {"range": { "rank": { "from": 0 } } }
- sort: ["rank"]
- size: 3
-
- - match: {terminated_early: true }
- - match: {hits.total: -1 }
- - length: {hits.hits: 3 }
- - match: {hits.hits.0._id: "2" }
- - match: {hits.hits.1._id: "4" }
- - match: {hits.hits.2._id: "3" }
-
- - do:
indices.forcemerge:
index: test
max_num_segments: 1