We include the dbtest binary among the targets in the compile task:
There is no point to doing so, because we re-request its construction in the dbtest! group:
As a result, the compile phase of the dbtest! group is usually a no-op build:
We should simply remove dbtest from the targets in the compile phase.
- causes
-
SERVER-40044 burn_in_tests.py shouldn't construct a suite.Suite for dbtest.yml
- Closed