For example node_views_query_substitutions is placed into node.views.inc, so it will not be loaded under certain cases
and so actual sql code might be broken.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

damiankloip’s picture

Status: Active » Needs review
FileSize
561 bytes
dawehner’s picture

FileSize
7.79 KB

It's too later to figure out the test failures

Status: Needs review » Needs work

The last submitted patch, durpal-1828612-2.patch, failed testing.

dawehner’s picture

Status: Needs work » Needs review
FileSize
7.43 KB

Never write tests at night.

tim.plunkett’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

This can easily cause Views to break, and the fix and tests are exactly right.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

David_Rothstein’s picture

Priority: Major » Normal
Status: Fixed » Reviewed & tested by the community
FileSize
999 bytes

For some reason, the commit for this issue made weird changes to default.settings.php (even though they weren't in the above patch). It introduced some grammatical mistakes and rolled back #1830330: Make default.settings.php not executable... I think what happened is that it actually rolled back the last couple commits on that file, or something?

See: http://drupalcode.org/project/drupal.git/blobdiff/e318f1a6df45e135fdaf67...

The attached patch restores those.

catch’s picture

#7: 1828612-followup-7.patch queued for re-testing.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed the follow-up. The permissions had been fixed already but the docs changes still applied. Thanks!

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