You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently, we are seeing flaky upgrade tests due to the IMC losing events. This is because the IMC is not persistent, so some events are lost in the upgrade process. We should handle this more gracefully by ensuring that all events have been handled before the channel shuts down, and indicating on new incoming events that they were not handled because the channel is shutting down.
Problem
Currently, we are seeing flaky upgrade tests due to the IMC losing events. This is because the IMC is not persistent, so some events are lost in the upgrade process. We should handle this more gracefully by ensuring that all events have been handled before the channel shuts down, and indicating on new incoming events that they were not handled because the channel is shutting down.
Persona:
Which persona is this feature for?
Exit Criteria
The upgrade tests are no longer flaky from lost events
Time Estimate (optional):
How many developer-days do you think this may take to resolve? 5-7 days
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: