-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
-
ALL
-
Execution Team 2019-09-09
-
0
background_validation.js is failing on ephemeralForTest because it expects a collection MODE_IX lock to be possible and tries to run CRUD concurrently with background validation. I haven't figured out how to stop it running there, yet, because the test already has requires_wiredtiger.
requires_persistence:
background_validation.js cannot run on inMemory, even though it is WT, because inMemory doesn't have checkpoints on which to run background validation.
- duplicates
-
SERVER-30357 Allow users to run the validate cmd with {background:true}
- Closed