Skip to content

Commit

Permalink
Prepare TPC-DS data
Browse files Browse the repository at this point in the history
  • Loading branch information
ololobus committed Oct 25, 2019
1 parent 459a060 commit 37bedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 37bedbe

Please sign in to comment.