Skip to content

Commit 0440cca

Browse files
committed
Log test run count and associated package paths in flakeguard runner
1 parent b294eaf commit 0440cca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/flakeguard/runner/runner.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ func (r *Runner) RunTestPackages(packages []string) (*reports.TestReport, error)
8484
MaxPassRatio: r.MaxPassRatio,
8585
}
8686
report.GenerateSummaryData()
87+
log.Debug().Int("TestRunCount", report.SummaryData.TestRunCount).Strs("jsonPaths", jsonFilePaths).Strs("packages", packages).Msg("TestRunCount for test packages")
88+
8789
return report, nil
8890
}
8991

0 commit comments

Comments
 (0)