lagom / lagom-samples

https://developer.lightbend.com/start/?group=lagom
Creative Commons Zero v1.0 Universal
86 stars 82 forks source link

Deployment tests are still flaky #116

Open TimMoore opened 5 years ago

TimMoore commented 5 years ago

These seem to fail almost always on the first run, but usually pass on a re-run. I suspect a race condition.

We might be able to mitigate this by limiting to one concurrent job, at the expense of slowing down the happy path. WDYT?

ignasi35 commented 5 years ago

We might be able to mitigate this by limiting to one concurrent job, at the expense of slowing down the happy path. WDYT?

Sounds good to me. I haven't looked into the deployment tsts in a while so really hard to guess. Reducing the concurrent number of jobs is very cheap so let's test that, yeah.

TimMoore commented 5 years ago

OK done. I also added daily cron builds for the 1.5.x and 1.6.x branches.