Adapt evergreen test reporting to work with gtest

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • DevProd Correctness
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, evergreen test reports are produced by running buildscripts/create_bazel_test_report.py which examines XML reports that bazel test produces. By default, bazel is aware of gtest and will suppress its own XML reports and allow gtest to produce its own. The logic in create_bazel_test_report.py doesn't work will with the gtest reports; because it is highly sensitive to bazel's format, it will often crash when running against gtest reports and produce no results or incomplete results.

      Adapt the evergreen test reporting infrastructure to produce consistent, accurate, complete and navigable reports when tests run on gtest.

            Assignee:
            Unassigned
            Reporter:
            James Bronsted
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: