pageserver: allow for unit test stress test (#11112)

## Problem

I like using `cargo stress` to hammer on a test, but it doesn't work out
of the box because it does parallel runs by default and tests always use
the same repo dir.

## Summary of changes

Add an uuid to the test repo dir when generating it.
This commit is contained in:
Vlad Lazar
2025-03-06 11:23:25 +00:00
committed by GitHub
parent ab7efe9e47
commit 43cea0df91
3 changed files with 5 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -4303,6 +4303,7 @@ dependencies = [
"tracing",
"url",
"utils",
"uuid",
"wal_decoder",
"walkdir",
"workspace_hack",