This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 12b691ca821 [fix](regression-test) Sync after insert to get stable results (#40308) 12b691ca821 is described below commit 12b691ca821debd6692c19bb629377b4c645fe88 Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com> AuthorDate: Fri Sep 6 00:02:10 2024 +0800 [fix](regression-test) Sync after insert to get stable results (#40308) --- regression-test/suites/alter_p0/test_alter_muti_modify_column.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-test/suites/alter_p0/test_alter_muti_modify_column.groovy b/regression-test/suites/alter_p0/test_alter_muti_modify_column.groovy index c987ae8b53d..caa6dc2c4cb 100644 --- a/regression-test/suites/alter_p0/test_alter_muti_modify_column.groovy +++ b/regression-test/suites/alter_p0/test_alter_muti_modify_column.groovy @@ -39,6 +39,8 @@ suite('test_alter_muti_modify_column') { (3, 30, 'pqr', 'lmn'); """ + sql """ SYNC """ + def expectedResults = [ [1, 10, 'abc', 'def'], [2, 20, 'xyz', 'uvw'], --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org