This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 492154ee55 [fix](regression-test) add jdbc timeout (#20228) add 4a682a0a46 [fix][regression-test] set timeout of curl in regression test to avoid hanged when be crashed. (#20222) No new revisions were added by this update. Summary of changes: .../plugins/plugin_curl_requester.groovy | 63 ++++++++++++++++++++++ .../compaction/test_compacation_with_delete.groovy | 52 ++---------------- .../compaction/test_compaction_agg_keys.groovy | 57 +++----------------- .../test_compaction_agg_keys_with_delete.groovy | 55 +++---------------- .../compaction/test_compaction_dup_keys.groovy | 56 +++---------------- .../test_compaction_dup_keys_with_delete.groovy | 57 ++++---------------- .../compaction/test_compaction_uniq_keys.groovy | 53 ++---------------- .../test_compaction_uniq_keys_row_store.groovy | 54 +++---------------- .../test_compaction_uniq_keys_with_delete.groovy | 53 ++---------------- .../test_vertical_compaction_agg_keys.groovy | 53 ++---------------- .../test_vertical_compaction_dup_keys.groovy | 53 ++---------------- .../test_vertical_compaction_uniq_keys.groovy | 52 ++---------------- .../json_p0/test_json_load_and_function.groovy | 16 +----- .../jsonb_p0/test_jsonb_load_and_function.groovy | 18 +------ .../test_map_load_and_compaction.groovy | 36 ++----------- .../schema_change/test_number_overflow.groovy | 13 +---- .../test_agg_keys_schema_change_datev2.groovy | 42 ++------------- .../test_dup_keys_schema_change_datev2.groovy | 42 ++------------- .../test_schema_change_varchar_to_datev2.groovy | 41 ++------------ .../test_agg_keys_schema_change_decimalv3.groovy | 41 ++------------ .../test_agg_keys_schema_change.groovy | 42 ++------------- .../test_agg_mv_schema_change.groovy | 42 ++------------- .../test_agg_rollup_schema_change.groovy | 42 ++------------- .../test_agg_vals_schema_change.groovy | 42 ++------------- .../test_dup_keys_schema_change.groovy | 42 ++------------- .../test_dup_mv_schema_change.groovy | 42 ++------------- .../test_dup_rollup_schema_change.groovy | 42 ++------------- .../test_dup_vals_schema_change.groovy | 42 ++------------- .../test_uniq_keys_schema_change.groovy | 42 ++------------- .../test_uniq_mv_schema_change.groovy | 42 ++------------- .../test_uniq_rollup_schema_change.groovy | 42 ++------------- .../test_uniq_vals_schema_change.groovy | 42 ++------------- .../test_varchar_schema_change.groovy | 42 ++------------- .../test_segcompaction_agg_keys.groovy | 14 +---- .../test_segcompaction_agg_keys_index.groovy | 13 +---- .../test_segcompaction_dup_keys.groovy | 13 +---- .../test_segcompaction_dup_keys_index.groovy | 12 +---- .../test_segcompaction_unique_keys.groovy | 13 +---- .../test_segcompaction_unique_keys_index.groovy | 12 +---- .../test_segcompaction_unique_keys_mow.groovy | 13 +---- ...test_segcompaction_unique_keys_mow_index.groovy | 13 +---- 41 files changed, 215 insertions(+), 1341 deletions(-) create mode 100644 regression-test/plugins/plugin_curl_requester.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org