fix(test): update the test case.
This commit is contained in:
parent
43e06b9132
commit
f20afb7304
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue