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
Comments
Comment #2
daffie commentedAs far as I can see, there are no longer problems with the RevisionRelationshipsTest.