In SERVER-101278 we removed the utils' dependency on Recovery unit, we are now in a position to clean up the unit tests as well.
Whilst including recovery unit in unrelated tests has some value, this is a tradeoff against the maintenance burden of maintaining RU in all of those tests. A focused test of recovery unit's session using utilities may be warranted, or it may be sufficient to leave this to integration tests.
- split from
-
SERVER-101278 Remove references to RecoveryUnit from the core WiredTiger integration classes.
-
- In Code Review
-