- π³πΏNew Zealand quietone
I tested as described in the IssueSummary and the test still fails.
When writing a test for #2524082: Config overrides should provide cacheability metadata β it was discovered that cache contexts are not bubbling up correctly for blocks that do not have any content. This is maybe a relic from Drupal 7 where blocks without content were not rendered. However in Drupal 8 the titles are rendered so it is important to bubble up the cacheability metadata.
To replicate this, check the CacheabilityMetadataConfigOverrideIntegrationTest
from
#2524082: Config overrides should provide cacheability metadata β
- a line in the setUp()
of that test explicitly adds some content to the test block. If that line is removed the cacheability metadata is not communicated any more and the test fails.
Patch
Review
Commit
Active
9.5
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I tested as described in the IssueSummary and the test still fails.