Skip to content

Commit

Permalink
fix: fix type in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Sep 1, 2023
1 parent d8e0d63 commit 0d31f1d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions tests/slt/basic.slt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ statement ok
insert into t values(1,4,2), (2,3,3), (3,4,4), (4,3,5)


query I
query T
select * from example_basic
----
Alice
Expand Down Expand Up @@ -39,7 +39,7 @@ give me an error

hash-threshold 3

query I
query T
select * from example_basic
----
Alice
Expand All @@ -48,14 +48,14 @@ Eve

hash-threshold 1

query I
query T
select * from example_basic
----
3 values hashing to b5b44edac84d34d6af3be2a88bfae352

hash-threshold 0

query I
query T
select * from example_basic
----
Alice
Expand Down
4 changes: 2 additions & 2 deletions tests/slt/condition.slt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ create table example_basic(v1 int not null)


onlyif risinglight
query I
query T
select * from risinglight_t
----
Alice
Bob
Eve

skipif risinglight
query I
query T
select * from example_basic
----
Alice
Expand Down
2 changes: 1 addition & 1 deletion tests/slt/include/include/a.slt.part
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
query I
query T
select * from example_basic
----
Alice
Expand Down
2 changes: 1 addition & 1 deletion tests/slt/include/include/b.slt.part
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
query I
query T
select * from example_basic
----
Alice
Expand Down
2 changes: 1 addition & 1 deletion tests/slt/include/include_1.slt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ./include_2.slt.part
include ./include/*.slt.part

query I
query T
select * from example_basic
----
Alice
Expand Down

0 comments on commit 0d31f1d

Please sign in to comment.