Skip to content

Avoid dropping missing temporary tables - #69

Merged
nertzy merged 1 commit into
masterfrom
gh-68/teardown-safety
Sep 3, 2026
Merged

Avoid dropping missing temporary tables#69
nertzy merged 1 commit into
masterfrom
gh-68/teardown-safety

Conversation

@nertzy

@nertzy nertzy commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

A test that reconnects an in-memory database can leave its temporary table already gone. Teardown then attempts another drop, replacing the original failure with a missing-table error.

  • Skip the drop only when the temporary table is absent
  • Continue propagating unrelated connection and drop failures
  • Cover existing-table and reconnect-before-teardown behavior

Part of #68. Stack layer 1 of 4.

Only drop temporary tables during teardown when they still exist, preserving original hook failures after connection replacement.

#68
@nertzy nertzy changed the title gh 68/teardown safety Avoid dropping missing temporary tables Sep 3, 2026
@nertzy
nertzy marked this pull request as ready for review September 3, 2026 19:47
@nertzy
nertzy merged commit df1d8c4 into master Sep 3, 2026
10 checks passed
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