Tests: Move static bwc indexes to a shared location

There are a few tests that currently use the statically generated
backcompat indexes. This change moves them to a shared location, so they
no longer have to build a path based on the package name of the old
index tests.
This commit is contained in:
Ryan Ernst 2015-09-09 15:42:26 -07:00
parent b18ee60f80
commit 8f75c2b3a8
107 changed files with 8 additions and 8 deletions

View file

@ -63,7 +63,7 @@ def main():
create_bwc_index.shutdown_node(node)
print('%s server output:\n%s' % (second_version, node.stdout.read().decode('utf-8')))
create_bwc_index.compress(tmp_dir, "src/test/resources/org/elasticsearch/bwcompat", 'unsupportedrepo-%s.zip' % first_version, 'repo')
create_bwc_index.compress(tmp_dir, "src/test/resources/indices/bwc", 'unsupportedrepo-%s.zip' % first_version, 'repo')
node = None
finally: