mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
hopefully fixes:
```
TestOversubscription/testExec:
oversubscription_test.go:57: submitting job: "./input/exec.hcl"
oversubscription_test.go:72:
oversubscription_test.go:72: expected condition to pass within wait context
↪ error: wait: timeout exceeded: expect '31457280' in stdout, got: 'stat {...}/cat.stdout.0: no such file or directory'
```
and in separate runs,
```
TestTaskAPI/testTaskAPI_Auth:
taskapi_test.go:85:
taskapi_test.go:85: expected string to have suffix
↪ suffix: Unauthorized
↪ string:
```
```
TestTaskAPI/testTaskAPI_Auth:
taskapi_test.go:85:
taskapi_test.go:85: expected string to have suffix
↪ suffix: Forbidden
↪ string:
```