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

Commit b1382c9

Browse files
authored
Merge pull request #766 from docker/debug_aci_db_error
Add debug information when mysql cannot start on ACI E2E test
2 parents be4b9a6 + 9f5f1cc commit b1382c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aci-e2e/e2e-aci_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ func TestRunEnvVars(t *testing.T) {
810810
if strings.Contains(res.Stdout(), "Giving user user1 access to schema mytestdb") {
811811
return poll.Success()
812812
}
813-
return poll.Continue("waiting for DB container to be up")
813+
return poll.Continue("waiting for DB container to be up\n%s", res.Combined())
814814
}
815815
poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second))
816816
})

0 commit comments

Comments
 (0)