Fixed the cat.health REST test to accept 4ms, not just 4.0ms (#28186)
This commit is contained in:
parent
55a14230a7
commit
f15c2044c4
|
@ -45,7 +45,7 @@
|
|||
\d+ \s+ # init
|
||||
\d+ \s+ # unassign
|
||||
\d+ \s+ # pending_tasks
|
||||
(-|\d+[.]\d+ms|s) \s+ # max task waiting time
|
||||
(-|\d+(?:[.]\d+)?m?s) \s+ # max task waiting time
|
||||
\d+\.\d+% # active shards percent
|
||||
\n
|
||||
)+
|
||||
|
@ -72,7 +72,7 @@
|
|||
\d+ \s+ # init
|
||||
\d+ \s+ # unassign
|
||||
\d+ \s+ # pending_tasks
|
||||
(-|\d+[.]\d+ms|s) \s+ # max task waiting time
|
||||
(-|\d+(?:[.]\d+)?m?s) \s+ # max task waiting time
|
||||
\d+\.\d+% # active shards percent
|
||||
\n
|
||||
)+
|
||||
|
|
Loading…
Reference in New Issue