wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 80 forks source link

Update drush launcher to 0.8.0 #79

Closed csandanov closed 1 year ago

csandanov commented 3 years ago

Currently has some memory issues that result in tests failures https://github.com/drush-ops/drush-launcher/issues/82

webflo commented 3 years ago

@csandanov Hi, could you explain how to run the tests? Would like to debug it ... Thanks!

csandanov commented 3 years ago

Here's the failure example from github actions. It fails on drush status --format=yaml. It first runs drupal 8 tests, then drupal 7, it fails only on Drupal 7 tests that located at https://github.com/wodby/drupal-php/blob/master/tests/7/tests.sh

You probably can just run make shell to launch and access the container after the image is built without running all tests

webflo commented 3 years ago

Related issue https://github.com/box-project/box/issues/512

back-2-95 commented 1 year ago

Included drush launcher is already 0.10.1 so maybe this issue can be closed?