open-nomad/command/agent/host
Tim Gross cc9b480996
testing: setting env var incompatible with parallel tests (#14405)
Neither the `os.Setenv` nor `t.Setenv` helper are safe to use in parallel tests
because environment variables are process-global. The stdlib panics if you try
to do this. Remove the `ci.Parallel()` call from all tests where we're setting
environment variables.
2022-08-30 14:49:03 -04:00
..
darwin.go gofmt all the files 2021-10-01 10:14:28 -04:00
host.go client: add NOMAD_LICENSE to default env deny list 2021-09-21 13:51:17 -07:00
host_test.go testing: setting env var incompatible with parallel tests (#14405) 2022-08-30 14:49:03 -04:00
linux.go gofmt all the files 2021-10-01 10:14:28 -04:00
network.go
unix.go gofmt all the files 2021-10-01 10:14:28 -04:00
windows.go gofmt all the files 2021-10-01 10:14:28 -04:00