Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow ensuring ticker is stopped multiple times (hashicorp#20509)
When executing multi-stage, multi-namespace tests, stopping the ticker multiple times (via closing the StopTicker channel) results in a panic. Store whether or not we've stopped it once, and do not close it again. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
- Loading branch information