mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
test: Increase robustness of the test suite for high -j
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user