-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
DevProd Correctness
-
ALL
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
It assumes the multiversion downloads file contains "evg_urls_info" with download links.
See https://github.com/mongodb/mongo/blob/master/buildscripts/resmokelib/hang_analyzer/extractor.py#L597
Instead, if "evg_urls_info" is empty it should fallback to
binaries = version_downloads["release_urls_info"]["urls"]["binary"]
debug_symbols = version_downloads["release_urls_info"]["urls"]["debug_symbols"]
It's also worth re-visiting whether this logic has to be re-implemented here, or if it should just use db-contrib-tool directly.
- related to
-
SERVER-109459 Update mongo-task-generator in v8.0-s8
-
- Closed
-
-
SERVER-108970 Upgrade db-contrib-tool to 2.0.1
-
- Closed
-