Problem/Motivation
As per #2464427-156: Replace CacheablePluginInterface with CacheableDependencyInterface it is use less for UpdatePathTestBaseTest::testDatabaseLoaded() to check the frontpage. Schema version should be enough.
Proposed resolution
Remove the frontpage asserts
Remaining tasks
Review
Commit
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | don_t_access_frontpage-2551579-3.patch | 896 bytes | geertvd |
| fix-UpdatePathTestBaseTest-testDatabaseLoaded.patch | 1015 bytes | jibran |
Comments
Comment #2
berdirWe need to run updates before accessing the frontpage, then we should be fine. That's what we need to fix :)
Comment #3
geertvd commentedSomething like this then?
Comment #4
berdirYes, that's exactly what I think we should do.
Comment #5
alexpottTest only change permitted in beta. Committed 0d25892 and pushed to 8.0.x. Thanks!