Ricardo Amaro
Ricardo Amaro
~/testbotdata/build_2014_09_20_014620/sites/default/files$ ls simpletest styles can you check what you have in the simpletest dir?
Ok, i think i know why this fails: https://www.drupal.org/node/1964346 This does appear to be a limitation of the SQLite database engine. Is there a way to configure this?
Same "SQLSTATE[HY000]: General error: 1 too many SQL variables" Relates to: http://www.trash-factor.com/content/too-many-sql-variables-sqlite-error
I've narrowed down to the test groups that are failing: DCI_TESTGROUPS='rest,image,simpletest' Xml results are appearing: ``` ls /home/testbot/testbotdata/build_2014_09_20_120520/results/ Drupal\image\Tests\FileMoveTest.xml Drupal\rest\Tests\ReadTest.xml Drupal\image\Tests\ImageAdminStylesTest.xml Drupal\rest\Tests\ResourceTest.xml Drupal\image\Tests\ImageDimensionsTest.xml Drupal\rest\Tests\UpdateTest.xml Drupal\image\Tests\ImageEffectsTest.xml Drupal\rest\Tests\Views\StyleSerializerTest.xml Drupal\image\Tests\ImageFieldDefaultImagesTest.xml Drupal\simpletest\Tests\BrokenSetUpTest.xml Drupal\image\Tests\ImageFieldDisplayTest.xml Drupal\simpletest\Tests\BrowserTest.xml...
And that is line 941. explode() is exploding: ``` // Create the XML element for this test case: $case = $dom_document->createElement('testcase'); $case->setAttribute('classname', $test_class); >>>>> list($class, $name) = explode('->', $result->function, 2);...
Moved to https://github.com/kubernetes/contributor-site/pull/496
Thank you. I'll move all the suggestions to https://github.com/kubernetes/contributor-site/pull/496
Yes. Supersu has granted all permissions. Is it possible that it's being blocked by knox or SElinux?
run all commands via adb shell using root ``` root@t03g:/ # cd /data/data/info.guardianproject.lildebi/app_bin ated/legacy /storage/emulated/legacy/debian.img /debian < + export PATH=/data/data/info.guardianproject.lildebi/app_bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin + test -e /data/data/info.guardianproject.lildebi/app_bin/lildebi-common + . /data/data/info.guardianproject.lildebi/app_bin/lildebi-common + echo ----------------------------------------...
@SDkie just sent you the apk file and this is my only android device... sorry