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
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