Skip to content

Instantly share code, notes, and snippets.

@xevix
Created July 11, 2025 18:42
Show Gist options
  • Save xevix/adab0008091634d00c9e56d692cf7ed5 to your computer and use it in GitHub Desktop.
Save xevix/adab0008091634d00c9e56d692cf7ed5 to your computer and use it in GitHub Desktop.
[~/external]$ git clone [email protected]:duckdb/duckdb.git duckdb_tests
Cloning into 'duckdb_tests'...
remote: Enumerating objects: 707000, done.
remote: Counting objects: 100% (166/166), done.
remote: Compressing objects: 100% (95/95), done.
remote: Total 707000 (delta 112), reused 71 (delta 71), pack-reused 706834 (from 2)
Receiving objects: 100% (707000/707000), 347.96 MiB | 17.11 MiB/s, done.
Resolving deltas: 100% (590703/590703), done.
Updating files: 100% (14122/14122), done.
[~/external]$ cd duckdb_tests
[main][~/external/duckdb_tests]$ GEN=ninja make unittest_release
mkdir -p ./build/release && \
cd build/release && \
cmake -G "Ninja" -DFORCE_COLORED_OUTPUT=1 -DLOCAL_EXTENSION_REPO="" -DOVERRIDE_GIT_DESCRIBE="" -DDUCKDB_EXPLICIT_VERSION="" -DCMAKE_BUILD_TYPE=Release ../.. && \
cmake --build . --config Release
-- Found Python3: /opt/homebrew/Frameworks/Python.framework/Versions/3.13/bin/python3.13 (found version "3.13.3") found components: Interpreter
-- The C compiler identification is AppleClang 17.0.0.17000013
-- The CXX compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
CMake Warning at CMakeLists.txt:210 (message):
Not disabling vptr sanitizer on M1 Macbook - set DISABLE_VPTR_SANITIZER
manually if you run into issues with false positives in the sanitizer
-- Found Git: /opt/homebrew/bin/git (found version "2.49.0")
-- git hash fd3fa59072, version v1.4.0-dev1503, extension folder fd3fa59072
-- Extensions will be deployed to: /Users/xevix/external/duckdb_tests/build/release/repository
-- Load extension 'core_functions' from '/Users/xevix/external/duckdb_tests/extensions' @ fd3fa59072
-- Load extension 'parquet' from '/Users/xevix/external/duckdb_tests/extensions' @ fd3fa59072
-- Extensions linked into DuckDB: [core_functions, parquet]
-- Configuring done (1.4s)
-- Generating done (0.2s)
-- Build files have been written to: /Users/xevix/external/duckdb_tests/build/release
[494/494] Linking CXX executable test/unittest
build/release/test/unittest
[735/3887] (18%): test/parquet/test_parquet_schema.test
1. test/parquet/test_parquet_schema.test
================================================================================
Query unexpectedly failed (test/parquet/test_parquet_schema.test:151)
(test/parquet/test_parquet_schema.test:151)!
Query unexpectedly failed (test/parquet/test_parquet_schema.test:151)
(test/parquet/test_parquet_schema.test:151)!
================================================================================
SELECT *
FROM read_parquet('duckdb_unittest_tempdir/11588/integers.parquet', schema=map {
0: {name: 'renamed_i', type: 'BIGINT', default_value: NULL},
1: {name: 'new_column', type: 'UTINYINT', default_value: 43}
});
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/integers.parquet'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unittest is a Catch v2.13.7 host application.
Run with -? for options
-------------------------------------------------------------------------------
test/parquet/test_parquet_schema.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/parquet/test_parquet_schema.test:151: FAILED:
explicitly with message:
0
[1161/3887] (29%): test/sql/types/struct/nested_struct_projection_pushdown.test
2. test/sql/types/struct/nested_struct_projection_pushdown.test
================================================================================
Query unexpectedly failed (test/sql/types/struct/nested_struct_projection_pushdown.test:106)
(test/sql/types/struct/nested_struct_projection_pushdown.test:106)!
Query unexpectedly failed (test/sql/types/struct/nested_struct_projection_pushdown.test:106)
(test/sql/types/struct/nested_struct_projection_pushdown.test:106)!
================================================================================
SELECT base.s.nested_struct FROM read_parquet('duckdb_unittest_tempdir/11588/test_structs.parquet');
================================================================================
Actual result:
================================================================================
Invalid Error: don't know what type:
-------------------------------------------------------------------------------
test/sql/types/struct/nested_struct_projection_pushdown.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/types/struct/nested_struct_projection_pushdown.test:106: FAILED:
explicitly with message:
0
[1660/3887] (42%): test/sql/optimizer/plan/plan_struct_projection_pushdown.test
3. test/sql/optimizer/plan/plan_struct_projection_pushdown.test
================================================================================
Query unexpectedly failed (test/sql/optimizer/plan/plan_struct_projection_pushdown.test:95)
(test/sql/optimizer/plan/plan_struct_projection_pushdown.test:95)!
Query unexpectedly failed (test/sql/optimizer/plan/plan_struct_projection_pushdown.test:95)
(test/sql/optimizer/plan/plan_struct_projection_pushdown.test:95)!
================================================================================
EXPLAIN SELECT struct_col.s.name.id FROM read_parquet('duckdb_unittest_tempdir/11588/nested_struct_pushdown_test.parquet');
================================================================================
Actual result:
================================================================================
Invalid Error: don't know what type:
-------------------------------------------------------------------------------
test/sql/optimizer/plan/plan_struct_projection_pushdown.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/optimizer/plan/plan_struct_projection_pushdown.test:95: FAILED:
explicitly with message:
0
[2134/3887] (54%): test/sql/pragma/test_enable_http_logging.test [LOG] 2025-07-11 18:37:21.071, QueryLog, INFO, SET http_logging_output='duckdb_unittest_tempdir/11588/httplog.txt', CONNECTION, 2, 4, NULL
[3534/3887] (90%): test/sql/copy/format_uuid.test
4. test/sql/copy/format_uuid.test
================================================================================
Query unexpectedly failed (test/sql/copy/format_uuid.test:235)
(test/sql/copy/format_uuid.test:235)!
Query unexpectedly failed (test/sql/copy/format_uuid.test:235)
(test/sql/copy/format_uuid.test:235)!
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/to_be_overwritten2/a=9/data_0*.parquet';
================================================================================
Actual result:
================================================================================
Invalid Error: TProtocolException: Invalid data
-------------------------------------------------------------------------------
test/sql/copy/format_uuid.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/format_uuid.test:235: FAILED:
explicitly with message:
0
[3540/3887] (91%): test/sql/copy/partitioned/hive_partition_escape.test
5. test/sql/copy/partitioned/hive_partition_escape.test
================================================================================
Query unexpectedly failed (test/sql/copy/partitioned/hive_partition_escape.test:63)
(test/sql/copy/partitioned/hive_partition_escape.test:63)!
Query unexpectedly failed (test/sql/copy/partitioned/hive_partition_escape.test:63)
(test/sql/copy/partitioned/hive_partition_escape.test:63)!
================================================================================
select "=/ \\/", COUNT(*)
from parquet_scan('duckdb_unittest_tempdir/11588/escaped_partitions_names/**/*.parquet')
GROUP BY ALL
ORDER BY ALL;
================================================================================
Actual result:
================================================================================
Invalid Error: TProtocolException: Invalid data
-------------------------------------------------------------------------------
test/sql/copy/partitioned/hive_partition_escape.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/partitioned/hive_partition_escape.test:63: FAILED:
explicitly with message:
0
[3552/3887] (91%): test/sql/copy/parquet/parquet_hive_null.test
6. test/sql/copy/parquet/parquet_hive_null.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/parquet_hive_null.test:36)
(test/sql/copy/parquet/parquet_hive_null.test:36)!
Query unexpectedly failed (test/sql/copy/parquet/parquet_hive_null.test:36)
(test/sql/copy/parquet/parquet_hive_null.test:36)!
================================================================================
select *
from parquet_scan('duckdb_unittest_tempdir/11588/null-parquet/**/*.parquet', hive_partitioning=1, hive_types={'a': INT})
ORDER BY ALL;
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/null-parquet/a=0/b=0/data_0.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/parquet_hive_null.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/parquet_hive_null.test:36: FAILED:
explicitly with message:
0
[3565/3887] (91%): test/sql/copy/parquet/parquet_schema_evolution.test
7. test/sql/copy/parquet/parquet_schema_evolution.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/parquet_schema_evolution.test:67)
(test/sql/copy/parquet/parquet_schema_evolution.test:67)!
Query unexpectedly failed (test/sql/copy/parquet/parquet_schema_evolution.test:67)
(test/sql/copy/parquet/parquet_schema_evolution.test:67)!
================================================================================
SELECT a FROM 'duckdb_unittest_tempdir/11588/evolution_*.parquet' ORDER BY 1;
================================================================================
Actual result:
================================================================================
Invalid Error: TProtocolException: Invalid data
-------------------------------------------------------------------------------
test/sql/copy/parquet/parquet_schema_evolution.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/parquet_schema_evolution.test:67: FAILED:
explicitly with message:
0
[3573/3887] (91%): test/sql/copy/parquet/parquet_metadata_cache.test
8. test/sql/copy/parquet/parquet_metadata_cache.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/parquet_metadata_cache.test:43)
(test/sql/copy/parquet/parquet_metadata_cache.test:43)!
Query unexpectedly failed (test/sql/copy/parquet/parquet_metadata_cache.test:43)
(test/sql/copy/parquet/parquet_metadata_cache.test:43)!
================================================================================
select * from parquet_scan('duckdb_unittest_tempdir/11588/cached.parquet');
================================================================================
Actual result:
================================================================================
Invalid Error: Snappy decompression failure: Uncompressed data size mismatch
-------------------------------------------------------------------------------
test/sql/copy/parquet/parquet_metadata_cache.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/parquet_metadata_cache.test:43: FAILED:
explicitly with message:
0
[3621/3887] (93%): test/sql/copy/parquet/writer/write_list.test
9. test/sql/copy/parquet/writer/write_list.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/write_list.test:45)
(test/sql/copy/parquet/writer/write_list.test:45)!
Query unexpectedly failed (test/sql/copy/parquet/writer/write_list.test:45)
(test/sql/copy/parquet/writer/write_list.test:45)!
================================================================================
SELECT * FROM parquet_scan('duckdb_unittest_tempdir/11588/test_list.parquet');
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/test_list.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/write_list.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/write_list.test:45: FAILED:
explicitly with message:
0
[3622/3887] (93%): test/sql/copy/parquet/writer/parquet_write_timestamp.test d
TIMESTAMP
[ Rows: 4]
1992-01-01 12:03:27
1900-01-01 03:08:47
NULL
2020-09-27 13:12:01
10. test/sql/copy/parquet/writer/parquet_write_timestamp.test
================================================================================
Wrong result hash! (test/sql/copy/parquet/writer/parquet_write_timestamp.test:29)!
Wrong result hash! (test/sql/copy/parquet/writer/parquet_write_timestamp.test:29)!
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/timestamps.parquet';
================================================================================
Expected result:
================================================================================
Actual result:
================================================================================
d
TIMESTAMP
[ Rows: 4]
1970-01-09 00:51:07.407
1969-12-06 10:23:42.527
NULL
1970-01-19 12:46:52.321
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_timestamp.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_timestamp.test:29: FAILED:
explicitly with message:
0
[3626/3887] (93%): test/sql/copy/parquet/writer/parquet_write_memory_usage.test
11. test/sql/copy/parquet/writer/parquet_write_memory_usage.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_memory_usage.test:23)
(test/sql/copy/parquet/writer/parquet_write_memory_usage.test:23)!
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_memory_usage.test:23)
(test/sql/copy/parquet/writer/parquet_write_memory_usage.test:23)!
================================================================================
select sum(range) = (count(*) * (count(*) - 1)) // 2 from 'duckdb_unittest_tempdir/11588/parquet_write_memory_usage.parquet';
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/parquet_write_memory_usage.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_memory_usage.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_memory_usage.test:23: FAILED:
explicitly with message:
0
[3630/3887] (93%): test/sql/copy/parquet/writer/write_stats_null_count.test
12. test/sql/copy/parquet/writer/write_stats_null_count.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/write_stats_null_count.test:36)
(test/sql/copy/parquet/writer/write_stats_null_count.test:36)!
Query unexpectedly failed (test/sql/copy/parquet/writer/write_stats_null_count.test:36)
(test/sql/copy/parquet/writer/write_stats_null_count.test:36)!
================================================================================
SELECT stats_null_count FROM parquet_metadata('duckdb_unittest_tempdir/11588/stats.parquet');
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/stats.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/write_stats_null_count.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/write_stats_null_count.test:36: FAILED:
explicitly with message:
0
[3638/3887] (93%): test/sql/copy/parquet/writer/row_group_size_bytes.test
13. test/sql/copy/parquet/writer/row_group_size_bytes.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/row_group_size_bytes.test:59)
(test/sql/copy/parquet/writer/row_group_size_bytes.test:59)!
Query unexpectedly failed (test/sql/copy/parquet/writer/row_group_size_bytes.test:59)
(test/sql/copy/parquet/writer/row_group_size_bytes.test:59)!
================================================================================
select max(row_group_num_rows) from parquet_metadata('duckdb_unittest_tempdir/11588/tbl.parquet');
================================================================================
Actual result:
================================================================================
Invalid Error: TProtocolException: Invalid data
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/row_group_size_bytes.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/row_group_size_bytes.test:59: FAILED:
explicitly with message:
0
[3640/3887] (93%): test/sql/copy/parquet/writer/parquet_write_unsigned.test
14. test/sql/copy/parquet/writer/parquet_write_unsigned.test
================================================================================
Wrong row count in query! (test/sql/copy/parquet/writer/parquet_write_unsigned.test:37)!
Wrong row count in query! (test/sql/copy/parquet/writer/parquet_write_unsigned.test:37)!
Expected 0 rows, but got 1 rows
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/unsigned.parquet' EXCEPT SELECT * FROM unsigned;
================================================================================
Expected result:
================================================================================
================================================================================
Actual result:
================================================================================
d
USMALLINT
[ Rows: 1]
255
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_unsigned.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_unsigned.test:37: FAILED:
explicitly with message:
0
[3641/3887] (93%): test/sql/copy/parquet/writer/parquet_write_enums.test
15. test/sql/copy/parquet/writer/parquet_write_enums.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_enums.test:70)
(test/sql/copy/parquet/writer/parquet_write_enums.test:70)!
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_enums.test:70)
(test/sql/copy/parquet/writer/parquet_write_enums.test:70)!
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/enums.parquet';
================================================================================
Actual result:
================================================================================
Invalid Error: Snappy decompression failure: Uncompressed data size mismatch
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_enums.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_enums.test:70: FAILED:
explicitly with message:
0
[3645/3887] (93%): test/sql/copy/parquet/writer/parquet_write_signed.test
16. test/sql/copy/parquet/writer/parquet_write_signed.test
================================================================================
Wrong row count in query! (test/sql/copy/parquet/writer/parquet_write_signed.test:37)!
Wrong row count in query! (test/sql/copy/parquet/writer/parquet_write_signed.test:37)!
Expected 0 rows, but got 2 rows
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/signed.parquet' EXCEPT SELECT * FROM signed;
================================================================================
Expected result:
================================================================================
================================================================================
Actual result:
================================================================================
d
SMALLINT
[ Rows: 2]
0
-1
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_signed.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_signed.test:37: FAILED:
explicitly with message:
0
[3646/3887] (93%): test/sql/copy/parquet/writer/parquet_write_strings.test
17. test/sql/copy/parquet/writer/parquet_write_strings.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_strings.test:76)
(test/sql/copy/parquet/writer/parquet_write_strings.test:76)!
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_strings.test:76)
(test/sql/copy/parquet/writer/parquet_write_strings.test:76)!
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/strings.parquet';
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/strings.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_strings.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_strings.test:76: FAILED:
explicitly with message:
0
[3648/3887] (93%): test/sql/copy/parquet/writer/parquet_write_field_id.test
18. test/sql/copy/parquet/writer/parquet_write_field_id.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_field_id.test:98)
(test/sql/copy/parquet/writer/parquet_write_field_id.test:98)!
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_field_id.test:98)
(test/sql/copy/parquet/writer/parquet_write_field_id.test:98)!
================================================================================
select field_id from parquet_schema('duckdb_unittest_tempdir/11588/my.parquet') where name = 'i';
================================================================================
Actual result:
================================================================================
Invalid Error: TProtocolException: Invalid data
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_field_id.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_field_id.test:98: FAILED:
explicitly with message:
0
[3650/3887] (93%): test/sql/copy/parquet/writer/parquet_write_decimals.test
19. test/sql/copy/parquet/writer/parquet_write_decimals.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_decimals.test:65)
(test/sql/copy/parquet/writer/parquet_write_decimals.test:65)!
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_decimals.test:65)
(test/sql/copy/parquet/writer/parquet_write_decimals.test:65)!
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/decimals.parquet' WHERE dec4=42;
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/decimals.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_decimals.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/parquet_write_decimals.test:65: FAILED:
explicitly with message:
0
[3651/3887] (93%): test/sql/copy/parquet/writer/write_complex_nested.test
20. test/sql/copy/parquet/writer/write_complex_nested.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/write_complex_nested.test:43)
(test/sql/copy/parquet/writer/write_complex_nested.test:43)!
Query unexpectedly failed (test/sql/copy/parquet/writer/write_complex_nested.test:43)
(test/sql/copy/parquet/writer/write_complex_nested.test:43)!
================================================================================
SELECT i FROM parquet_scan('duckdb_unittest_tempdir/11588/complex_list.parquet');
================================================================================
Actual result:
================================================================================
Invalid Input Error: No magic bytes found at end of file 'duckdb_unittest_tempdir/11588/complex_list.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/write_complex_nested.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/writer/write_complex_nested.test:43: FAILED:
explicitly with message:
0
[3656/3887] (94%): test/sql/copy/parquet/parquet_3896.test x
MAP(INTEGER, STRUCT(key1 MAP(INTEGER, INTEGER), key2 INTEGER))
[ Rows: 2]
{2={'key1': {3=1, 4=2}, 'key2': 2}}
{2={'key1': {3=1, 4=2}, 'key2': 2}}
21. test/sql/copy/parquet/parquet_3896.test
================================================================================
Wrong result hash! (test/sql/copy/parquet/parquet_3896.test:42)!
Wrong result hash! (test/sql/copy/parquet/parquet_3896.test:42)!
================================================================================
SELECT * FROM 'duckdb_unittest_tempdir/11588/map.parquet';
================================================================================
Expected result:
================================================================================
Actual result:
================================================================================
x
MAP(INTEGER, STRUCT(key1 MAP(INTEGER, INTEGER), key2 INTEGER))
[ Rows: 1]
{2={'key1': {3=1, 4=2}, 'key2': 2}}
-------------------------------------------------------------------------------
test/sql/copy/parquet/parquet_3896.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/parquet_3896.test:42: FAILED:
explicitly with message:
0
[3684/3887] (94%): test/sql/copy/parquet/test_parquet_duplicate_columns.test
22. test/sql/copy/parquet/test_parquet_duplicate_columns.test
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/test_parquet_duplicate_columns.test:20)
(test/sql/copy/parquet/test_parquet_duplicate_columns.test:20)!
Query unexpectedly failed (test/sql/copy/parquet/test_parquet_duplicate_columns.test:20)
(test/sql/copy/parquet/test_parquet_duplicate_columns.test:20)!
================================================================================
SELECT a, "a_1", "a_1_1" FROM 'duckdb_unittest_tempdir/11588/dupe_cols.parquet';
================================================================================
Actual result:
================================================================================
Invalid Input Error: Footer length error in file 'duckdb_unittest_tempdir/11588/dupe_cols.parquet'
-------------------------------------------------------------------------------
test/sql/copy/parquet/test_parquet_duplicate_columns.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/parquet/test_parquet_duplicate_columns.test:20: FAILED:
explicitly with message:
0
[3706/3887] (95%): test/sql/copy/return_stats_truncate.test
23. test/sql/copy/return_stats_truncate.test
================================================================================
Query unexpectedly failed (test/sql/copy/return_stats_truncate.test:27)
(test/sql/copy/return_stats_truncate.test:27)!
Query unexpectedly failed (test/sql/copy/return_stats_truncate.test:27)
(test/sql/copy/return_stats_truncate.test:27)!
================================================================================
SELECT min_is_exact, max_is_exact FROM parquet_metadata('duckdb_unittest_tempdir/11588/test_truncate_blob.parquet');
================================================================================
Actual result:
================================================================================
Invalid Error: TProtocolException: Invalid data
-------------------------------------------------------------------------------
test/sql/copy/return_stats_truncate.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/copy/return_stats_truncate.test:27: FAILED:
explicitly with message:
0
[3736/3887] (96%): test/sql/export/parquet_export.test
24. test/sql/export/parquet_export.test
================================================================================
Query unexpectedly failed! (test/sql/export/parquet_export.test:98)!
Query unexpectedly failed! (test/sql/export/parquet_export.test:98)!
================================================================================
IMPORT DATABASE 'duckdb_unittest_tempdir/11588/export_test';
================================================================================
Invalid Error: ZSTD Decompression failure
-------------------------------------------------------------------------------
test/sql/export/parquet_export.test
-------------------------------------------------------------------------------
/Users/xevix/external/duckdb_tests/test/sqlite/test_sqllogictest.cpp:225
...............................................................................
test/sql/export/parquet_export.test:98: FAILED:
explicitly with message:
0
[3887/3887] (100%): test/sql/table_function/icu_range_timestamptz.test
===============================================================================
test cases: 3887 | 3863 passed | 24 failed | 299 skipped
assertions: 366473 | 366449 passed | 24 failed | 299 skipped
Skipped tests for the following reasons:
require autocomplete: 15
require block_size: 2
require exact_vector_size: 2
require httpfs: 65
require icu: 46
require inet: 1
require json: 108
require longdouble: 2
require spatial: 5
require tpcds: 6
require tpch: 29
require windows: 3
require-env LOCAL_EXTENSION_REPO: 13
require-env RUN_EXTENSION_UPDATE_TEST: 1
require-env TEST_PERSISTENT_SECRETS_AVAILABLE: 1
make: *** [unittest_release] Error 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment