Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-24925

add url_raw field to resmoke

    XMLWordPrintableJSON

Details

    • Fully Compatible
    • TIG 17 (07/15/16)

    Description

      Evergreen added support for direct links to plain-text logs. With logkeeper, this is accomplished by adding the GET parameter raw=1 to the URL for the logkeeper logs. The following change should be made to TestReport.as_dict() in buildscripts/resmokelib/testing/report.py to opt-in to this capability:

      if test_info.url_endpoint is not None:
          result["url"] = test_info.url_endpoint
          result["url_raw"] = test_info.url_endpoint + "?raw=1"
      

      Attachments

        Issue Links

          Activity

            People

              jonathan.abrahams Jonathan Abrahams
              shraya.ramani Shraya Ramani
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: