Problem/Motivation
It was pointed out in #3240971: Support install profiles/distributions that we failed hard if \Drupal\automatic_updates\Updater::getCorePackageName fails.
We should at least create a validator that call this to ensure there is no exception.
Proposed resolution
For general instructions see the parent issue: #3230045: [Meta] Create validation listeners
The subscriber should subscribe to events `\Drupal\automatic_updates\AutomaticUpdatesEvents::READINESS_CHECK` and `\Drupal\automatic_updates\AutomaticUpdatesEvents::PRE_START`
it should add a Error validation result because this will fail an update
Issue fork automatic_updates-3241105
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
phenaproximaComment #5
tedbowRTBC!
Comment #7
phenaproxima