Changes between Version 10 and Version 11 of AdvantagesOfJenkinsOverBuildbot


Ignore:
Timestamp:
Dec 20, 2011 1:44:09 PM (12 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvantagesOfJenkinsOverBuildbot

    v10 v11  
    1717== Determining when a test started failing ==
    1818
    19 Jenkins has built-in support for determining when a test started failing, and will link you right to that build. See [https://builds.apache.org/job/Cassandra-Coverage/192/testReport/ an example from Apache's Jenkins server]. The "Age" column contains links to the first build in which each test failed. To take advantage of this we'd want to make all our testing tools output [http://ant.apache.org/manual/Tasks/junitreport.html JUnitReport]-style XML files.
     19Jenkins has built-in support for determining when a test started failing, and will link you right to that build. See [https://builds.apache.org/job/Cassandra-Coverage/192/testReport/ an example from Apache's Jenkins server]. The "Age" column contains links to the first build in which each test failed. To take advantage of this we'd want to make all our testing tools output [http://ant.apache.org/manual/Tasks/junitreport.html JUnitReport]-style XML files. (TestWebKitAPI already knows how to do this if you pass it the `--gtest_output=xml` option.)
    2020
    2121== Graphs of test failures over time ==