Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Test suite timeout - it hides real test failures from us and wastes agent time
  • Stable failing test/flaky - 25%-100% of failures - issue is to be created as blocker to the next release, test may be muted after research.
  • Rare Flaky tests 1%-25% of failures, which are considered by teamcity as flaky may be not muted for now because TC interface helps us to identify these tests.

Scope

Unassigned issues

Code Block
project = IGNITE AND labels = MakeTeamcityGreenAgain AND assignee is EMPTY AND resolution is EMPTY 

 

Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = IGNITE AND labels = MakeTeamcityGreenAgain AND assignee is EMPTY AND resolution is EMPTY order by priority DESC
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

 

...

Assigned failing tests

Code Block
project = IGNITE AND labels = MakeTeamcityGreenAgain AND assignee is not EMPTY AND resolution is EMPTY 

 

Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQuery project = IGNITE and AND labels = MakeTeamcityGreenAgain and labels != Muted_test and AND assignee is not EMPTY AND resolution is EMPTY order by priority DESC
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

 

Muted failures

Code Block
project = IGNITE and labels = MakeTeamcityGreenAgain and labels = Muted_test and resolution is EMPTY 


Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = IGNITE and labels = MakeTeamcityGreenAgain and labels = Muted_test and resolution is EMPTY order by priority DESC
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

...