We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50ba26 commit f3d1caaCopy full SHA for f3d1caa
test/e2e/shared/suite.go
@@ -140,6 +140,7 @@ func Node1BeforeSuite(e2eCtx *E2EContext) []byte {
140
By(fmt.Sprintf("Trying to create CloudFormation stack... attempt %d", count))
141
success := true
142
if err := createCloudFormationStack(e2eCtx.AWSSession, bootstrapTemplate, bootstrapTags); err != nil {
143
+ By(fmt.Sprintf("Failed to create CloudFormation stack in attempt %d: %s", count, err.Error()))
144
deleteCloudFormationStack(e2eCtx.AWSSession, bootstrapTemplate)
145
success = false
146
}
0 commit comments