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
An example of scenario to cover:
I almost made a regression around cancellation and last summaries - my initial approach to introducing cancellation token made Summarizer.stop() to also cancel cancellation token (coordinator), which made last summary running not possible (see PR #7230)
Overall, it would be nice to figure out a way to test it.
The text was updated successfully, but these errors were encountered:
2. Address earlier regression where all summaires (including last summary) were cancelled on main client being disconnected. Address by separating summarizer cancellation from cancellation token transitions, similar to how it was before.
Opened microsoft#7292 to track addition of UTs for Summarizer class.
An example of scenario to cover:
I almost made a regression around cancellation and last summaries - my initial approach to introducing cancellation token made Summarizer.stop() to also cancel cancellation token (coordinator), which made last summary running not possible (see PR #7230)
Overall, it would be nice to figure out a way to test it.
The text was updated successfully, but these errors were encountered: