Core analysis task is not aware of the fallback download links for multiverison binaries/debug symbols

XMLWordPrintableJSON

    • 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.

            Assignee:
            Unassigned
            Reporter:
            Sean Lyons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: