Merge pull request #12026 from taosdata/feature/tq

fix(stream): interval status do not reset
This commit is contained in:
Liu Jicong 2022-04-28 21:10:20 +08:00 committed by GitHub
commit a7d7f180be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 241 additions and 232 deletions

View File

@ -25,7 +25,7 @@ int32_t init_env() {
return -1;
}
TAOS_RES* pRes = taos_query(pConn, "create database if not exists abc1 vgroups 2");
TAOS_RES* pRes = taos_query(pConn, "create database if not exists abc1 vgroups 1");
if (taos_errno(pRes) != 0) {
printf("error in create db, reason:%s\n", taos_errstr(pRes));
return -1;

File diff suppressed because it is too large Load Diff