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
|
@ -333,7 +333,7 @@ def parse_config():
|
|||
help='Recreate all existing backwards compatibility indexes')
|
||||
parser.add_argument('--releases-dir', '-d', default='backwards', metavar='DIR',
|
||||
help='The directory containing elasticsearch releases')
|
||||
parser.add_argument('--output-dir', '-o', default='core/src/test/resources/org/elasticsearch/bwcompat',
|
||||
parser.add_argument('--output-dir', '-o', default='core/src/test/resources/indices/bwc',
|
||||
help='The directory to write the zipped index into')
|
||||
parser.add_argument('--tcp-port', default=DEFAULT_TRANSPORT_TCP_PORT, type=int,
|
||||
help='The port to use as the minimum port for TCP communication')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue