Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This problem was caused by applying the patch twice in various shenanigans that went on with the release, and not inspecting the diff closely enough to catch that git appended the same new file twice, to itself. Patch removes the second copy of the file.
Before patch: Running the node access entity query alter test would result in an error more or less like: "FAILED: [[SimpleTest]]: [MySQL] Invalid PHP syntax in modules/node/tests/node_access_test.install."
Comments
Comment #1
webchickComment #2
pwolanin commentedby eye
Comment #3
webchickSigh. :(
This problem was caused by applying the patch twice in various shenanigans that went on with the release, and not inspecting the diff closely enough to catch that git appended the same new file twice, to itself. Patch removes the second copy of the file.
Before patch: Running the node access entity query alter test would result in an error more or less like: "FAILED: [[SimpleTest]]: [MySQL] Invalid PHP syntax in modules/node/tests/node_access_test.install."
No longer does so now.
Committed to 7.x.