Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util/stop: finish task span before Stop() returns
Before this patch, a task's span was finished after the stopper considered the task to be finished. This was a problem for a test who wanted to assume that, once stopper.Stop() returns, all task spans are finished - which is a reasonable contract to expect. This patch reorders the span finish accordingly. Fixes #83886 Release note: None Epic: None
- Loading branch information