From 37bedbe10526511d38b0c08d0621c7f485dd2aee Mon Sep 17 00:00:00 2001 From: Alexey Kondratov Date: Fri, 25 Oct 2019 21:19:02 +0300 Subject: [PATCH] Prepare TPC-DS data --- tests/test_cases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cases.py b/tests/test_cases.py index 59b1e17..633a577 100644 --- a/tests/test_cases.py +++ b/tests/test_cases.py @@ -518,7 +518,7 @@ class StressTestException(Exception): pass def load_tpcds_data(config): print('Loading TPC-DS data...') - # subprocess.call(['./tests/prepare_stress.sh']) + subprocess.call(['./tests/prepare_stress.sh']) try: conn = psycopg2.connect(**config)