You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,19 +13,19 @@ Tests failed due to non-determinism or randomness when the VCR replayed the resp
13
13
Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer.
14
14
15
15
{{else}}
16
-
$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$
16
+
{{color "green" "No issues found for passed tests after REPLAYING rerun."}}
17
17
{{end}}{{/* end of if gt (len .ReplayingAfterRecordingResult.FailedTests ) 0 */}}
18
18
---
19
19
{{end}}{{/* end of if gt (len .RecordingResult.PassedTests) 0 */}}
20
20
21
21
{{if gt (len .RecordingResult.FailedTests) 0 -}}
22
-
$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
22
+
{{color "red" "Tests failed during RECORDING mode:"}}
{{if .HasTerminatedTests}}{{color "red" "Several tests got terminated during RECORDING mode."}}{{end}}
28
+
{{if .RecordingErr}}{{color "red" "Errors occurred during RECORDING mode. Please fix them to complete your PR."}}{{end}}
29
+
{{if .AllRecordingPassed}}{{color "green" "All tests passed!"}}{{end}}
30
30
31
31
View the [build log](https://storage.cloud.google.com/ci-vcr-logs/beta/refs/heads/auto-pr-{{.PRNumber}}/artifacts/{{.BuildID}}/build-log/recording_test.log) or the [debug log](https://console.cloud.google.com/storage/browser/ci-vcr-logs/beta/refs/heads/auto-pr-{{.PRNumber}}/artifacts/{{.BuildID}}/recording) for each test
$\textcolor{red}{\textsf{Errors occurred during REPLAYING mode. Please fix them to complete your PR.}}$
2
+
{{color "red" "Errors occurred during REPLAYING mode. Please fix them to complete your PR."}}
3
3
{{- else -}}
4
-
$\textcolor{green}{\textsf{All tests passed!}}$
4
+
{{color "green" "All tests passed!"}}
5
5
{{- end}}
6
6
7
7
View the [build log](https://storage.cloud.google.com/ci-vcr-logs/beta/refs/heads/auto-pr-{{.PRNumber}}/artifacts/{{.BuildID}}/build-log/replaying_test.log)
0 commit comments