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
- Debug
- Write Patch
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | options_trace_error-2776367-3.patch | 763 bytes | davidwbarratt |
Comments
Comment #2
znerol commentedThis is most probably due to Symfony commit 14046070.
This change is in v2.7.16 and v3.1.3
Comment #3
davidwbarratt commentedThis patch will probably fail with the current version of Symfony, but I'll put it here for anyone who needs it. :)
Comment #5
slasher13Comment #7
wim leers#2823687: Use isMethodCacheable() instead of isMethodSafe() when checking for GET/HEAD was opened later, but has more information.