mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix address clashes in tests
This commit is contained in:
committed by
Dennis Klein
parent
b40db42196
commit
6122010694
@@ -35,6 +35,9 @@ auto RunSingleThreadedMultipart(string transport, string address1, string addres
|
||||
config.SetProperty<size_t>("shm-metadata-msg-size", 2048);
|
||||
}
|
||||
|
||||
address1 += "_" + config.GetProperty<string>("session");
|
||||
address2 += "_" + config.GetProperty<string>("session");
|
||||
|
||||
auto factory = TransportFactory::CreateTransportFactory(transport, tools::Uuid(), &config);
|
||||
|
||||
Channel push1("Push1", "push", factory);
|
||||
@@ -118,6 +121,8 @@ auto RunMultiThreadedMultipart(string transport, string address1, bool expandedS
|
||||
config.SetProperty<size_t>("shm-metadata-msg-size", 2048);
|
||||
}
|
||||
|
||||
address1 += "_" + config.GetProperty<string>("session");
|
||||
|
||||
auto factory = TransportFactory::CreateTransportFactory(transport, tools::Uuid(), &config);
|
||||
|
||||
Channel push1("Push1", "push", factory);
|
||||
|
Reference in New Issue
Block a user