|
@@ -115,7 +115,10 @@ setup:
|
|
|
snapshot: test_snapshot_2
|
|
|
wait_for_completion: true
|
|
|
body: |
|
|
|
- { "indices": "test_synthetic" }
|
|
|
+ {
|
|
|
+ "indices": "test_synthetic",
|
|
|
+ "include_global_state": false
|
|
|
+ }
|
|
|
|
|
|
- match: { snapshot.snapshot: test_snapshot_2 }
|
|
|
- match: { snapshot.state : PARTIAL }
|
|
@@ -132,7 +135,10 @@ setup:
|
|
|
snapshot: test_snapshot_3
|
|
|
wait_for_completion: true
|
|
|
body: |
|
|
|
- { "indices": "test_*" }
|
|
|
+ {
|
|
|
+ "indices": "test_*",
|
|
|
+ "include_global_state": false
|
|
|
+ }
|
|
|
|
|
|
- match: { snapshot.snapshot: test_snapshot_3 }
|
|
|
- match: { snapshot.state : PARTIAL }
|