Skip to content

Commit 21e3edf

Browse files
authored
Revert "test(streaming): enable tpch q4, q18, q20" (#2520)
Revert "test(streaming): enable tpch q4, q18, q20 (#2518)" This reverts commit 3a21481.
1 parent 3a21481 commit 21e3edf

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

e2e_test/v2/streaming/tpch_snapshot.slt

+6-15
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include ../../tpch/insert_supplier.slt.part
1212
include ../../streaming/tpch/views/q1.slt.part
1313
include ../../streaming/tpch/views/q2.join_reorder.workaround.slt.part
1414
include ../../streaming/tpch/views/q3.slt.part
15-
include ../../streaming/tpch/views/q4.slt.part
15+
# include ../../streaming/tpch/views/q4.slt.part
1616
include ../../streaming/tpch/views/q5.slt.part
1717
include ../../streaming/tpch/views/q6.slt.part
1818
include ../../streaming/tpch/views/q7.slt.part
@@ -24,14 +24,14 @@ include ../../streaming/tpch/views/q12.slt.part
2424
include ../../streaming/tpch/views/q13.slt.part
2525
include ../../streaming/tpch/views/q14.slt.part
2626
include ../../streaming/tpch/views/q17.slt.part
27-
include ../../streaming/tpch/views/q18.slt.part
27+
# include ../../streaming/tpch/views/q18.slt.part
2828
include ../../streaming/tpch/views/q19.slt.part
29-
include ../../streaming/tpch/views/q20.slt.part
29+
# include ../../streaming/tpch/views/q20.slt.part
3030

3131
include ../../streaming/tpch/q1.slt.part
3232
include ../../streaming/tpch/q2.slt.part
3333
include ../../streaming/tpch/q3.slt.part
34-
include ../../streaming/tpch/q4.slt.part
34+
# include ../../streaming/tpch/q4.slt.part
3535
include ../../streaming/tpch/q5.slt.part
3636
include ../../streaming/tpch/q6.slt.part
3737
include ../../streaming/tpch/q7.slt.part
@@ -43,9 +43,9 @@ include ../../streaming/tpch/q12.slt.part
4343
include ../../streaming/tpch/q13.slt.part
4444
include ../../streaming/tpch/q14.slt.part
4545
include ../../streaming/tpch/q17.slt.part
46-
include ../../streaming/tpch/q18.slt.part
46+
# include ../../streaming/tpch/q18.slt.part
4747
include ../../streaming/tpch/q19.slt.part
48-
include ../../streaming/tpch/q20.slt.part
48+
# include ../../streaming/tpch/q20.slt.part
4949

5050
statement ok
5151
drop materialized view tpch_q1;
@@ -56,9 +56,6 @@ drop materialized view tpch_q2;
5656
statement ok
5757
drop materialized view tpch_q3;
5858

59-
statement ok
60-
drop materialized view tpch_q4;
61-
6259
statement ok
6360
drop materialized view tpch_q5;
6461

@@ -89,13 +86,7 @@ drop materialized view tpch_q14;
8986
statement ok
9087
drop materialized view tpch_q17;
9188

92-
statement ok
93-
drop materialized view tpch_q18;
94-
9589
statement ok
9690
drop materialized view tpch_q19;
9791

98-
statement ok
99-
drop materialized view tpch_q20;
100-
10192
include ../../tpch/drop_tables.slt.part

e2e_test/v2/streaming/tpch_upstream.slt

+6-15
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include ../../tpch/create_tables.slt.part
33
include ../../streaming/tpch/views/q1.slt.part
44
include ../../streaming/tpch/views/q2.join_reorder.workaround.slt.part
55
include ../../streaming/tpch/views/q3.slt.part
6-
include ../../streaming/tpch/views/q4.slt.part
6+
# include ../../streaming/tpch/views/q4.slt.part
77
include ../../streaming/tpch/views/q5.slt.part
88
include ../../streaming/tpch/views/q6.slt.part
99
include ../../streaming/tpch/views/q7.slt.part
@@ -15,9 +15,9 @@ include ../../streaming/tpch/views/q12.slt.part
1515
include ../../streaming/tpch/views/q13.slt.part
1616
include ../../streaming/tpch/views/q14.slt.part
1717
include ../../streaming/tpch/views/q17.slt.part
18-
include ../../streaming/tpch/views/q18.slt.part
18+
# include ../../streaming/tpch/views/q18.slt.part
1919
include ../../streaming/tpch/views/q19.slt.part
20-
include ../../streaming/tpch/views/q20.slt.part
20+
# include ../../streaming/tpch/views/q20.slt.part
2121

2222
include ../../tpch/insert_customer.slt.part
2323
include ../../tpch/insert_lineitem.slt.part
@@ -34,7 +34,7 @@ flush;
3434
include ../../streaming/tpch/q1.slt.part
3535
include ../../streaming/tpch/q2.slt.part
3636
include ../../streaming/tpch/q3.slt.part
37-
include ../../streaming/tpch/q4.slt.part
37+
# include ../../streaming/tpch/q4.slt.part
3838
include ../../streaming/tpch/q5.slt.part
3939
include ../../streaming/tpch/q6.slt.part
4040
include ../../streaming/tpch/q7.slt.part
@@ -46,9 +46,9 @@ include ../../streaming/tpch/q12.slt.part
4646
include ../../streaming/tpch/q13.slt.part
4747
include ../../streaming/tpch/q14.slt.part
4848
include ../../streaming/tpch/q17.slt.part
49-
include ../../streaming/tpch/q18.slt.part
49+
# include ../../streaming/tpch/q18.slt.part
5050
include ../../streaming/tpch/q19.slt.part
51-
include ../../streaming/tpch/q20.slt.part
51+
# include ../../streaming/tpch/q20.slt.part
5252

5353
statement ok
5454
drop materialized view tpch_q1;
@@ -59,9 +59,6 @@ drop materialized view tpch_q2;
5959
statement ok
6060
drop materialized view tpch_q3;
6161

62-
statement ok
63-
drop materialized view tpch_q4;
64-
6562
statement ok
6663
drop materialized view tpch_q5;
6764

@@ -92,13 +89,7 @@ drop materialized view tpch_q14;
9289
statement ok
9390
drop materialized view tpch_q17;
9491

95-
statement ok
96-
drop materialized view tpch_q18;
97-
9892
statement ok
9993
drop materialized view tpch_q19;
10094

101-
statement ok
102-
drop materialized view tpch_q20;
103-
10495
include ../../tpch/drop_tables.slt.part

0 commit comments

Comments
 (0)