mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Implement WaitForExecutingAgents
* Require DDS 2.5.22 * Apply in meaningful places * Adapt test fixture
This commit is contained in:
@@ -61,10 +61,7 @@ struct TopologyFixture : ::testing::Test
|
||||
LOG(info) << mDDSTopo;
|
||||
auto n(mDDSTopo.GetNumRequiredAgents());
|
||||
mDDSSession.SubmitAgents(n);
|
||||
mDDSSession.WaitForIdleAgents(n);
|
||||
mDDSSession.ActivateTopology(mDDSTopoFile);
|
||||
std::this_thread::sleep_for(std::chrono::seconds(1)); // TODO implement WaitForActiveAgents
|
||||
mDDSSession.RequestAgentInfo();
|
||||
}
|
||||
|
||||
auto TearDown() -> void override {
|
||||
|
Reference in New Issue
Block a user