mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
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:
parent
b18ee60f80
commit
8f75c2b3a8
107 changed files with 8 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue