CMS6: Flushable
classes aren't flushed when flushing from sake
#11435
Labels
Flushable
classes aren't flushed when flushing from sake
#11435
The
Flushable
interface implementors haveflush()
called on them when the system is flushed. This is currently handled in a middleware - but middleware isn't run duringsake
execution. This means in CMS 6 those classes do not get flushed when flushing from sake.Acceptance Criteria
sake flush
andsake [command] --flush
results in theflush()
method being called on allFlushable
implementors.PRs
CMS 5 PRs
CMS 6 PRs
kitchen sink CI run since this is the sort of change that could potentially bork tests
The text was updated successfully, but these errors were encountered: