open-nomad/testutil
Michael Schurter 1c9ccdeab5 tests: fix races caused by sharing a buffer
httptest.ResponseRecorder exposes a bytes.Buffer which we were reading
and writing concurrently to test streaming log APIs. This is a race, so
I wrapped the struct in a lock with some helpers.
2018-10-16 16:56:55 -07:00
..
responsewriter.go tests: fix races caused by sharing a buffer 2018-10-16 16:56:55 -07:00
server.go
slow.go
vault.go add a vault test matrix 2018-09-19 10:18:10 -07:00
wait.go client: set host name when migrating over tls 2018-09-05 17:24:17 -07:00
wait_test.go