See https://www.drupal.org/pift-ci-job/570871, starting December 20.

See #2828559-90: UpdatePathTestBase tests randomly failing.

The root cause was determined by Berdir at #2828559-91: UpdatePathTestBase tests randomly failing:

The reason for that apparently is that CI uses composer to install modules now and it does so in modules/contrib. You have a hardcoded relative path to the database dump, that doesn't work. You need a drupal_get_path() or something there, or (as that will likely not work at that point) some lower-level discovery API or some dynamic logic to find the modules folder. Keep in mind that technically, modules can still be in sites/all/modules/contrib or site specific folders too.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wim Leers created an issue. See original summary.

Wim Leers’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
888 bytes

Wim Leers credited Berdir.

Wim Leers’s picture

Crediting Berdir, who immediately saw the root cause!

Wim Leers’s picture

Status: Needs review » Reviewed & tested by the community

It's green, yay! Let's get this in.

  • Wim Leers committed 3fc1319 on 8.x-3.x
    Issue #2843092 by Wim Leers, Berdir: Since recent DrupalCI update, CDN 8...
Wim Leers’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.