Skip to content

Commit 5529afa

Browse files
committed
Find segfault cause WIP
Signed-off-by: Denisa <[email protected]>
1 parent 365c106 commit 5529afa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sustainml_cpp/test/blackbox/common/BlackboxTestsOrchestratorNode.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ TEST(OrchestratorNode, OrchestratorInitializesProperlyWhenNodesAreALive)
132132
hw_cons_node.start();
133133

134134
ASSERT_TRUE(tonh->wait_for_data(std::chrono::seconds(5)));
135+
136+
co2_node.stop();
137+
hw_node.stop();
138+
ml_node.stop();
139+
ml_met_node.stop();
140+
app_req_node.stop();
141+
hw_cons_node.stop();
142+
135143
orchestrator.destroy();
136144
}
137145

0 commit comments

Comments
 (0)