Files
nomad/client
Tim Gross d2aab5d53d fix data race in dynamic plugin registry tests (#12554)
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.
2022-04-14 14:55:56 -04:00
..
2022-04-05 15:21:28 -05:00
2021-10-01 10:14:28 -04:00
2022-04-11 19:37:14 +02:00