lagom-samples icon indicating copy to clipboard operation
lagom-samples copied to clipboard

Deployment tests are still flaky

Open TimMoore opened this issue 6 years ago • 2 comments

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?

TimMoore avatar Oct 21 '19 23:10 TimMoore

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.

ignasi35 avatar Oct 22 '19 12:10 ignasi35

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

TimMoore avatar Oct 23 '19 03:10 TimMoore