Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kitaisreal committed Mar 21, 2024
1 parent 2186552 commit d8a3116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/queries/0_stateless/02302_s3_file_pruning.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-- Tags: no-parallel, no-fasttest
-- Tag no-fasttest: Depends on S3

SET merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = 0.0;

-- { echo }
drop table if exists test_02302;
create table test_02302 (a UInt64) engine = S3(s3_conn, filename='test_02302_{_partition_id}', format=Parquet) partition by a;
Expand Down
2 changes: 2 additions & 0 deletions tests/queries/0_stateless/02987_group_array_intersect.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SET merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = 0.0;

DROP TABLE IF EXISTS test_empty;
CREATE TABLE test_empty (a Array(Int64)) engine=MergeTree ORDER BY a;
INSERT INTO test_empty VALUES ([]);
Expand Down

0 comments on commit d8a3116

Please sign in to comment.