Skip to content

Backport #18254#18306

Merged
Mytherin merged 5 commits intoduckdb:v1.3-ossivalisfrom
carlopi:backport_18254
Jul 21, 2025
Merged

Backport #18254#18306
Mytherin merged 5 commits intoduckdb:v1.3-ossivalisfrom
carlopi:backport_18254

Conversation

@carlopi
Copy link
Contributor

@carlopi carlopi commented Jul 18, 2025

Backport of #18254, without 4adee1b (not relevant on 1.3) and adding
81dbbbf has been added,

This should allow for example, after changing a bunch of extensions to DONT_LINK, to do:

USE_MERGED_VCPKG_MANIFEST=1 VCPKG_TOOLCHAIN_PATH=/Users/carlo/vcpkg/scripts/buildsystems/vcpkg.cmake CORE_EXTENSIONS="tpch;tpcds;httpfs;icu;json;parquet;autocomplete;httpfs;excel;avro" GEN=ninja make
./build/release/test/unittest --autoloading available "*"

to complete successfully like:

% ./build/release/test/unittest --autoloading available "*"
Filters: *
[4689/4689] (100%): /Users/carlo/duckdb_main_clone/build/release/_deps/excel_...    
===============================================================================
All tests passed (93 skipped tests, 6275273 assertions in 4596 test cases)

Skipped tests for the following reasons:
require block_size: 2
require exact_vector_size: 2
require inet: 2
require longdouble: 2
require no_extension_autoloading: 36
require spatial: 5
require sqlite_scanner: 2
require windows: 3
require-env HUGGING_FACE_TOKEN: 1
require-env RUN_EXTENSION_UPDATE_TEST: 1
require-env S3_TEST_SERVER_AVAILABLE: 33
require-env TEST_PERSISTENT_SECRETS_AVAILABLE: 2
skip on error_message matching 'HTTP': 1
skip on error_message matching 'Unable to connect': 1

@duckdb-draftbot duckdb-draftbot marked this pull request as draft July 19, 2025 15:19
@carlopi carlopi marked this pull request as ready for review July 19, 2025 15:37
@Mytherin Mytherin merged commit c1c3d88 into duckdb:v1.3-ossivalis Jul 21, 2025
36 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@carlopi carlopi deleted the backport_18254 branch July 21, 2025 07:37
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Jul 21, 2025
[Fix] Block verification for add and drop field info (duckdb/duckdb#18302)
Python external dispatch param fixes (duckdb/duckdb#18343)
Backport duckdb/duckdb#18254 (duckdb/duckdb#18306)
Skip test/sql/copy/s3/url_encode.test due to httpfs update (duckdb/duckdb#18317)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Jul 21, 2025
[Fix] Block verification for add and drop field info (duckdb/duckdb#18302)
Python external dispatch param fixes (duckdb/duckdb#18343)
Backport duckdb/duckdb#18254 (duckdb/duckdb#18306)
Skip test/sql/copy/s3/url_encode.test due to httpfs update (duckdb/duckdb#18317)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Mytherin added a commit that referenced this pull request Jul 22, 2025
…ep (#18335)

This is on top of #18306, moving
away from custom logic in the unittester and moving toward using queries
(in this case, `LOAD <extension_name>`).

Also remove `DUCKDB_TEST_REMOTE_INSTALL`, now available via config
`--autoloading all`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants