The fix for #1678528: Database deleted on edge cases broke jenkins:

[127.0.0.1:2200] out: escapeshellarg() expects parameter 1 to be string, array given         [warning]
[127.0.0.1:2200] out: drush.inc:1387
[127.0.0.1:2200] out: escapeshellarg() expects parameter 1 to be string, array given         [warning]
[127.0.0.1:2200] out: drush.inc:1387
[127.0.0.1:2200] out: The drush command '@none provision-save' could not be found.             [error]
[127.0.0.1:2200] out: Drush was not able to start (bootstrap) the Drupal database.             [error]
[127.0.0.1:2200] out: Hint: This error often occurs when Drush is trying to bootstrap a
[127.0.0.1:2200] out: site that has not been installed or does not have a configured
[127.0.0.1:2200] out: database.

Comments

ergonlogic’s picture

Note that '@none' isn't supported in Drush 4.5. So it looks like we'll have to depend on 4.6, which probably means packaging Drush 4.x ourselves.

ergonlogic’s picture

I've moved our "D aegir 6.x-1.x install" test to use Drush 7.x-4.5 by default, since that's the version we want to support at this point.

Also, in 334ddb840a, I removed the '@none'. running tests now.

ergonlogic’s picture

Status: Active » Fixed

All 1.x tests are green!

anarcat’s picture

awesome, good catch!

Status: Fixed » Closed (fixed)

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