restart ci
This commit is contained in:
parent
5f52f8940f
commit
9b6e44756c
|
@ -149,6 +149,7 @@ int main(int argc, char *argv[]) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
char* qstr = malloc(1024*1024);
|
char* qstr = malloc(1024*1024);
|
||||||
|
printf("test insert into tb using stb\n\n");
|
||||||
for (int i =0; i < 5; ++i) {
|
for (int i =0; i < 5; ++i) {
|
||||||
testInsert(taos, qstr);
|
testInsert(taos, qstr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue