Files
nomad/client/allocrunner/taskrunner
Tim Gross 13bc6d6d8a 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
..
2022-08-24 17:43:07 -04:00
2022-07-11 13:34:05 -04:00
2022-08-24 17:43:07 -04:00
2019-12-13 11:21:00 -05:00
2022-08-24 17:43:07 -04:00