From d08a2b93add0a33a71fa33cc5b3d6a049fc9f142 Mon Sep 17 00:00:00 2001 From: ywqzzy <592838129@qq.com> Date: Fri, 21 Apr 2023 18:56:52 +0800 Subject: [PATCH] rm test --- tests/tidb-ci/fullstack-test-dt/issue_1425.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tidb-ci/fullstack-test-dt/issue_1425.test b/tests/tidb-ci/fullstack-test-dt/issue_1425.test index 994e7d8abeb..245ab34bb27 100644 --- a/tests/tidb-ci/fullstack-test-dt/issue_1425.test +++ b/tests/tidb-ci/fullstack-test-dt/issue_1425.test @@ -24,7 +24,7 @@ func> wait_table test t # note: ref to https://github.com/pingcap/tiflash/issues/1682, # The precision of tiflash results is different from that of tidb, which is a compatibility issue -mysql> use test; set session tidb_isolation_read_engines='tiflash'; select * from t where value = 54/28; +# mysql> use test; set session tidb_isolation_read_engines='tiflash'; select * from t where value = 54/28; mysql> use test; set session tidb_isolation_read_engines='tiflash'; select * from t where value = c1/c2; +------+--------+------+------+ | id | value | c1 | c2 |