We currently build the integration tests as part of the compile, then pull them into the artifacts.tgz and then run them on remote machines.
Instead, we should treat them like dbtest and the unit tests and compile and run them in their own on-box integration_tests! phase which has compile_integration_tests and run_integration_tests sub-phases.
- is depended on by
-
SERVER-39998 Decouple compile task from test compilation and unify test compilation in one task group
- Closed