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