Files
nats-server/server/auth_callout_test.go
Ivan Kozlovic b32d6b4e44 Fixed callout tests that were not doing cleanup causing data races
Because of the lack of `defer ac.Cleanup()` in some tests, the
accounts would still try to send conn updates, which was possibly
causing data races with some of the tests that change the
eventsHBInterval global variable.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2023-04-03 09:32:28 -06:00

42 KiB