Skip to content

Commit

Permalink
Docs: Be ok with long recovery times
Browse files Browse the repository at this point in the history
The _cat docs were asserting that an index took only some number of
milliseconds to recovery. In this build it took a whole second:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.3+multijob-intake/192/consoleFull

So this changes the assertion to be ok with a second.
  • Loading branch information
nik9000 committed Apr 17, 2017
1 parent 94f74f1 commit 13bdd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/cat/recovery.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ twitter 0 13ms store done n/a n/a node0 node-0 n
// TESTRESPONSE[s/9928/0/]
// TESTRESPONSE[s/node0/127.0.0.1/]
// TESTRESPONSE[s/node-0/.*/]
// TESTRESPONSE[s/13ms/\\d+m?s/]
// TESTRESPONSE[s/13/\\d+/ _cat]

In the above case, the source and target nodes are the same because the recovery
Expand Down

0 comments on commit 13bdd84

Please sign in to comment.