Skip to content

Commit b3d2d47

Browse files
authored
Merge pull request #749 from Altinity/feature/fix_stateless_tests
Fix stateless tests in antalya branch
2 parents c6cb238 + eddd8bf commit b3d2d47

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

tests/broken_tests.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,14 @@
3737
},
3838
"test_attach_partition_using_copy/test.py::test_only_destination_replicated": {
3939
"reason": "Fails on TSAN"
40+
},
41+
"02766_prql": {
42+
"reason": "PRQL is disabled in Antalya branch"
43+
},
44+
"02833_local_with_dialect": {
45+
"reason": "PRQL is disabled in Antalya branch"
46+
},
47+
"03003_prql_panic": {
48+
"reason": "PRQL is disabled in Antalya branch"
4049
}
4150
}

tests/queries/0_stateless/01271_show_privileges.reference

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ SYSTEM DROP PAGE CACHE ['SYSTEM DROP PAGE CACHE','DROP PAGE CACHE'] GLOBAL SYSTE
131131
SYSTEM DROP SCHEMA CACHE ['SYSTEM DROP SCHEMA CACHE','DROP SCHEMA CACHE'] GLOBAL SYSTEM DROP CACHE
132132
SYSTEM DROP FORMAT SCHEMA CACHE ['SYSTEM DROP FORMAT SCHEMA CACHE','DROP FORMAT SCHEMA CACHE'] GLOBAL SYSTEM DROP CACHE
133133
SYSTEM DROP S3 CLIENT CACHE ['SYSTEM DROP S3 CLIENT','DROP S3 CLIENT CACHE'] GLOBAL SYSTEM DROP CACHE
134+
SYSTEM DROP PARQUET METADATA CACHE ['SYSTEM DROP PARQUET METADATA CACHE'] GLOBAL SYSTEM DROP CACHE
134135
SYSTEM DROP CACHE ['DROP CACHE'] \N SYSTEM
135136
SYSTEM RELOAD CONFIG ['RELOAD CONFIG'] GLOBAL SYSTEM RELOAD
136137
SYSTEM RELOAD USERS ['RELOAD USERS'] GLOBAL SYSTEM RELOAD

tests/queries/0_stateless/02985_dialects_with_distributed_tables.reference

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
123
55
234
66
315
7-
123
8-
234
9-
315

tests/queries/0_stateless/02985_dialects_with_distributed_tables.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ SET dialect = 'kusto';
2121

2222
distributed_test_table | take 3;
2323

24-
SET dialect = 'prql';
25-
26-
from distributed_test_table
27-
select {id}
28-
take 1..3;
29-
3024
SET dialect = 'clickhouse';
3125

3226
DROP TABLE distributed_test_table;

tests/queries/0_stateless/02995_settings_25_1_4.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ input_format_parquet_max_block_size 65409
542542
input_format_parquet_prefer_block_bytes 16744704
543543
input_format_parquet_preserve_order 0
544544
input_format_parquet_skip_columns_with_unsupported_types_in_schema_inference 0
545+
input_format_parquet_use_metadata_cache 1
545546
input_format_parquet_use_native_reader 0
546547
input_format_protobuf_flatten_google_wrappers 0
547548
input_format_protobuf_skip_fields_with_unsupported_types_in_schema_inference 0

0 commit comments

Comments
 (0)