Skip to content

No catalog found Nightly test fix#20409

Merged
lnkuiper merged 2 commits intoduckdb:mainfrom
ccfelius:enc_db_not_found
Jan 7, 2026
Merged

No catalog found Nightly test fix#20409
lnkuiper merged 2 commits intoduckdb:mainfrom
ccfelius:enc_db_not_found

Conversation

@ccfelius
Copy link
Member

@ccfelius ccfelius commented Jan 6, 2026

Fixes https://github.com/duckdblabs/duckdb-internal/issues/6956 and https://github.com/duckdblabs/duckdb-internal/issues/7005

Test failed due to usage of USE db_name + restart. This pattern fails in any case, i.e.

loop i 1 2

statement ok
ATTACH '__TEST_DIR__/test.db' as test;

statement ok
USE test

restart

endloop

also fails with

Catalog Error: SET search_path: No catalog + schema named "test.main" found.

removing USE and using declarative db_name.tbl solved the issue.

Not 100% sure if this is desired behavior, but I would assume so.

@lnkuiper
Copy link
Collaborator

lnkuiper commented Jan 7, 2026

Makes sense. Thanks!

@lnkuiper lnkuiper merged commit e3852e4 into duckdb:main Jan 7, 2026
50 checks passed
lnkuiper added a commit that referenced this pull request Jan 12, 2026
Fixes duckdblabs/duckdb-internal#7080 and
other potential nightly test failures related to USE + restart in
encryption tests.

Same cause as here #20409

Was #20450, now targeted to the
right branch
@ccfelius ccfelius deleted the enc_db_not_found branch January 14, 2026 07:31
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Feb 26, 2026
TIME_NS Support + Arrow (duckdb/duckdb#20361)
No catalog found Nightly test fix (duckdb/duckdb#20409)
Avoid frequent checkpoints triggered by optimistic insertions (duckdb/duckdb#20336)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Feb 27, 2026
Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Co-authored-by: Kirill Müller <kirill@cynkra.com>
fix (duckdb/duckdb#20409)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants