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
Copy file name to clipboardExpand all lines: .ci/magician/cmd/templates/vcr/post_replay.tmpl
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ None
31
31
{{end}}
32
32
</blockquote>
33
33
</details>
34
+
34
35
{{ if gt (len .ReplayingResult.FailedTests) 0 -}}
35
36
#### Action taken
36
37
<details>
@@ -52,4 +53,4 @@ None
52
53
{{- end}}
53
54
54
55
View the [build log](https://storage.cloud.google.com/{{.LogBucket}}/{{.Version}}/refs/heads/{{.Head}}/artifacts/{{.BuildID}}/build-log/replaying_test.log)
Found {{len .ReplayingResult.FailedTests}} affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Affected tests:
33
+
{{range .ReplayingResult.FailedTests}}
34
+
`{{.}}` {{/* remove trailing whitespace */ -}}
35
+
{{end}}
36
+
37
+
[Get to know how VCR tests work](https://googlecloudplatform.github.io/magic-modules/develop/test/test/)
38
+
{{ else -}}
39
+
{{- if .ReplayingErr -}}
40
+
{{color "red" "Errors occurred during REPLAYING mode. Please fix them to complete your PR."}}
41
+
{{- else -}}
42
+
{{color "green" "All tests passed!"}}
43
+
{{- end}}
44
+
45
+
View the [build log](https://storage.cloud.google.com/{{.LogBucket}}/{{.Version}}/refs/heads/{{.Head}}/artifacts/{{.BuildID}}/build-log/replaying_test.log)
0 commit comments