You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (JIRA)" <ji...@apache.org> on 2019/01/11 19:56:00 UTC

[jira] [Created] (IMPALA-8070) Unify backend tests into a single executable

Joe McDonnell created IMPALA-8070:
-------------------------------------

             Summary: Unify backend tests into a single executable
                 Key: IMPALA-8070
                 URL: https://issues.apache.org/jira/browse/IMPALA-8070
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.2.0
            Reporter: Joe McDonnell


Each backend test links in all of our libraries, so each backend test executable is ~400MB. Impala has 100+ backend test executables and this number will only grow, so this means a fully built Impala development environment will have 40GB of backend tests. Relinking these backend tests also takes a significant chunk of time.

We should explore linking the backend tests into a single executable and using gtest_filter to run individual tests from that executable. This would reduce the diskspace requirement as well as the link time for backend tests.

This is an umbrella Jira to track tasks associated with this change.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org