Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292473

Prevent drupalGet / checkForMetaRefresh from recursing too deep

$
0
0

I'm seeing a test failure in a documentation-only patch from this issue:
#1003958: Correct _node_save_revision documentation to not refer to passing $node by reference, since it does not
This patch:
http://drupal.org/files/issues/1003958-6-remove-reference-reference-in-_...
This test result (at least at the moment):
http://qa.drupal.org/pifr/test/117724

I think test failures get erased when the test is re-run, so here's the failure information (as usual, not well formatted):

Non-pass
Test name Pass Fail Exception
Upload upgrade path (UploadUpgradePathTestCase) [Upgrade path] 14 2 1

Message Group Filename Line Function Status

No pending updates at the end of the update process. Other upgrade.test 273 UpgradePathTestCase->performUpgrade()

The upgrade was completed successfully. Other upgrade.upload.test 33 UploadUpgradePathTestCase->testUploadUpgrade()

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupaltestbotmysql.simpletest651792field_config' doesn't exist: SELECT fc.* FROM {field_config} fc WHERE (fc.active = :db_condition_placeholder_0) AND (fc.storage_active = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => 1 [:db_condition_placeholder_1] => 1 ) in field_read_fields() (line 545 of /var/lib/drupaltestbot/sites/default/files/checkout/modules/field/field.crud.inc). Uncaught exception database.inc 2039 PDOStatement->execute()


Viewing all articles
Browse latest Browse all 292473

Trending Articles