should be it
This commit is contained in:
51
external/duckdb/test/configs/peg_parser.json
vendored
Normal file
51
external/duckdb/test/configs/peg_parser.json
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"description": "Test PEG Parser + transformer",
|
||||
"skip_compiled": "true",
|
||||
"on_init": "set allow_parser_override_extension=fallback;",
|
||||
"statically_loaded_extensions": [
|
||||
"core_functions",
|
||||
"autocomplete"
|
||||
],
|
||||
"skip_tests": [
|
||||
{
|
||||
"reason": "SIGBUS",
|
||||
"paths": [
|
||||
"test/sql/catalog/sequence/sequence_offset_increment.test",
|
||||
"test/sql/upsert/insert_or_replace/returning_nothing.test",
|
||||
"test/sql/copy_database/copy_database_different_types.test",
|
||||
"test/sql/copy_database/copy_table_with_sequence.test",
|
||||
"test/sql/join/external/external_join_many_duplicates.test_slow"
|
||||
]
|
||||
},
|
||||
{
|
||||
"reason": "Arithmetic expression",
|
||||
"paths": [
|
||||
"test/sql/function/operator/test_arithmetic_sqllogic.test",
|
||||
"test/sql/projection/test_row_id_expression.test",
|
||||
"test/sql/function/numeric/test_trigo.test",
|
||||
"test/sql/function/generic/test_between.test"
|
||||
]
|
||||
},
|
||||
{
|
||||
"reason": "Expression Depth",
|
||||
"paths": [
|
||||
"test/sql/overflow/expression_tree_depth.test"
|
||||
]
|
||||
},
|
||||
{
|
||||
"reason": "Timeout",
|
||||
"paths": [
|
||||
"test/sql/copy/csv/afl/test_fuzz_3981.test_slow",
|
||||
"test/sql/join/external/tpch_all_tables.test_slow",
|
||||
"test/sql/storage/encryption/temp_files/encrypted_offloading_block_files.test_slow",
|
||||
"test/sql/storage/temp_directory/offloading_block_files.test_slow"
|
||||
]
|
||||
},
|
||||
{
|
||||
"reason": "Setting option to 'fallback' changes behavior of first tests",
|
||||
"paths": [
|
||||
"test/extension/loadable_parser_override.test"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user