[fix](ut) Fix run fe ut failed, be ut memory leak and build thirdparty failed (#7377)

This commit is contained in:
caiconghui
2021-12-15 11:00:20 +08:00
committed by GitHub
parent 926540c561
commit 382351b0ee
7 changed files with 129 additions and 165 deletions

View File

@ -292,6 +292,7 @@ TEST_F(StringFunctionsTest, left) {
ASSERT_EQ(AnyValUtil::from_string(ctx, std::string("")),
StringFunctions::left(context, StringVal(""), 10));
delete context;
}
TEST_F(StringFunctionsTest, substring) {