🦄 refactor(plug_mgr): per stage msg counter encap

This commit is contained in:
yangwei
2024-09-06 14:01:23 +08:00
parent 9cb50f81fb
commit 3de8bbdabc
3 changed files with 26 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ void whitebox_test_plugin_manager_intrisic_metadata(struct stellar *st, struct p
* TEST PLUGIN MANAGER INIT & EXIT *
***********************************/
//TODO: test plugin_specs_load
//TODO: test case, plugin_specs_load
TEST(plugin_manager_init, init_with_null_toml) {
@@ -1033,7 +1033,7 @@ TEST(plugin_manager, session_plugin_on_tcp) {
}
// TODO: message pub overlimit test case
//TODO: test case, message pub overlimit
#if 0
static void *test_overlimit_pub_session_ctx_new(struct session *sess, void *plugin_env)
{