Changes between Version 10 and Version 11 of AdvantagesOfJenkinsOverBuildbot
- Timestamp:
- Dec 20, 2011, 1:44:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvantagesOfJenkinsOverBuildbot
v10 v11 17 17 == Determining when a test started failing == 18 18 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. 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. (TestWebKitAPI already knows how to do this if you pass it the `--gtest_output=xml` option.) 20 20 21 21 == Graphs of test failures over time ==