Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #766 from docker/debug_aci_db_error
Browse files Browse the repository at this point in the history
Add debug information when mysql cannot start on ACI E2E test
  • Loading branch information
gtardif authored Oct 13, 2020
2 parents be4b9a6 + 9f5f1cc commit b1382c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aci-e2e/e2e-aci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ func TestRunEnvVars(t *testing.T) {
if strings.Contains(res.Stdout(), "Giving user user1 access to schema mytestdb") {
return poll.Success()
}
return poll.Continue("waiting for DB container to be up")
return poll.Continue("waiting for DB container to be up\n%s", res.Combined())
}
poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second))
})
Expand Down

0 comments on commit b1382c9

Please sign in to comment.