This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit cb3a32916905d629626153300cd3fb8ccadc2a66 Author: airborne12 <[email protected]> AuthorDate: Fri Mar 22 15:22:02 2024 +0800 [Update](test) update regression case for index change (#32656) --- .../suites/inverted_index_p0/index_change/test_pk_uk_index_change.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/inverted_index_p0/index_change/test_pk_uk_index_change.groovy b/regression-test/suites/inverted_index_p0/index_change/test_pk_uk_index_change.groovy index 7bccbc9f2cb..e7b9aee13d0 100644 --- a/regression-test/suites/inverted_index_p0/index_change/test_pk_uk_index_change.groovy +++ b/regression-test/suites/inverted_index_p0/index_change/test_pk_uk_index_change.groovy @@ -60,6 +60,7 @@ suite("test_pk_uk_index_change", "inverted_index") { } } if (finished_num == expected_finished_num) { + sleep(10000) // wait change table state to normal logger.info(table_name + " all build index jobs finished, detail: " + alter_res) break } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
