Commit 68a2388
committed
roachprod: fix service registry unit test name collision
We were previously generating cluster names with Uint32,
which is not sufficient enough to prevent naming collisions
after 1000 iterations. Instead, use a RandString of length 10.
Fixes: #157884
Release note: none1 parent 8ff4da1 commit 68a2388
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments