bootstrap_invoke_all() is never called any more.
watchdog() just uses module_implements() and relies on the bootstrap modules being loaded before it gets called, which is fragile at best given module_implements() caching, not sure how we managed to not catch this previously.
Currently this patch will break watchdog() until #1905334: Only load all modules when a hook gets invoked is in, or until watchdog is moved out of the hook system altogether. But it's a start regardless.
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
bootstrap_modules_byebye.patch | 10.64 KB | Idle | FAILED: [[SimpleTest]]: [MySQL] Failed to run tests: failed to login to test site. | View details | Re-test |