Atlas › Test

TestIsFinalRetry

Exact test identity: go.temporal.io/server/tools/flakereport/TestIsFinalRetry

Package
go.temporal.io/server/tools/flakereport
Suite / test hierarchy
TestIsFinalRetry
Test
TestIsFinalRetry
Introduced at
parser.go ×1 Frontier kind: Joint frontier
Covered ranges
1
Covered lines
3
Covered files
1

Covered source

Expand a file to inspect source; the > gutter marks covered lines.

go.temporal.io/server/tools/flakereport/parser.go 3 covered LOC · 1 range

Open complete file

315 // isFinalRetry returns true if the test name has the "(final)" suffix,
316 // indicating the test runner exhausted all retries.
317 > func isFinalRetry(testName string) bool { parser.go
318 > return finalRegex.MatchString(testName)
319 > }
320
321 // analyzeArtifactForCIBreakers analyzes a single artifact for CI breakers.