Problem/Motivation

After updating all of the dependencies, I now get this error:

There were 2 failures:

1) Drupal\Tests\Core\PageCache\CommandLineOrUnsafeMethodTest::testHttpMethod with data set #5 ('deny', 'OPTIONS')

Failed asserting that null is identical to 'deny'.

/home/travis/build/phototech/sailvenice/web/core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php:41

2) Drupal\Tests\Core\PageCache\CommandLineOrUnsafeMethodTest::testHttpMethod with data set #6 ('deny', 'TRACE')

Failed asserting that null is identical to 'deny'.

/home/travis/build/phototech/sailvenice/web/core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php:41

https://travis-ci.org/phototech/sailvenice/builds/148723955#L793-L806

Here's the repo for the site:
https://github.com/phototech/sailvenice

Proposed resolution

Figure out why the builds are failing with update dependencies.

Remaining tasks

  1. Debug
  2. Write Patch

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#3 options_trace_error-2776367-3.patch763 bytesdavidwbarratt

Comments

davidwbarratt created an issue. See original summary.

znerol’s picture

Component: cache system » page_cache.module

This is most probably due to Symfony commit 14046070.

This change is in v2.7.16 and v3.1.3

davidwbarratt’s picture

Version: 8.1.7 » 8.2.x-dev
Status: Active » Needs review
StatusFileSize
new763 bytes

This patch will probably fail with the current version of Symfony, but I'll put it here for anyone who needs it. :)

Status: Needs review » Needs work

The last submitted patch, 3: options_trace_error-2776367-3.patch, failed testing.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

wim leers’s picture