UKCloud / openshift-deployment-ansible

3 stars 1 forks source link

mysql container test is broken #40

Closed andywis closed 6 years ago

andywis commented 6 years ago

openshift-tests.yml tries to spin up a mysql app. This does not work, and the test fails

Suggestion: replace the sleep 30 on line 33 with a poll/retry.

andywis commented 6 years ago

fixed