Skip to content

Fix flaky pool test#433

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:pool_test_fix
Apr 7, 2026
Merged

Fix flaky pool test#433
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:pool_test_fix

Conversation

@staticlibs
Copy link
Copy Markdown
Collaborator

Intermittent CI failure example

1. test/sql/storage/attach_connection_pool.test:81
================================================================================
Wrong result in query! (test/sql/storage/attach_connection_pool.test:81)!
================================================================================
SELECT catalog_name, available_connections, thread_local_cache_enabled
FROM postgres_configure_pool(catalog_name='s');
================================================================================
Mismatch on row 1, column available_connections(index 2)
1 <> 0
================================================================================
Expected result:
================================================================================
s	0	FALSE

================================================================================
Actual result:
================================================================================
s	1	0

Run: https://github.com/duckdb/duckdb-postgres/actions/runs/24059225425/job/70172331831

Intermittent CI failure example

```
1. test/sql/storage/attach_connection_pool.test:81
================================================================================
Wrong result in query! (test/sql/storage/attach_connection_pool.test:81)!
================================================================================
SELECT catalog_name, available_connections, thread_local_cache_enabled
FROM postgres_configure_pool(catalog_name='s');
================================================================================
Mismatch on row 1, column available_connections(index 2)
1 <> 0
================================================================================
Expected result:
================================================================================
s	0	FALSE

================================================================================
Actual result:
================================================================================
s	1	0
```

Run: https://github.com/duckdb/duckdb-postgres/actions/runs/24059225425/job/70172331831
@staticlibs staticlibs merged commit 87588e9 into duckdb:main Apr 7, 2026
15 checks passed
@staticlibs staticlibs deleted the pool_test_fix branch April 7, 2026 20:16
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.

1 participant