From 9fce046c6e912998cda66bf08d29a266a31b0a29 Mon Sep 17 00:00:00 2001 From: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:23:51 +0800 Subject: [PATCH] test: add decimal test back (#7349) close pingcap/tiflash#7334 --- 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 245ab34bb27..994e7d8abeb 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 |