Skip to content

Commit

Permalink
Make the ignore_above docs tests more robust. (#43349)
Browse files Browse the repository at this point in the history
It is possible for internal ML indices like `.data-frame-notifications-1` to leak,
causing other docs tests to fail when they accidentally search over these
indices. This PR updates the ignore_above tests to only search a specific index.
  • Loading branch information
jtibshirani committed Jun 27, 2019
1 parent f6bc4b1 commit 98ed5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/mapping/params/ignore-above.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PUT my_index/_doc/2 <3>
"message": "Syntax error with some long stacktrace"
}
GET _search <4>
GET my_index/_search <4>
{
"aggs": {
"messages": {
Expand Down

0 comments on commit 98ed5e9

Please sign in to comment.