remove hacks, test fixtures are clean before each execution

This commit is contained in:
Robert Muir 2015-12-20 22:23:30 -05:00
parent 935c2c75f6
commit 53530f1243
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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