fix(test): update the test case.

This commit is contained in:
Haojun Liao 2023-05-12 14:53:01 +08:00
parent 43e06b9132
commit f20afb7304
1 changed files with 2 additions and 2 deletions

View File

@ -1139,8 +1139,8 @@ int sml_td23881_Test() {
taos_query(taos, "CREATE DATABASE IF NOT EXISTS line_23881 PRECISION 'ns'");
taos_free_result(pRes);
char tmp[16375] = {0};
memset(tmp, 'a', 16374);
char tmp[26375] = {0};
memset(tmp, 'a', 26374);
char sql[102400] = {0};
sprintf(sql,"lujixfvqor,t0=t c0=f,c1=\"%s\",c2=\"%s\",c3=\"%s\",c4=\"wthvqxcsrlps\" 1626006833639000000", tmp, tmp, tmp);