Skip to content

Commit 02abb1a

Browse files
Docs _cat/health verification fix (#46064)
The _cat/health call in getting-started assumes that the master task max wait time is always 0 (-), however, the test could sometimes run into a short wait time (like some ms). Fixed to allow this.
1 parent cb2e732 commit 02abb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ epoch timestamp cluster status node.total node.data shards pri relo i
181181
--------------------------------------------------
182182
// TESTRESPONSE[s/1565052807 00:53:27 elasticsearch/\\d+ \\d+:\\d+:\\d+ integTest/]
183183
// TESTRESPONSE[s/3 3 6 3/\\d+ \\d+ \\d+ \\d+/]
184-
// TESTRESPONSE[s/0 0 -/0 \\d+ -/]
184+
// TESTRESPONSE[s/0 0 -/0 \\d+ (-|\\d+(micros|ms|s))/]
185185
// TESTRESPONSE[non_json]
186186
+
187187
NOTE: The cluster status will remain yellow if you are only running a single

0 commit comments

Comments
 (0)