Skip to content

fix(postgres): randomize test_reader username to prevent CI collisions - #5977

Open
sakshipatil-hue wants to merge 1 commit into
SQLMesh:mainfrom
sakshipatil-hue:patch-1
Open

fix(postgres): randomize test_reader username to prevent CI collisions#5977
sakshipatil-hue wants to merge 1 commit into
SQLMesh:mainfrom
sakshipatil-hue:patch-1

Conversation

@sakshipatil-hue

@sakshipatil-hue sakshipatil-hue commented Aug 23, 2026

Copy link
Copy Markdown

Description

Resolves #5972. Appended a random UUID suffix to the Postgres test user creation logic to ensure parallel integration tests are completely isolated and do not collide.

Test Plan

Ran the test suite locally to ensure the user creation logic executes without syntax errors.

Checklist

  • I have run make style and fixed any issues
  • I have added tests for my changes (if applicable)
  • All existing tests pass (make fast-test)
  • My commits are signed off (git commit -s) per the DCO

Resolves SQLMesh#5972. Appended a random UUID suffix to the Postgres test user creation logic to ensure parallel integration tests are completely isolated and do not collide.
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.

CI Fix - Postgres CI Failing Sometimes

1 participant