juju / charm-helpers

Apache License 2.0
18 stars 127 forks source link

Ensure deferred events limited to current charm #760

Closed coreycb closed 1 year ago

coreycb commented 1 year ago

The deferred_events() function was returning all deferred events on the machine, regardless of whether they were deferred for the current charm or not. This changes limits the returned events to those that correspond to the current charm.

Closes-Bug: #2011927