[
https://issues.apache.org/jira/browse/IMPALA-6070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-6070.
-----------------------------------
Resolution: Fixed
A bunch of improvements were done, closing this ticket. Further work will
happen in new tickets.
> Speed up test execution
> -----------------------
>
> Key: IMPALA-6070
> URL: https://issues.apache.org/jira/browse/IMPALA-6070
> Project: IMPALA
> Issue Type: Improvement
> Components: Infrastructure
> Reporter: Philip Martin
> Assignee: Philip Martin
> Priority: Major
> Attachments: screenshot-1.png
>
>
> Our tests (e.g.,
> https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/buildTimeTrend) tend
> to take about 4 hours. This can be improved.
> I'm opening this JIRA track those changes. I'm currently looking at:
> * Parallelizing multiple data-load steps: TPC-DS, TPC-H, and Functional take
> ~65 minutes when serialized. They take 35 minutes if running in parallel.
> * Parallelizing compute stats: this takes ~10 minutes; probably can be faster.
> The trickier thing is parallelizing fe tests, ee tests, and custom cluster
> tests. The approach I'm taking is to create a docker container with
> everything in it (including data load), and then running tests in parallel.
> This is a bit messier, but I think it has some legs when it comes to using
> machines with many cores.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)