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. 01 Aug, 2022 7 commits
  2. 28 Jul, 2022 4 commits
    • Tim Gross's avatar
      fix flaky `TestAgent_ProxyRPC_Dev` test (#13925) · e4cceab4
      Tim Gross authored
      This test is a fairly trivial test of the agent RPC, but the test setup waits
      for a short fixed window after the node starts to send the RPC. After looking at
      detailed logs for recent test failures, it looks like the node registration for
      the first node doesn't get a chance to happen before we make the RPC call. Use
      `WaitForResultUntil` to give the test more time to run in slower test
      environments, while allowing it to finish quickly if possible.
      e4cceab4
    • Tim Gross's avatar
      test: disable docker OOM detection test on cgroups v2 (#13928) · 2415d72b
      Tim Gross authored
      OOM detection under cgroups v2 is flaky under versions of `containerd` before
      v1.6.3, but our `containerd` dependency is transitive on `moby/moby`, who have
      not yet updated. Disable this test for cgroups v2 environments until we can
      update the dependency chain.
      2415d72b
    • Tim Gross's avatar
      deps: remove deprecated net/context (#13932) · ce14fc6e
      Tim Gross authored
      The `golang.org/x/net/context` package was merged into the stdlib as of go
      1.7. Update the imports to use the identical stdlib version. Clean up import
      blocks for the impacted files to remove unnecessary package aliasing.
      ce14fc6e
    • Lars Lehtonen's avatar
  3. 26 Jul, 2022 2 commits
  4. 25 Jul, 2022 2 commits
  5. 22 Jul, 2022 8 commits
  6. 21 Jul, 2022 9 commits
  7. 20 Jul, 2022 8 commits