This project is mirrored from https://gitee.com/mirrors_trending/clutch.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 18 May, 2021 5 commits
  2. 17 May, 2021 3 commits
  3. 14 May, 2021 4 commits
  4. 13 May, 2021 3 commits
  5. 12 May, 2021 2 commits
  6. 11 May, 2021 2 commits
  7. 10 May, 2021 5 commits
  8. 07 May, 2021 2 commits
  9. 04 May, 2021 1 commit
  10. 03 May, 2021 12 commits
  11. 29 Apr, 2021 1 commit
    • Snow Pettersen's avatar
      experimentation: speed up integration testing (#1379) · 5a1c1073
      Snow Pettersen authored
      Cuts down the time to run integration tests in several ways:
      
      - Build the Go binaries on the host system, allowing for reuse of cached artifacts (build, go mod, etc.)
      - Use smaller Docker containers. We go from needing to pull golang and envoyproxy/envoy to pulling alpine and envoyproxy/envoy-alpine, which results in substantially shorter download times
      - Set the grace period of the envoy container to 0, this issues a KILL immediately instead of waiting for up to 10s for envoy to handle a TERM
      5a1c1073