mymeiyi opened a new pull request, #28338: URL: https://github.com/apache/doris/pull/28338
## Proposed changes The regression is failed because mow cases use `assertTrue(a == b)` to compare double values: ``` 2023-12-13 13:22:22.091 INFO [suite-thread-6] (test_pk_uk_case.groovy:244) - result: 111.1100|111.1100 2023-12-13 13:22:22.096 ERROR [suite-thread-6] (ScriptContext.groovy:122) - Run test_pk_uk_case in /home/work/pipline/OpenSourceDoris/clusterRegressionCenter/P0/Cluster0/regression-test/suites/unique_with_mow_p0/cluster_key/test_pk_uk_case.groovy failed org.opentest4j.AssertionFailedError: expected: <true> but was: <false> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org