Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
recipe system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2025 at 16:00 UTC
Updated:
9 Dec 2025 at 07:34 UTC
Jump to comment: Most recent
Comments
Comment #3
jurgenhaasComment #4
phenaproximaSmall suggestion for clarity, and a request for a comment.
But otherwise, this is an easy RTBC from me.
Comment #5
jurgenhaasI've tried various ways with the test but can't figure out a way to make it work. I'm currently writing a float value in a config object which will be used as default input for the recipe. However, this fails with the error "No schema for config_test.types" whereas the missing schema doesn't seem to be an issue when the recipe writes to that config.
I'm running out of ideas for now, unfortunately.
Comment #6
phenaproximaI have some ideas!
Comment #7
phenaproximaConverted it to a more tightly-scoped test that doesn't need to interact with config at all.
Comment #8
godotislateTest looks good and shows the int -> string conversion. I also confirmed that test-only job fails as expected.
Comment #9
alexpottCommitted and pushed 98172e7a3df to 11.x and 7e79d8d3d86 to 11.3.x. Thanks!
Backported to 11.3.x as a bug fix.