remove hacks, test fixtures are clean before each execution
This commit is contained in:
parent
935c2c75f6
commit
53530f1243
|
@ -40,8 +40,3 @@ setup:
|
|||
- match: { snapshot.shards.successful: 1 }
|
||||
- match: { snapshot.shards.failed : 0 }
|
||||
|
||||
# ghetto teardown, so we can debug this thing with external hdfs
|
||||
- do:
|
||||
snapshot.delete:
|
||||
repository: test_repo_hdfs_snapshot
|
||||
snapshot: test_snapshot
|
||||
|
|
|
@ -63,8 +63,3 @@ setup:
|
|||
- match: { test_index.shards.0.index.files.reused: 0}
|
||||
- match: { test_index.shards.0.index.size.reused_in_bytes: 0}
|
||||
|
||||
# ghetto teardown, so we can debug this thing with external hdfs
|
||||
- do:
|
||||
snapshot.delete:
|
||||
repository: test_repo_hdfs_restore
|
||||
snapshot: test_restore
|
||||
|
|
Loading…
Reference in New Issue