- πΊπΈUnited States smustgrave
Seems last patch had a number of failures.
Adding a new service will require a change record.
- π«π·France andypost
Proper re-roll to get number of failed tests, looks a lot of tests needs to add new context
- Status changed to Needs review
almost 2 years ago 12:20pm 27 February 2023 The last submitted patch, 36: 2819197-36.patch, failed testing. View results β
- Status changed to Needs work
over 1 year ago 5:42am 27 July 2023 - π¨πSwitzerland berdir Switzerland
+++ b/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php @@ -318,7 +318,7 @@ public function testBlockEmptyRendering() { // empty block. $this->assertCacheTags(array_merge($block->getCacheTags(), ['block_view', 'config:block_list', 'config:views.view.test_view_block', 'http_response', 'rendered'])); - $this->assertCacheContexts(['url.query_args:_wrapper_format']); + $this->assertCacheContexts(['url.base', 'url.query_args:_wrapper_format']);
This is an expensive fix if we end up with this cache context pretty much everywhere, leads to a ton of cache redirects. Would pretty much need to consider making this a required cache context then.