restart ci

This commit is contained in:
slzhou 2023-11-01 16:32:42 +08:00
parent 5f52f8940f
commit 9b6e44756c
1 changed files with 1 additions and 0 deletions

View File

@ -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);
} }