-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Server Tooling & Methods
A lot of JS tests do this kind of check:
if (jsTest.options().storageEngine && jsTest.options().storageEngine !== "wiredTiger") { // skip the test }
I just found this test test (which I reviewed!) that doesn't include the "is the 'storageEngine' falsy" check. The result is that when you run that test in the core suite, it will be skipped.
I think we should just make the default value for 'storageEngine' be 'wiredTiger' and then we won't need to worry about tests being skipped erroneously.
- is related to
-
SERVER-39362 Make parallel/basic.js test respect resmoke.py tag-based exclusions
- Closed
- related to
-
SERVER-36337 Prevent explain_sample.js from being skipped on certain variants
- Closed