shuke987 commented on code in PR #65453:
URL: https://github.com/apache/doris/pull/65453#discussion_r3587175622
##########
regression-test/suites/inverted_index_p0/test_create_index_2.groovy:
##########
@@ -108,9 +108,13 @@ suite("test_create_index_2", "inverted_index"){
// drop index
sql "drop index name_idx_1 on ${indexTbName1}"
- wait_for_last_build_index_finish(indexTbName1, timeout)
+ wait_for_last_col_change_finish(indexTbName1, timeout)
+ def previous_job_ids = isCloudMode() ?
get_build_index_job_ids(indexTbName1) : null
Review Comment:
Fixed in 7e4bb8f9337. test_create_index_2 now snapshots before the first
Cloud drop, waits for the new delete jobs from that drop, then snapshots and
waits separately for the second drop.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]