You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2017/03/17 22:06:41 UTC

[jira] [Created] (COUCHDB-3328) JS test runner does not report failures correctly

Joan Touzet created COUCHDB-3328:
------------------------------------

             Summary: JS test runner does not report failures correctly
                 Key: COUCHDB-3328
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3328
             Project: CouchDB
          Issue Type: Bug
          Components: Test Suite
            Reporter: Joan Touzet


Currently {{test/javascript/run}} always returns an exit code of {{0}}, regardless of whether any tests fail or not. This makes any sort of automated testing that expects to inspect the results of the run invalid.

This ticket will update the runner so that it will:
* Return a 1 when any test fails, and
* Print a count summary at the end of the run of how many tests succeeded, failed, or were ignored/skipped.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)