-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
v8.0, v7.3, v7.0
-
Cluster Scalability 2024-4-15, Cluster Scalability 2024-4-29
-
5
The use of some bits of UUID() to compute a unique namespace for each test case can result in multiple test cases actually sharing a common namespace. This contaminates the state under test for a succeeding test case.
We can use the entire UUID() or also add a global counter to the collection name to guarantee namespace uniqueness.