Foreman test_develop failing

Here lately test_develop has been failing on the Postgres jobs (I think due to the integration tests running) even though PRs seem to now be green. Could someone with a bit more knowledge go look at those and try to assess what might be the issue? This effects what gets put into nightlies and when RPMs are built.

http://ci.theforeman.org/job/test_develop/

Thanks

  • E
1 Like

Fix on https://github.com/theforeman/foreman/pull/5307

3 Likes

My bad, sorry all!

No problem, this is a symptom of letting us believe ‘red’ is ok to merge
because we get intermittent failures, and a slow suite. We get impatient
and don’t want to waste 2 hours waiting for a (possibly) green build. Let’s
try to address these with minitest::retry and making sure it’s consistently
green.