diff options
| author | liuwentan <[email protected]> | 2023-11-02 16:31:34 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2023-11-02 16:31:34 +0800 |
| commit | 9fb65d6c46a23d48163e67968fdef047f28883ee (patch) | |
| tree | 85642c986b63f63e75cbf127ff34d957beec19d8 /test | |
| parent | 426413ce67416207b5197a31d197b1f99ef163c4 (diff) | |
[PATCH]add debug log for config updatev4.1.7
Diffstat (limited to 'test')
| -rw-r--r-- | test/maat_framework_gtest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/maat_framework_gtest.cpp b/test/maat_framework_gtest.cpp index effc07e..13cae8c 100644 --- a/test/maat_framework_gtest.cpp +++ b/test/maat_framework_gtest.cpp @@ -6639,6 +6639,7 @@ TEST_F(MaatCmdTest, PluginEXData) { EXPECT_EQ(0, strcmp(uinfo1->name, "liuqiangdong")); EXPECT_EQ(uinfo1->id, 2); + //DEL memset(&line_rule, 0, sizeof(line_rule)); line_rule.rule_id = rule_id[1]; line_rule.table_name = table_name; @@ -6647,7 +6648,7 @@ TEST_F(MaatCmdTest, PluginEXData) { ret = maat_cmd_set_line(maat_inst, &line_rule); EXPECT_GT(ret, 0); - + sleep(WAIT_FOR_EFFECTIVE_S); //gc_timeout_s == 3 which configured in table_info struct user_info *uinfo2 = NULL; |
