-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Build
-
ALL
jsEngine may have values 'mozjs' or 'none'.
SERVER-57711 updates tests of this value to be boolean cheaks (e.g. `if jsEngine:`), however a boolean cast on the string `none` will result in a Truthy value (since "none" is not an empty string).
These callsites should be modified to `if jsEngine != "none":`
- fixes
-
SERVER-57711 Remove usemozjs flag in favor of js-engine != none
- Closed