Implement amm_info handler (#1060)

Fixes #283
This commit is contained in:
Alex Kremer
2024-01-11 15:57:53 +00:00
committed by GitHub
parent 93d5c12b14
commit f4df5c2185
16 changed files with 1878 additions and 40 deletions

View File

@@ -96,6 +96,8 @@ protected:
}
};
// TODO enable when fixed :/
/*
TEST_F(SubscriptionManagerTest, MultipleThreadCtx)
{
std::vector<std::thread> workers;
@@ -123,6 +125,7 @@ TEST_F(SubscriptionManagerTest, MultipleThreadCtx)
session.reset();
SubscriptionManagerPtr.reset();
}
*/
TEST_F(SubscriptionManagerTest, MultipleThreadCtxSessionDieEarly)
{