-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Server Serverless 2023-05-15, Server Serverless 2023-05-29
-
166
The SELinux core test runner will call load on all tests into the same lexical scope. SERVER-74787 prepared jscore tests for implicit strict mode, which means they now depend on their lexical scope. We should update the SELinux test runner to run these tests either using a new loadInNewScope or with dynamic import.