Miklos Gergely created HIVE-23024: ------------------------------------- Summary: Execute ptest batches in a more cost efficient order Key: HIVE-23024 URL: https://issues.apache.org/jira/browse/HIVE-23024 Project: Hive Issue Type: Bug Components: Hive Reporter: Miklos Gergely Assignee: Miklos Gergely
ptest batches are executed in an order that may lead to a situation when long tests are executed around the end, thus some nodes are going to run them still while all others are done. This elongates the total run time. Instead let's run long tests first, and short tests later, to get a more balanced workload. -- This message was sent by Atlassian Jira (v8.3.4#803005)