http://qa.drupal.org/pifr/test/261943
fail.png
The failed assertion is in the testRevisions() method.

CommentFileSizeAuthor
#3 RandomFailure2.png32.61 KBTor Arne Thune
fail.png24.74 KBxjm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xjm’s picture

Title: Test to watch » Random failures
xjm’s picture

Different failure a second time, with a fatal:

exception 'Drupal\Core\Database\SchemaObjectExistsException' with message 'Table variable already exists.' in /var/lib/drupaltestbot/sites/default/files/checkout/core/lib/Drupal/Core/Database/Schema.php:662
Stack trace:
#0 /var/lib/drupaltestbot/sites/default/files/checkout/core/includes/database.inc(590): Drupal\Core\Database\Schema->createTable('variable', Array)
#1 /var/lib/drupaltestbot/sites/default/files/checkout/core/includes/schema.inc(223): db_create_table('variable', Array)
#2 /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/system/system.install(495): drupal_install_schema('system')
#3 [internal function]: system_install()
#4 /var/lib/drupaltestbot/sites/default/files/checkout/core/includes/module.inc(819): call_user_func_array('system_install', Array)
#5 /var/lib/drupaltestbot/sites/default/files/checkout/core/includes/install.inc(323): module_invoke('system', 'install')
#6 /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/simpletest/drupal_web_test_case.php(1381): drupal_install_system()
#7 /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/field/tests/field.test(25): DrupalWebTestCase->setUp(Array)
#8 /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/field/modules/options/options.test(18): FieldTestCase->setUp(Array)
#9 /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/simpletest/drupal_web_test_case.php(520): OptionsWidgetsTestCase->setUp()
#10 /var/lib/drupaltestbot/sites/default/files/checkout/core/scripts/run-tests.sh(369): DrupalTestCase->run()
#11 /var/lib/drupaltestbot/sites/default/files/checkout/core/scripts/run-tests.sh(22): simpletest_script_run_one_test('1', 'OptionsWidgetsT...')
#12 {main}FATAL FileFieldPathTestCase: test runner returned a non-zero error code (1).
Tor Arne Thune’s picture

FileSize
32.61 KB

The second go made it pass the NodeRevisionsTestCase, but failed on OptionsWidgetsTestCase->testOnOffCheckbox().

Random failure 2

rfay’s picture

I took at look at #659 in light of http://qa.drupal.org/pifr/test/261943

First, that has now passed.

I didn't see anything particularly wrong with #659; it was a bit high (maybe 70%) on disk usage, but I wouldn't expect that to cause problems. I cleaned it up significantly.

I noted in the apache2 logs some kind of fatal from exim (which had no business being in that log) but tried to clean that up. I removed most of the log files from /var/lib/drupaltestbot/sites/default/files

Reconfirming #659 as a precaution.

Berdir’s picture

Uh, something weird is going on.

See http://drupal.org/node/1545068

rfay’s picture

@Berdir, can you give more detail? I see #1545068: Convert Exception in update.inc to PSR-0, but have no way to parse what it has to do with this issue.

Berdir’s picture

Status: Postponed » Fixed

This was the same issue as the one that we discussed in IRC this morning. It has been resolved (or actually, the commit causing it has been reverted), so you can ignore it.

The initial reported issue has been fixed as well, the only weird one is #3 but that one has not re-appeared and might been a one-time thing.

So I think we're good here for now...

Status: Fixed » Closed (fixed)

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