Get this bug while working on upgrade path for #731724: Convert comment settings into a field to make them work with CMI and non-node entities see #1907960-304: Helper issue for "Comment field" test results
Problem/Motivation
We have ModulesDisabledUpgradePathTest.php
that runs updates on disabled modules (comment in that case)
The field-types now works on top of namespace discovery Field.php that does not find any classes because disabled modules excluded from discovery.
Proposed resolution
- Do not run updates on disabled modules
- Try to inject namespace into update container, but that could bring more troubles