Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This test was jumping through hoops in order to combine a cluster stopper, with its own Tracer, with calling into a node, which has a different Tracer. Normally combining Tracers like that is illegal, but the test was making sure to force the Stopper to create "sterile" spans for its tasks, which are exempt from this restriction about combining them with other Tracers, for arcane reasons. This patch switches the test to a more straight-forward hoop: don't use a context created by the stopper when calling into the node. Besides being simpler, this is needed cause the exception for sterile spans is going away. Release note: None Epic: None
- Loading branch information