Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-6181

Have Python Evergreen tests print standard output on failure

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

      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@mongodb.com Luke Chen
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: