Have Python Evergreen tests print standard output on failure

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.0, 4.4.2, 4.8.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None

      Currently most Python test case failures in Evergreen don't show useful information on the console. It's necessary to spawn an instance and look at the content of stderr and stdout to see that information. We should enhance our Evergreen runner to output the information to the console.

       

      On Linux a command like: find WT_TEST -name std*.txt ! -empty -printf "\n%p\n" -exec cat {} \; will show the content we'd like to see. Maybe we can fold this into Python so that we end up with a solution that's built into our test runner and platform agnostic.

              Assignee:
              Luke Chen
              Reporter:
              Alexander Gorrod
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: