Problem/Motivation

This failure is consistent, and I can reproduce on a separate virtual machine. The failure seems to be the 2nd assertion (line 71) in the test case, and was caused by #2261669: Slow query in NodeRevisionAccessCheck per git bisect test runs.

It's possible that there actually is a bug in the test case itself with respect to the view that the node module is trying to load.

Actual result:

    array (
      0 => 
      array (
        'vid' => '2',
        'node_node_revision_nid' => '1',
        'nid_1' => '1',
      ),
      1 => 
      array (
        'vid' => '1',
        'node_node_revision_nid' => '1',
        'nid_1' => '1',
      ),
    )

is identical to expected:

    array (
      0 => 
      array (
        'vid' => '1',
        'node_node_revision_nid' => '1',
        'nid_1' => '1',
      ),
      1 => 
      array (
        'vid' => '2',
        'node_node_revision_nid' => '1',
        'nid_1' => '1',
      ),
    )

Proposed resolution

Unknown.

Remaining tasks

  • Investigate why the indexes changes in #2261669: Slow query in NodeRevisionAccessCheck caused this test regression. Update issue summary with details.
  • Write a patch with any test changes necessary.
  • Review the patch.
  • Complete beta evaluation template.

User interface changes

Probably not.

API changes

Unknown.

Data model changes

Unknown.

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Bug report because it is a regression based on test failure

Comments

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

daffie’s picture

Status: Active » Closed (cannot reproduce)

As far as I can see, there are no longer problems with the RevisionRelationshipsTest.