Skip to content

Commit

Permalink
Revert "test(streaming): enable tpch q4, q18, q20" (#2520)
Browse files Browse the repository at this point in the history
Revert "test(streaming): enable tpch q4, q18, q20 (#2518)"

This reverts commit 3a21481.
  • Loading branch information
yuhao-su authored May 14, 2022
1 parent 3a21481 commit 21e3edf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 30 deletions.
21 changes: 6 additions & 15 deletions e2e_test/v2/streaming/tpch_snapshot.slt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include ../../tpch/insert_supplier.slt.part
include ../../streaming/tpch/views/q1.slt.part
include ../../streaming/tpch/views/q2.join_reorder.workaround.slt.part
include ../../streaming/tpch/views/q3.slt.part
include ../../streaming/tpch/views/q4.slt.part
# include ../../streaming/tpch/views/q4.slt.part
include ../../streaming/tpch/views/q5.slt.part
include ../../streaming/tpch/views/q6.slt.part
include ../../streaming/tpch/views/q7.slt.part
Expand All @@ -24,14 +24,14 @@ include ../../streaming/tpch/views/q12.slt.part
include ../../streaming/tpch/views/q13.slt.part
include ../../streaming/tpch/views/q14.slt.part
include ../../streaming/tpch/views/q17.slt.part
include ../../streaming/tpch/views/q18.slt.part
# include ../../streaming/tpch/views/q18.slt.part
include ../../streaming/tpch/views/q19.slt.part
include ../../streaming/tpch/views/q20.slt.part
# include ../../streaming/tpch/views/q20.slt.part

include ../../streaming/tpch/q1.slt.part
include ../../streaming/tpch/q2.slt.part
include ../../streaming/tpch/q3.slt.part
include ../../streaming/tpch/q4.slt.part
# include ../../streaming/tpch/q4.slt.part
include ../../streaming/tpch/q5.slt.part
include ../../streaming/tpch/q6.slt.part
include ../../streaming/tpch/q7.slt.part
Expand All @@ -43,9 +43,9 @@ include ../../streaming/tpch/q12.slt.part
include ../../streaming/tpch/q13.slt.part
include ../../streaming/tpch/q14.slt.part
include ../../streaming/tpch/q17.slt.part
include ../../streaming/tpch/q18.slt.part
# include ../../streaming/tpch/q18.slt.part
include ../../streaming/tpch/q19.slt.part
include ../../streaming/tpch/q20.slt.part
# include ../../streaming/tpch/q20.slt.part

statement ok
drop materialized view tpch_q1;
Expand All @@ -56,9 +56,6 @@ drop materialized view tpch_q2;
statement ok
drop materialized view tpch_q3;

statement ok
drop materialized view tpch_q4;

statement ok
drop materialized view tpch_q5;

Expand Down Expand Up @@ -89,13 +86,7 @@ drop materialized view tpch_q14;
statement ok
drop materialized view tpch_q17;

statement ok
drop materialized view tpch_q18;

statement ok
drop materialized view tpch_q19;

statement ok
drop materialized view tpch_q20;

include ../../tpch/drop_tables.slt.part
21 changes: 6 additions & 15 deletions e2e_test/v2/streaming/tpch_upstream.slt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include ../../tpch/create_tables.slt.part
include ../../streaming/tpch/views/q1.slt.part
include ../../streaming/tpch/views/q2.join_reorder.workaround.slt.part
include ../../streaming/tpch/views/q3.slt.part
include ../../streaming/tpch/views/q4.slt.part
# include ../../streaming/tpch/views/q4.slt.part
include ../../streaming/tpch/views/q5.slt.part
include ../../streaming/tpch/views/q6.slt.part
include ../../streaming/tpch/views/q7.slt.part
Expand All @@ -15,9 +15,9 @@ include ../../streaming/tpch/views/q12.slt.part
include ../../streaming/tpch/views/q13.slt.part
include ../../streaming/tpch/views/q14.slt.part
include ../../streaming/tpch/views/q17.slt.part
include ../../streaming/tpch/views/q18.slt.part
# include ../../streaming/tpch/views/q18.slt.part
include ../../streaming/tpch/views/q19.slt.part
include ../../streaming/tpch/views/q20.slt.part
# include ../../streaming/tpch/views/q20.slt.part

include ../../tpch/insert_customer.slt.part
include ../../tpch/insert_lineitem.slt.part
Expand All @@ -34,7 +34,7 @@ flush;
include ../../streaming/tpch/q1.slt.part
include ../../streaming/tpch/q2.slt.part
include ../../streaming/tpch/q3.slt.part
include ../../streaming/tpch/q4.slt.part
# include ../../streaming/tpch/q4.slt.part
include ../../streaming/tpch/q5.slt.part
include ../../streaming/tpch/q6.slt.part
include ../../streaming/tpch/q7.slt.part
Expand All @@ -46,9 +46,9 @@ include ../../streaming/tpch/q12.slt.part
include ../../streaming/tpch/q13.slt.part
include ../../streaming/tpch/q14.slt.part
include ../../streaming/tpch/q17.slt.part
include ../../streaming/tpch/q18.slt.part
# include ../../streaming/tpch/q18.slt.part
include ../../streaming/tpch/q19.slt.part
include ../../streaming/tpch/q20.slt.part
# include ../../streaming/tpch/q20.slt.part

statement ok
drop materialized view tpch_q1;
Expand All @@ -59,9 +59,6 @@ drop materialized view tpch_q2;
statement ok
drop materialized view tpch_q3;

statement ok
drop materialized view tpch_q4;

statement ok
drop materialized view tpch_q5;

Expand Down Expand Up @@ -92,13 +89,7 @@ drop materialized view tpch_q14;
statement ok
drop materialized view tpch_q17;

statement ok
drop materialized view tpch_q18;

statement ok
drop materialized view tpch_q19;

statement ok
drop materialized view tpch_q20;

include ../../tpch/drop_tables.slt.part

0 comments on commit 21e3edf

Please sign in to comment.