test: Increase robustness of the test suite for high -j

This commit is contained in:
Dennis Klein
2022-03-24 13:10:29 +01:00
parent ac1904661a
commit b798b1e098
6 changed files with 23 additions and 23 deletions

View File

@@ -45,8 +45,9 @@ void RegionsSizeMismatch()
ASSERT_EQ(region2, nullptr);
}
void RegionsCache(const string& transport, const string& address)
void RegionsCache(const string& transport, const string& _address)
{
std::string address(tools::ToString(_address, "_", transport));
size_t session1 = tools::UuidHash();
size_t session2 = tools::UuidHash();