From c438c6eb725d6229ffdccdd171092e3f6be6ac7d Mon Sep 17 00:00:00 2001 From: Iris Chen <10179943+iyabchen@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:31:07 -0700 Subject: [PATCH] chore(ci): remove replaying error display in log since it is too long (#12059) --- .../cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl | 2 +- .ci/magician/cmd/vcr_cassette_update_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl b/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl index 5c0f891c3e7c..922d55efed0d 100644 --- a/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl +++ b/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl @@ -17,7 +17,7 @@ Affected tests list: {{- end}} {{if .ReplayingErr}} ################################# -Errors occurred during REPLAYING mode: {{.ReplayingErr}}. +Errors occurred during REPLAYING mode. ################################# {{- end}} {{if .AllReplayingPassed}} diff --git a/.ci/magician/cmd/vcr_cassette_update_test.go b/.ci/magician/cmd/vcr_cassette_update_test.go index beb96423869f..0d391e0f5d45 100644 --- a/.ci/magician/cmd/vcr_cassette_update_test.go +++ b/.ci/magician/cmd/vcr_cassette_update_test.go @@ -49,7 +49,7 @@ func TestFormatVCRCassettesUpdateReplaying(t *testing.T) { "#################################", "", "#################################", - "Errors occurred during REPLAYING mode: some error.", + "Errors occurred during REPLAYING mode.", "#################################", }, "\n",