add test case: overload evict tcp (old/new) session

This commit is contained in:
luwenpeng
2024-01-26 14:13:54 +08:00
parent 5ba0e4bb3b
commit 6050d15e29
21 changed files with 424 additions and 145 deletions

View File

@@ -0,0 +1,19 @@
#include "test_utils.h"
#if 1
TEST(OVERLOAD, EVICT_UDP_OLD_SESS)
{
}
#endif
#if 1
TEST(OVERLOAD, EVICT_UDP_NEW_SESS)
{
}
#endif
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}