Skip to content

Commit

Permalink
test: add decimal test back (#7349)
Browse files Browse the repository at this point in the history
close #7334
  • Loading branch information
Lloyd-Pottiger committed Apr 25, 2023
1 parent 1591442 commit 9fce046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tidb-ci/fullstack-test-dt/issue_1425.test
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9fce046

Please sign in to comment.