From fb7b1a7fd9c0e94377b34d7acb66c877de204f0e Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Tue, 3 Nov 2020 14:54:52 +0800 Subject: [PATCH] test for update --- tests/pytest/update/append_commit_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/update/append_commit_data.py b/tests/pytest/update/append_commit_data.py index e0cda0cd90..9c23609414 100644 --- a/tests/pytest/update/append_commit_data.py +++ b/tests/pytest/update/append_commit_data.py @@ -63,7 +63,7 @@ class TDTestCase: tdDnodes.start(1) time.sleep(5) tdSql.query("select * from db.t1") - tdSql.checkRows(insertRows+200*k) + tdSql.checkRows(insertRows+200*(k+1)) print("==========step2") print("insert into another table ") s = 'use db'