Skip to content

Fix YugabyteDB CI: use DROP DATABASE WITH (FORCE)#1326

Merged
mrigger merged 1 commit intomainfrom
fix-ysql-drop-database-force
Apr 16, 2026
Merged

Fix YugabyteDB CI: use DROP DATABASE WITH (FORCE)#1326
mrigger merged 1 commit intomainfrom
fix-ysql-drop-database-force

Conversation

@mrigger
Copy link
Copy Markdown
Contributor

@mrigger mrigger commented Apr 16, 2026

DROP DATABASE could fail with "database is being accessed by other users" when a prior iteration's session had not yet been released, causing tests to exit with -1. Adding WITH (FORCE) terminates lingering sessions as part of the drop.

DROP DATABASE could fail with "database is being accessed by other
users" when a prior iteration's session had not yet been released,
causing tests to exit with -1. Adding WITH (FORCE) terminates
lingering sessions as part of the drop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mrigger mrigger merged commit 7e4a89b into main Apr 16, 2026
19 of 26 checks passed
@mrigger mrigger deleted the fix-ysql-drop-database-force branch April 16, 2026 15:09
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