-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Replication
-
Fully Compatible
-
Repl 2024-11-11
This variant can sometimes take too long. it runs a full build along with build and running the unittests in a single task.
We should split the unittest tasks up to separate tasks. Essentially the changes would be, changing the "bazel_workstation_unittests" task targets from "install-all archive-all prove-unittests" on the existing task to just "install-dist-test" and then adding the "compile_test_parallel_unittest_stream_TG" task group to the variant's tasks.
Edit: kicking this out of patch builds is the way we're going for now. Later on, informed by more data, we can decide to bring it back if we see it negatively affecting cache warming etc.
- related to
-
SERVER-96358 Split up bazel_workstation_unittests
- Open