Skip to content

Commit

Permalink
fix(ci): use header fix action for license check (risingwavelabs#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh authored Jul 8, 2022
1 parent 7a86c4d commit aea1065
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes@main
uses: apache/skywalking-eyes/header@main
26 changes: 6 additions & 20 deletions e2e_test/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 ./tpch/views/q1.slt.part
include ./tpch/views/q2.slt.part
include ./tpch/views/q3.slt.part
include ./tpch/views/q4.slt.part
# include ./tpch/views/q4.slt.part
include ./tpch/views/q5.slt.part
include ./tpch/views/q6.slt.part
include ./tpch/views/q7.slt.part
Expand All @@ -24,15 +24,14 @@ include ./tpch/views/q12.slt.part
include ./tpch/views/q13.slt.part
include ./tpch/views/q14.slt.part
include ./tpch/views/q17.slt.part
include ./tpch/views/q18.slt.part
# include ./tpch/views/q18.slt.part
include ./tpch/views/q19.slt.part
include ./tpch/views/q20.slt.part
include ./tpch/views/q22.slt.part
# include ./tpch/views/q20.slt.part

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

statement ok
drop materialized view tpch_q1;
Expand All @@ -58,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 @@ -94,16 +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;

statement ok
drop materialized view tpch_q22;

include ../tpch/drop_tables.slt.part
26 changes: 6 additions & 20 deletions e2e_test/streaming/tpch_upstream.slt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flush;
include ./tpch/views/q1.slt.part
include ./tpch/views/q2.slt.part
include ./tpch/views/q3.slt.part
include ./tpch/views/q4.slt.part
# include ./tpch/views/q4.slt.part
include ./tpch/views/q5.slt.part
include ./tpch/views/q6.slt.part
include ./tpch/views/q7.slt.part
Expand All @@ -27,15 +27,14 @@ include ./tpch/views/q12.slt.part
include ./tpch/views/q13.slt.part
include ./tpch/views/q14.slt.part
include ./tpch/views/q17.slt.part
include ./tpch/views/q18.slt.part
# include ./tpch/views/q18.slt.part
include ./tpch/views/q19.slt.part
include ./tpch/views/q20.slt.part
include ./tpch/views/q22.slt.part
# include ./tpch/views/q20.slt.part

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

statement ok
drop materialized view tpch_q1;
Expand All @@ -61,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 @@ -97,16 +92,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;

statement ok
drop materialized view tpch_q22;

include ../tpch/drop_tables.slt.part

0 comments on commit aea1065

Please sign in to comment.