mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* adding new locks * adding initial testing * changelog * Update changelog/_9336.txt * fixing test to use proper error output * added additional locks on pops and last push. * fixing tests since I cant use t.Fatalf in a go func * adding rotation window, removing lock as reached a deadlock in test * removing locking from the OnFailure * removing unused locks. --------- Co-authored-by: JMGoldsmith <spartanaudio@gmail.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This commit is contained in:
parent
5b2f37614c
commit
26d18367a1
1 changed files with 3 additions and 0 deletions
3
changelog/_9336.txt
Normal file
3
changelog/_9336.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
core: Fixed issue where under certain circumstances the rotation manager would spawn goroutines indefinitely.
|
||||
```
|
||||
Loading…
Reference in a new issue