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

Have Python Evergreen tests print standard output on failure

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • WT10.0.0, 4.4.2, 4.8.0
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              luke.chen@mongodb.com Luke Chen
              alexander.gorrod@mongodb.com Alexander Gorrod
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: