Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 475739f

Browse files
committed
CI: match workload file to the dump (custom sql)
1 parent 88a9e5f commit 475739f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/nancy_run_localhost_real_workload.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ fi
99
nancyRun="$parentDir/nancy_run.sh"
1010

1111
output=$(
12-
$nancyRun --workload-real "file://$srcDir/sample.replay" \
13-
--db-dump "file://$srcDir/test.dump.bz2" \
12+
$nancyRun \
13+
--db-dump "create table hello_world as select i from generate_series(1, 1000)i _(i);" \
14+
--workload-real "file://$srcDir/sample.replay" \
1415
--tmp-path $srcDir/tmp 2>&1
1516
)
1617

0 commit comments

Comments
 (0)