This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 13 Sep, 2019 4 commits
  2. 12 Sep, 2019 5 commits
  3. 11 Sep, 2019 6 commits
  4. 10 Sep, 2019 2 commits
    • Tim Gross's avatar
      e2e: fixes for race conditions in testing (#6300) · 31f91cf4
      Tim Gross authored
      - In script checks, ensure we're running `Exec` against the new running
        allocation and not the earlier stopped one.
      - In script checks, allow `Exec` calls to error due to lack of pty when
        we use the exec to kill the task.
      - In `utils.go/RegisterAllocs`, force query for allocations to wait on
        wait index returned by registration call.
      31f91cf4
    • Tim Gross's avatar
      test: expand symlink for temp dir for macOS compatibility (#6303) · ae3488db
      Tim Gross authored
      On macOS, `os.TempDir` returns a symlinked path under `/var` which is
      outside of the directories shared into the VM used for Docker, and
      that fails tests using Docker that need that mount. If we expand the
      symlink to get the real path in `/private`, we're in the shared
      folders and can safely mount them.
      ae3488db
  5. 09 Sep, 2019 18 commits
  6. 06 Sep, 2019 5 commits