testSuiteAgg.TestAggregation
, testIntegrationSuite2.TestMathBuiltin
,TestTan
fails on macOS
#29737
Labels
testSuiteAgg.TestAggregation
, testIntegrationSuite2.TestMathBuiltin
,TestTan
fails on macOS
#29737
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
make test
2. What did you expect to see? (Required)
All test cases pass.
3. What did you see instead (Required)
testSuiteAgg.TestAggregation
,testIntegrationSuite2.TestMathBuiltin
,TestTan
fail due to float number precision.4. What is your TiDB version? (Required)
master branch
golang 1.17.2
macOS 12.0.1 M1 chip
On macOS, the expression
math.Tan(math.Pi/4)
gives different result than on Linux.The text was updated successfully, but these errors were encountered: