10

We have some unreliable tests - unreliable because of environmental reasons.

We'd like to see a history of which tests have failed the most often, so we can drill into why and fix the environment issue that causes that particular failure or class of failure.

Is this possible in TeamCity 6.0.3?

We know about individual test history (although that page is really hard to remember how to find!), but that pre-supposes we already know what we're actually trying to find out.

Peter Mounce
  • 4,105
  • 3
  • 34
  • 65

1 Answers1

7

If you go to the "Current problems" tab for a project, there is a link like "tests failed within 120 hours" at the top. There is some statistics which may be relevant to what you're looking for.

UPDATE: In newer versions of TeamCity, this page is not available. But, there is a new Flaky tests tab, which shows information about tests which fail un-predictably, and this page includes test failure counters.

KIR
  • 5,614
  • 1
  • 31
  • 23