Merge branch 'feature/TD-14761' of github.com:taosdata/TDengine into feature/TD-14761

This commit is contained in:
wangmm0220 2022-06-29 20:21:33 +08:00
commit 90dcf118ea
1 changed files with 2 additions and 2 deletions

View File

@ -1261,7 +1261,7 @@ TEST(testCase, sml_16368_Test) {
ASSERT_EQ(taos_errno(pRes), 0);
taos_free_result(pRes);
}
*/
TEST(testCase, sml_dup_time_Test) {
TAOS *taos = taos_connect("localhost", "root", "taosdata", NULL, 0);
ASSERT_NE(taos, nullptr);
@ -1284,4 +1284,4 @@ TEST(testCase, sml_dup_time_Test) {
ASSERT_EQ(taos_errno(pRes), 0);
taos_free_result(pRes);
}
*/