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. 04 Aug, 2022 3 commits
  2. 03 Aug, 2022 12 commits
  3. 02 Aug, 2022 15 commits
  4. 01 Aug, 2022 8 commits
  5. 28 Jul, 2022 2 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