xiaokang commented on code in PR #38443: URL: https://github.com/apache/doris/pull/38443#discussion_r1696327641
########## regression-test/suites/inverted_index_p0/index_format_v2/test_create_table_with_format_v2.groovy: ########## @@ -20,8 +20,40 @@ import org.codehaus.groovy.runtime.IOGroovyMethods suite("test_create_table_with_format_v2", "inverted_index_format_v2"){ def tableName = "test_create_table_with_format_v2" - def calc_file_crc_on_tablet = { ip, port, tablet -> - return curl("GET", String.format("http://%s:%s/api/calc_crc?tablet_id=%s", ip, port, tablet)) + def check_nested_index_file = { ip, port, tablet_id, expected_rowsets_count, expected_indices_count, format -> Review Comment: duplicate -- 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