Skip to content
Snippets Groups Projects
Select Git revision
  • ba680b10dac61d15f45bb024fd2262e102a5247a
  • master default protected
  • reprovide-sweep-enabled
  • staging
  • fast-provide
  • release
  • release-v0.38.2
  • docs/provide-stats-clarity
  • feat/test-slog-interop
  • feat/get-closest-peers
  • dependabot/github_actions/github/codeql-action-4
  • release-v0.38.1
  • release-v0.38.0
  • feat/gateway-max-range-request-file-size
  • dag-stat-progress-improvement
  • fix/car-blocked-cids
  • release-v0.37.0
  • copilot/fix-859994d3-9d4e-4a8e-bea3-58b58c75a399
  • fix/panic-and-zombie-daemons
  • chore-golangci-v2
  • config-reprovider-test
  • v0.38.2
  • v0.38.1
  • v0.38.0
  • v0.38.0-rc2
  • v0.38.0-rc1
  • v0.37.0
  • v0.37.0-rc1
  • v0.36.0
  • v0.36.0-rc2
  • v0.36.0-rc1
  • v0.35.0
  • v0.35.0-rc2
  • v0.35.0-rc1
  • v0.34.1
  • v0.34.0
  • v0.34.0-rc2
  • v0.34.0-rc1
  • v0.33.2
  • v0.33.1
  • v0.33.0
41 results

test-lib.sh

Blame
  • user avatar
    Steven Allen authored
    Before, we'd check to make sure the repo, when checked through a symlink, is at
    least as large as the repo *before* we checked it through the symlink. However,
    this assumes that the repo can't shrink.
    
    Really, this test exists to ensure we measure the repo size itself instead of
    the size of the symlink; this commit changes the test to reflect this.
    
    This test fails when 54d7e033 is reverted.
    
    fixes #4408
    
    License: MIT
    Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
    ba680b10
    History
    test-lib.sh 9.52 KiB