-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Build
-
Fully Compatible
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This is probably a pretty big hit how much we download from EngFlow in the unit_test task, and is required for remotely executing resmoke tests that depend on cc_* targets.
Adding to bazel_test.sh:
find bazel-out/ -type f -exec du -b {} + | sort -nr | head -n 100
[2025/12/04 14:39:15.211] 552513688 bazel-out/aarch64-opt/bin/src/mongo/db/pipeline/db_pipeline_test_with_debug [2025/12/04 14:39:15.211] 470689912 bazel-out/aarch64-opt/bin/src/mongo/db/s/libsharding_commands_d_with_debug.so [2025/12/04 14:39:15.211] 336612152 bazel-out/aarch64-opt/bin/src/mongo/db/pipeline/libpipeline_with_debug.so [2025/12/04 14:39:15.211] 335390520 bazel-out/aarch64-opt/bin/src/mongo/db/exec/sbe/db_sbe_test_with_debug [2025/12/04 14:39:15.211] 262515376 bazel-out/aarch64-opt/bin/src/mongo/db/modules/enterprise/src/streams/exec/libstreams_operators_with_debug.so [2025/12/04 14:39:15.211] 255562896 bazel-out/aarch64-opt/bin/src/mongo/db/s/libsharding_runtime_d_with_debug.so [2025/12/04 14:39:15.211] 243419416 bazel-out/aarch64-opt/bin/src/mongo/db/libquery_exec_with_debug.so [2025/12/04 14:39:15.211] 234678976 bazel-out/aarch64-opt/bin/src/third_party/mozjs/libmozjs_with_debug.so [2025/12/04 14:39:15.211] 223732400 bazel-out/aarch64-opt/bin/src/mongo/db/exec/db_exec_test_with_debug