2014-02-18 17:28:49 -05:00
|
|
|
---
|
|
|
|
"Test cat recovery output":
|
|
|
|
|
|
|
|
- do:
|
|
|
|
cat.recovery: {}
|
|
|
|
|
|
|
|
- match:
|
|
|
|
$body: >
|
|
|
|
/^$/
|
|
|
|
|
|
|
|
- do:
|
|
|
|
index:
|
|
|
|
index: index1
|
|
|
|
type: type1
|
|
|
|
id: 1
|
|
|
|
body: { foo: bar }
|
|
|
|
refresh: true
|
|
|
|
- do:
|
|
|
|
cluster.health:
|
|
|
|
wait_for_status: yellow
|
|
|
|
- do:
|
|
|
|
cat.recovery: {}
|
|
|
|
- match:
|
|
|
|
$body: >
|
2014-03-20 15:58:58 -04:00
|
|
|
/^(index1 \s+ \d+ \s+ \d+ \s+
|
|
|
|
(gateway|replica|snapshot|relocating) \s+
|
|
|
|
(init|index|start|translog|finalize|done) \s+
|
|
|
|
([\w/.-])+ \s+
|
|
|
|
([\w/.-])+ \s+
|
|
|
|
([\w/.-])+ \s+
|
|
|
|
([\w/.-])+ \s+
|
|
|
|
\d+ \s+ \d+\.\d+\% \s+ \d+ \s+ \d+\.\d+\% \s+ \n?)
|
|
|
|
{1,}$/
|
2014-02-18 17:28:49 -05:00
|
|
|
|