-
Type: Task
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: 3.2.0-rc2
-
Component/s: Build, Testing Infrastructure
-
Server Development Platform
The top-level SConstruct is setting permissions of 600 on jstests/libs/key1 and jstests/libs/key2.
This is problematic because a) it's not obvious that running scons has this side effect and b) it can cause test failures if you run JS tests from a tree that hasn't run any earlier scons commands.
Credit to max.hirschhorn for noticing this as part of SERVER-20873.
- is related to
-
SERVER-20873 Keyfile permissions are changed using chmod 644 during test execution
- Closed