Skip to content

Commit 4517e10

Browse files
committed
Revert "added explicit tie sorting to avoid inconsistency in serverless"
This reverts commit a134f98.
1 parent f62ff31 commit 4517e10

File tree

1 file changed

+1
-2
lines changed
  • x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/patterntext

1 file changed

+1
-2
lines changed

x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/patterntext/30_template_id.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Sort by template_id descending from index config setting:
6464
index: test
6565
body:
6666
docvalue_fields: [ "foo.template_id" ]
67-
sort: ["_doc", "@timestamp"]
6867
query: { match_all: {} }
6968

7069
- match: { hits.total.value: 5 }
@@ -87,7 +86,7 @@ Sort by template_id ascending from request:
8786
index: test
8887
body:
8988
docvalue_fields: [ "foo.template_id" ]
90-
sort: ["foo.template_id", "@timestamp"]
89+
sort: "foo.template_id"
9190
query: { match_all: {} }
9291

9392
- match: { hits.total.value: 5 }

0 commit comments

Comments
 (0)