It looks like 30 minutes is somehow lost in frontend tests:
*02:20:56* [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.156 s - in org.apache.impala.authorization.sentry.SentryProxyTest*02:20:56* [INFO] Running org.apache.impala.catalog.CatalogTest*02:52:05* [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.749 s - in org.apache.impala.catalog.CatalogTest*02:52:05* [INFO] Running org.apache.impala.catalog.CatalogObjectToFromThriftTest*02:52:05* [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s - in org.apache.impala.catalog.CatalogObjectToFromThriftTest*02:52:05* [INFO] Running org.apache.impala.catalog.events.MetastoreEventsProcessorTest*02:52:05* [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 187.46 s - in org.apache.impala.catalog.events.MetastoreEventsProcessorTest I'm not sure where the other increase is coming from - may just be organic growth in the number of tests and we need to cut down runtime elsewhere. On Sun, Apr 28, 2019 at 11:17 AM Jim Apple <jbap...@apache.org> wrote: > The major from-scratch job in the pre-merge tests seems to frequently be > taking more than 5 hours. It used to frequently take less than 4, as of a > month or two ago. > > Here's a job that calls that, to show how long the job has been taking > recently: > > https://jenkins.impala.io/view/Utility/job/parallel-all-tests/buildTimeTrend > > Was something big added that increased the run time? It's possible I missed > an email thread about this. >