-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Correctness
-
Fully Compatible
-
2025-01-21, 2025-02-04
The run_pretty_printer_tests Evergreen task spends over 10 minutes downloading and extracting the debug symbols. Since the path length of compile_dist_test + archive_dist_test + archive_dist_test_debug can also take substantial time, run_pretty_printer_tests is often the rate-limiting step for patch build completion times. Moving run_pretty_printer_tests into the same task group as archive_dist_test_debug would enable the task to skip downloading and extracting the debug symbols because they'd available on the local filesystem already.
[2025/01/15 19:29:51.338] Running command 's3.get' (step 9 of 11). [2025/01/15 19:29:51.349] Fetching remote file 'mongodb-mongo-master/amazon-linux2-arm64-static-compile/mongodb_mongo_master_566d1235654bc1c7c799e306f46c6e73a8cd2e93/debugsymbols/debugsymbols-68818.tgz' from S3 bucket 'mciuploads' (attempt 1 of 5). [2025/01/15 19:35:39.769] Finished command 's3.get' (step 9 of 11) in 5m48.430545705s. ... [2025/01/15 19:35:40.074] python evergreen/functions/binaries_extract.py --tarball=mongo-debugsymbols.tgz --extraction-command=tar zxvf --change-dir=build/install/ --move-output=build/install/dist-test/pretty_printer_tests.txt:build/ [2025/01/15 19:40:30.446] Switching to build/install to perform the extraction in. [2025/01/15 19:40:30.446] Extracting: /bin/bash -c tar zxvf /data/mci/8441b186e96d39efcce3c5b042b1e422/src/mongo-debugsymbols.tgz