Move harness stuff to parent directory
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D799
This commit is contained in:
parent
d640ca3f1a
commit
7e5dddecae
tests/macro_benchmark
.gitignoreclients.pyharness.pyjail_faker.pylong_running_suite.pyquery_suite.py
clients
common.pyconfig
databases.pygroups
1000_create
config.jsonedge.iterteardown.cypheredge.run.pyedge.setup.cypherpattern.iterteardown.cypherpattern.run.pyteardown.cyphervertex.iterteardown.cyphervertex.run.pyvertex_big.iterteardown.cyphervertex_big.run.py
aggregation
aggregation_parallel
create_parallel
delete
common.pyconfig.jsonedge.itersetup.pyedge.run.cypheredge.setup.pyteardown.cyphervertex.itersetup.pyvertex.run.cyphervertex_detach.itersetup.pyvertex_detach.run.cypher
dense_expand
expression
match
config.jsonpattern_cycle.run.cypherpattern_long.run.cypherpattern_short.run.cyphersetup.pyteardown.cyphervertex_on_index.run.pyvertex_on_label.run.pyvertex_on_label_property.run.pyvertex_on_property.run.py
pokec
return
unwind_create
config.jsonedge.iterteardown.cypheredge.run.cypheredge.setup.cypherpattern.iterteardown.cypherpattern.run.cypherteardown.cyphervertex.iterteardown.cyphervertex.run.cyphervertex_big.iterteardown.cyphervertex_big.run.cypher
update
tools/apollo
@ -8,13 +8,13 @@ DIR_PATH = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
def get_absolute_path(path, base=""):
|
||||
if base == "build":
|
||||
extra = "../../../build"
|
||||
extra = "../../build"
|
||||
elif base == "build_release":
|
||||
extra = "../../../build_release"
|
||||
extra = "../../build_release"
|
||||
elif base == "libs":
|
||||
extra = "../../../libs"
|
||||
extra = "../../libs"
|
||||
elif base == "config":
|
||||
extra = "../../../config"
|
||||
extra = "../../config"
|
||||
else:
|
||||
extra = ""
|
||||
return os.path.normpath(os.path.join(DIR_PATH, extra, path))
|
@ -202,8 +202,8 @@ postgresql_lib_dir = os.path.join(LIBS_DIR, "postgresql", "lib")
|
||||
infile = create_archive("macro_benchmark", [binary_release_path,
|
||||
binary_release_link_path, macro_bench_path, config_path,
|
||||
harness_client_binaries, postgresql_lib_dir], cwd = WORKSPACE_DIR)
|
||||
supervisor = "./memgraph/tests/macro_benchmark/harness/harness.py"
|
||||
outfile_paths = "\./memgraph/tests/macro_benchmark/harness/\.harness_summary"
|
||||
supervisor = "./memgraph/tests/macro_benchmark/harness.py"
|
||||
outfile_paths = "\./memgraph/tests/macro_benchmark/\.harness_summary"
|
||||
RUNS.append(generate_run("macro_benchmark", supervisor = supervisor,
|
||||
arguments = MACRO_BENCHMARK_ARGS, infile = infile,
|
||||
outfile_paths = outfile_paths))
|
||||
@ -237,7 +237,7 @@ if mode == "diff":
|
||||
infile = create_archive("macro_benchmark_summary", [script_path],
|
||||
cwd = WORKSPACE_DIR)
|
||||
cmd = "./memgraph/tools/apollo/macro_benchmark_summary " \
|
||||
"macro_benchmark/memgraph/tests/macro_benchmark/harness/.harness_summary " \
|
||||
"macro_benchmark/memgraph/tests/macro_benchmark/.harness_summary " \
|
||||
"macro_benchmark_parent/parent/tests/macro_benchmark/harness/.harness_summary " \
|
||||
".harness_summary"
|
||||
outfile_paths = "\./.harness_summary"
|
||||
|
Loading…
Reference in New Issue
Block a user