Skip to content

Include UUID in test user email addresses - #3927

Merged
josephsnyder merged 1 commit into
Kitware:masterfrom
williamjallen:unique-user-factory-users
Aug 7, 2026
Merged

Include UUID in test user email addresses#3927
josephsnyder merged 1 commit into
Kitware:masterfrom
williamjallen:unique-user-factory-users

Conversation

@williamjallen

Copy link
Copy Markdown
Collaborator

The fake()->unique() method only produces unique test data within a single process. CDash uses a unique CTest-based testing setup where collisions have occurred in CI due to multiple processes generating the same "unique" email address. This PR resolves the issue by switching to a truly unique UUID for the test data.

The `fake()->unique()` method only produces unique test data within a single process.  CDash uses a unique CTest-based testing setup where collisions have occurred in CI due to multiple processes generating the same "unique" email address.  This PR resolves the issue by switching to a truly unique UUID for the test data.
@josephsnyder
josephsnyder added this pull request to the merge queue Aug 7, 2026
Merged via the queue into Kitware:master with commit 4132688 Aug 7, 2026
7 checks passed
@williamjallen
williamjallen deleted the unique-user-factory-users branch August 7, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants