Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Nov 5, 2024
1 parent d1b85be commit c585053
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmd/gz_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,13 @@ TEST(ignTest, TopicInfo)
auto testLoop = std::async(std::launch::async, [&]{
while (!infoFound && retries++ < 10u)
{
std::cout << "Waiting for topic ...\n";
output = custom_exec_str(ign + " topic -t /foo -i " + g_ignVersion);
infoFound = output.size() > 50u;
std::this_thread::sleep_for(std::chrono::milliseconds(300));
}
});

std::this_thread::sleep_for(std::chrono::seconds(1));
std::cout << "Fork and run " << publisher_path << std::endl;
testing::forkHandlerType pi = testing::forkAndRun(publisher_path.c_str(),
g_partition.c_str());

Expand Down

0 comments on commit c585053

Please sign in to comment.