From 5abd53b5a188dc3a32a754f3eaa0e53dd74cc607 Mon Sep 17 00:00:00 2001 From: Patrick Wang Date: Sun, 22 Dec 2024 19:36:02 -0500 Subject: [PATCH] uncommented tpch e2e --- scripts/run_protox_e2e_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_protox_e2e_test.py b/scripts/run_protox_e2e_test.py index 262fc4ef..7d25374c 100644 --- a/scripts/run_protox_e2e_test.py +++ b/scripts/run_protox_e2e_test.py @@ -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)