There are 32 test assertion fails when running the ConfigUpdateTest simpletest against the latest 8.0.x... need to investigate and fix.

Comments

jhodgdon’s picture

Title: Tests fail in latest 8.0.x » Reports show things from config/optional as "new" even though they come from modules
Priority: Normal » Major

Investigation:

It looks like the reports are now showing things from config/optional as "new items added". For instance, if you run the report for type Search pages, it shows the Node and User search pages in the "Added configuration items" section. These come from core/modules/node/config/optional and core/modules/user/config/optional.

This seems to be the root cause of all of the problems.

jhodgdon’s picture

Status: Active » Fixed

I got this figured out, with tests. There's a new section to the report page (and a new Drush command) that shows the optional items that are not currently in active config, and the Added report now excludes things from config/optional.

If you update to this commit, you'll need to do a container rebuild, because there are new services and changed constructors on classes.

  • jhodgdon committed dbd94fc on 8.x-1.x
    Issue #2515918: Reports show things from config/optional as "new" even...
jhodgdon’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.