Skip to content

test: give the Postgres test schema a letter prefix - #533

Merged
omegafury merged 1 commit into
mainfrom
fix-test-schema-name
Sep 4, 2026
Merged

omegafury merged 1 commit into
mainfrom
fix-test-schema-name

Conversation

@omegafury

Copy link
Copy Markdown
Contributor

The random schema name in test/postgres/postgres-lock.test.js can start with a digit, which Postgres rejects as an unquoted identifier (DROP SCHEMA IF EXISTS 15plv → "trailing junk after numeric literal"). It flaked on #532 and again on main right after that merge (run 33916982946). lockTableName on the line above already carries a prefix; this gives testSchema one too.

A test: commit, so it does not cut a release.

🤖 Generated with Claude Code

The random schema name could start with a digit, which is not a valid
unquoted identifier: DROP SCHEMA IF EXISTS 15plv fails with "trailing
junk after numeric literal". Seen on PR #532 and again on main after
its merge. lockTableName already has a prefix; this does the same.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@omegafury
omegafury requested a review from a team as a code owner September 4, 2026 20:41
@omegafury
omegafury merged commit 27ae16d into main Sep 4, 2026
3 checks passed
@omegafury
omegafury deleted the fix-test-schema-name branch September 4, 2026 20:46
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