Daniel Nephin 970f5d78ec agent: fix two data race in agent tests
The LogOutput io.Writer used by TestAgent must allow concurrent reads and writes, and a
bytes.Buffer does not allow this. The bytes.Buffer must be wrapped with a lock to make this safe.
2021-07-14 18:58:16 -04:00
..
2020-12-07 13:42:55 -05:00
2021-07-13 12:31:49 -04:00
2021-03-22 10:16:41 +01:00
2021-06-21 15:54:40 -04:00
2021-07-09 12:17:45 -04:00