diff options
| author | yangwei <[email protected]> | 2024-07-12 19:47:18 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-07-12 20:22:12 +0800 |
| commit | 271e569dbf8a58e36a357226b585a15515655b15 (patch) | |
| tree | 19c0c6ee13c69b5281a7d8ddfcca9c17617c1b9f /test/plugin_manager/plugin_manager_gtest_main.cpp | |
| parent | 0913c1cd4bcc8e9f682902c9babe5a66f672121e (diff) | |
✨ feat(session mq with priority): support 3 priority mq, default to normalFeature-session-mq-priority
Diffstat (limited to 'test/plugin_manager/plugin_manager_gtest_main.cpp')
| -rw-r--r-- | test/plugin_manager/plugin_manager_gtest_main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/plugin_manager/plugin_manager_gtest_main.cpp b/test/plugin_manager/plugin_manager_gtest_main.cpp index c380953..de78ac1 100644 --- a/test/plugin_manager/plugin_manager_gtest_main.cpp +++ b/test/plugin_manager/plugin_manager_gtest_main.cpp @@ -1291,6 +1291,9 @@ TEST(plugin_manager, test_session_dettach) { EXPECT_EQ(env.plugin_id_2_called,env.N_session*(env.N_per_session_pkt_cnt/2+1));// per session called one half, then ignore } + +//TODO: test case for priority mq + /********************************************** * TEST PLUGIN MANAGER ON POLLING PLUGIN INIT * **********************************************/ |
