Merge branch 'feature/TD-14761' of github.com:taosdata/TDengine into feature/TD-14761
This commit is contained in:
commit
90dcf118ea
|
@ -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);
|
||||
}
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue