Uploaded image for project: 'Apache QPID Interoperability Test Suite'
  1. Apache QPID Interoperability Test Suite
  2. QPIDIT-116

Change unit test behavior so that Ctrl+C will stop the test gracefully and report on test already run

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.1.0
    • None
    • None
    • None

    Description

      Currently, using Ctrl+C on a running test causes it to immediately terminate. However, none of the tests already run are reported on, and any errors or failures seen up to the point of being terminated are lost.

      There is a mechanism in Python's test framework which allows a signal (SIGINT in this case) to be caught in such a way that instead of simply terminating, the remaining tests are skipped. This will allow the tests already run to be reported.

      Attachments

        Activity

          People

            kpvdr Kim van der Riet
            kpvdr Kim van der Riet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: