82b65899a1
These tests have a data race where the test assertion is reading a value that's being set in the `listenFunc` goroutines that are subscribing to registry update events. Move the assertion into the subscribing goroutine to remove the race. This bug was discovered in #12098 but does not impact production Nomad code. |
||
---|---|---|
.. | ||
registry.go | ||
registry_test.go |