diff options
| author | 刘文坛 <[email protected]> | 2023-08-03 08:48:12 +0000 |
|---|---|---|
| committer | 刘文坛 <[email protected]> | 2023-08-03 08:48:12 +0000 |
| commit | e9ffca839277f9c179cbcdf6450a0d9032064837 (patch) | |
| tree | cf82689602dbf651a6a0b4739856983259b7236c /test/maat_framework_gtest.cpp | |
| parent | af0461bb25324fd9ad2505a50043a3a95b229ab5 (diff) | |
[PATCH]add regex benchmark
Diffstat (limited to 'test/maat_framework_gtest.cpp')
| -rw-r--r-- | test/maat_framework_gtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maat_framework_gtest.cpp b/test/maat_framework_gtest.cpp index f5ebf66..98fbb9b 100644 --- a/test/maat_framework_gtest.cpp +++ b/test/maat_framework_gtest.cpp @@ -7466,7 +7466,7 @@ TEST_F(MaatCmdTest, StreamScanSegfaultWhenVersionRollBack_TSG6324) { //DON'T DO THIS!!! //Roll back version, trigger full update. //This operation generates FATAL logs in test_maat_redis.log.yyyy-mm-dd. - //For example: Add group 22 vt_id 0 to clause 2 of compile 979 failed, group is already exisited + //For example: Add group 22 vt_id 0 to clause 2 of compile 979 failed, group is already existed maat_cmd_incrby(maat_inst, "MAAT_VERSION", -100); //Wating for scanner garbage collect expiration. |
