Skip to content

Commit

Permalink
uncommented tpch e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 23, 2024
1 parent 041feb1 commit 5abd53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_protox_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,5 @@ def run_e2e_for_benchmark(benchmark_name: str, intended_dbdata_hardware: str) ->
# Set the config file so that we use resources that don't conflict with normal usage (e.g. a different workspace, different ports, etc.).
os.environ["DBGYM_CONFIG_PATH"] = str(E2ETEST_DBGYM_CONFIG_FPATH)

# run_e2e_for_benchmark("tpch", intended_dbdata_hardware) # TODO: Uncomment this
run_e2e_for_benchmark("tpch", intended_dbdata_hardware)
run_e2e_for_benchmark("job", intended_dbdata_hardware)

0 comments on commit 5abd53b

Please sign in to comment.