-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.5.2
-
Component/s: Build
-
Fully Compatible
-
ALL
-
Storage 2017-01-23
When scons calls checkErrorCodes(), it uses getAllSourceFiles() to look in all the source files. This function is designed to not follow symlinks, so if you have set up your Enterprise module as a symlink, none of the module's files will be checked. This can result in broken builds, since most of the Enterprise builders are set up without symlinks. At worst, it can result in a build with conflicting assert codes, or assert codes of 0.
- is related to
-
SERVER-7546 Unify Status and Uassert Integer Code Spaces
- Backlog