Files
email-tracker/external/duckdb/test/configs/storage_compatibility.json
2025-10-24 19:21:19 -05:00

57 lines
1.9 KiB
JSON

{
"description": "Storage compatibility test.",
"initial_db": "bwc_storage_test.db",
"settings": [
{"name": "storage_compatibility_version", "value": "v1.0.0"}
],
"skip_compiled": "true",
"skip_tests": [
{
"reason": "Contains explicit use of the memory catalog.",
"paths": [
"test/sql/show_select/test_describe_all.test",
"test/sql/catalog/function/attached_macro.test",
"test/sql/catalog/test_temporary.test",
"test/sql/pragma/test_show_tables_temp_views.test",
"test/sql/pg_catalog/system_functions.test",
"test/sql/pg_catalog/sqlalchemy.test",
"test/sql/attach/attach_table_info.test",
"test/sql/attach/attach_defaults.test",
"test/sql/attach/attach_did_you_mean.test",
"test/sql/attach/attach_default_table.test",
"test/sql/attach/attach_show_all_tables.test",
"test/sql/attach/attach_issue7711.test",
"test/sql/attach/attach_issue_7660.test",
"test/sql/attach/show_databases.test",
"test/sql/attach/attach_views.test",
"test/sql/copy_database/copy_table_with_sequence.test"
]
},
{
"reason": "Stringification too slow",
"paths": [
"test/sql/types/bignum/test_bignum_sum.test"
]
},
{
"reason": "Time (NS) not supported (new type).",
"paths": [
"test/parquet/timens_parquet.test",
"test/sql/types/time/test_time_ns.test"
]
},
{
"reason": "Expected forwards compatibility failure.",
"paths": [
"test/fuzzer/pedro/view_not_rebound_error_no_view_dependencies.test",
"test/issues/rigger/assertion_scale.test",
"test/issues/general/test_16662.test",
"test/sql/copy/csv/test_null_padding_projection.test",
"test/sql/types/geo/geometry.test",
"test/sql/types/geo/geometry_stats.test",
"test/sql/types/variant/variant_distinct.test"
]
}
]
}