Changes between Version 7 and Version 8 of TriagingTestFailures


Ignore:
Timestamp:
Nov 2, 2010 9:46:16 AM (14 years ago)
Author:
Adam Roben
Comment:

Reword the intro a bit

Legend:

Unmodified
Added
Removed
Modified
  • TriagingTestFailures

    v7 v8  
    11= Introduction =
    22
    3 The buildbots are most useful when they are "green" (i.e., the build isn't broken and there are no unexpected test failures). When the bots are green it's very easy to notice when new regressions are introduced, but when they're red it's nearly impossible.
     3The build bots are most useful when they are "green" (i.e., the build isn't broken and there are no unexpected test failures). When the bots are green and a regression is introduced, the bots go from green to red, which is very easy to notice and respond to. When the bots are red and a regression is introduced, they stay red, so it's hard to notice the regression occurred at all.
    44
    5 This guide attempts to walk you through a process to get the bots green again when they are read by triaging test failures, filing bugs on them, and checking in new results or skipping tests.
     5This guide attempts to walk you through a process to get the bots green again when they are red by triaging test failures, filing bugs on them, and checking in new results or skipping tests.
    66
    77= Find out what is failing =