-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Most of our noPassthrough Extensions tests start with something like this
if (!isLinux()) { jsTest.log.info("Skipping test since extensions are only available on Linux platforms."); quit(); }
Rather than manually re-writing this for every test, we should add a "checkPlatformCompatibleWithExtensions" helper to extension_helpers and call that from each test.