should be it
This commit is contained in:
29
external/duckdb/test/sql/tpch/tpch_sf1.test_slow
vendored
Normal file
29
external/duckdb/test/sql/tpch/tpch_sf1.test_slow
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# name: test/sql/tpch/tpch_sf1.test_slow
|
||||
# description: Test TPC-H SF1
|
||||
# group: [tpch]
|
||||
|
||||
require tpch
|
||||
|
||||
statement ok
|
||||
pragma verify_external
|
||||
|
||||
statement ok
|
||||
CALL dbgen(sf=1);
|
||||
|
||||
loop i 1 9
|
||||
|
||||
query I
|
||||
PRAGMA tpch(${i})
|
||||
----
|
||||
<FILE>:extension/tpch/dbgen/answers/sf1/q0${i}.csv
|
||||
|
||||
endloop
|
||||
|
||||
loop i 10 23
|
||||
|
||||
query I
|
||||
PRAGMA tpch(${i})
|
||||
----
|
||||
<FILE>:extension/tpch/dbgen/answers/sf1/q${i}.csv
|
||||
|
||||
endloop
|
||||
Reference in New Issue
Block a user