提交 ca1dcf4e 编写于 作者: H Haojun Liao

test: limit the output

上级 4d75bd69
......@@ -769,7 +769,7 @@ TEST(testCase, projection_query_stables) {
TAOS_RES* pRes = taos_query(pConn, "use test");
taos_free_result(pRes);
pRes = taos_query(pConn, "select * from meters");
pRes = taos_query(pConn, "select * from meters limit 30000000");
if (taos_errno(pRes) != 0) {
printf("failed to select from table, reason:%s\n", taos_errstr(pRes));
taos_free_result(pRes);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册