-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In SERVER-118739, we set out to enable ASC unit test coverage across the following required variants:
- linux-arm64-debug-compile-required
- linux-debug-aubsan-compile-required
- linux-arm64-tsan-essential-required
In that ticket, we were only able to enable aubsan/tsan. The debug variant fails to build log_server_manager_test.cpp : Compiling with debug under gcc w/ "-fno-var-tracking-assignments" causes compilation to OOM when it is sent to the remote host for compilation.
As part of this ticket, investigate enabling unit tests for:
- linux-arm64-debug-compile-required
For reference, see PR : https://github.com/10gen/mongo/pull/55691 .