Is it just Metatag or are all tests failing? See https://www.drupal.org/pift-ci-job/307429 for an example. Here's the error that's showing up:
00:00:36.644 cd /var/www/html && sudo -u www-data php /var/www/html/scripts/run-tests.sh --list --php /opt/phpenv/shims/php > /var/www/html/artifacts/testgroups.txt
00:00:36.646 Command created as exec id dede714c
00:00:37.371 PHP Parse error: syntax error, unexpected '[', expecting ')' in /var/www/html/sites/all/modules/openedu/modules/contrib/scheduler/scheduler.test on line 604
I'm not sure why Metatag's tests are being affected by openedu, so is there a general problem with the test infrastructure right now?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Selection_405.png | 40.37 KB | dave reid |
Comments
Comment #2
dave reidThis is probably caused by #2735443: Remove forks of contrib from project. Ugh.
Comment #3
dave reidFrom: https://www.drupal.org/project/metatag/releases/7.x-1.x-dev
Comment #4
dave reidI've confirmed this has also affected any module that was included in http://cgit.drupalcode.org/openedu/tree/modules/contrib, that has a recent commit. For example, this has also affected the Media module.
Comment #5
dave reidWe should probably not allow any contrib modules included inside install profiles to override dependency resolution to Drupal.org versions.
Comment #6
dave reidComment #7
dave reidI'm guessing this might not be unique to install profiles? What if my contrib module X included a forked version of the metatag module as well?
Comment #8
drummI changed OpenEdu from being a "module" to being a "distribution" and removed its components project_dependency has parsed.
Comment #9
drummhttps://www.drupal.org/pift-ci-job/307429 is now completing.
Comment #10
dave reidYep, that resolved it for Media too. Thanks drumm.
Comment #11
damienmckennaWoo, I step away for lunch and you've fixed it! Thank you, drumm!