You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Gregory Chanan (JIRA)" <ji...@apache.org> on 2015/12/19 02:55:46 UTC

[jira] [Created] (SOLR-8446) Allow failonerror to be configured for unit tests

Gregory Chanan created SOLR-8446:
------------------------------------

             Summary: Allow failonerror to be configured for unit tests
                 Key: SOLR-8446
                 URL: https://issues.apache.org/jira/browse/SOLR-8446
             Project: Solr
          Issue Type: Improvement
          Components: Tests
            Reporter: Gregory Chanan
            Assignee: Gregory Chanan


Currently, failonerror is hard coded to false for the "test" task at the top level scope.  For jenkins runs, it would be useful to be able to configure this because:
1) unit tests runs are flaky
2) jenkins can detect test failures even if the the test task itself passes and mark the build yellow (which happens if failonerror is true)

Therefore, this allows some nicer visualization of the jenkins history, i.e.:
green if everything is good
yellow if unit tests are failing (most likely flaky)
red if compile / precommit, etc are broken



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org