fix: test build failed
This commit is contained in:
parent
0159a046be
commit
c9fd8d2c7c
|
@ -69,10 +69,10 @@ TEST(clientMonitorTest, sendTest) {
|
||||||
printf("connect taosd sucessfully.\n");
|
printf("connect taosd sucessfully.\n");
|
||||||
|
|
||||||
int64_t rid = *(int64_t *)taos;
|
int64_t rid = *(int64_t *)taos;
|
||||||
SlowQueryLog(rid, 1000);
|
SlowQueryLog(rid, false, -1, 1000);
|
||||||
int i = 0;
|
int i = 0;
|
||||||
while (i < 20) {
|
while (i < 20) {
|
||||||
SlowQueryLog(rid, i * 1000);
|
SlowQueryLog(rid, false, 0, i * 1000);
|
||||||
taosMsleep(10);
|
taosMsleep(10);
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue