Closed (fixed)
Project:
Provision
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
17 Jul 2013 at 17:40 UTC
Updated:
1 Aug 2013 at 18:41 UTC
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
Comment #1
ergonlogicNote 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.
Comment #2
ergonlogicI'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.
Comment #3
ergonlogicAll 1.x tests are green!
Comment #4
anarcat commentedawesome, good catch!