Looking to monitor which backends are in use during migration
rm coverage.txt; go test -timeout=30s -race -coverprofile=coverage.txt github.com/uber/kraken/lib/blobrefresh --tags "unit"
ok github.com/uber/kraken/lib/blobrefresh 0.824s coverage: 71.1% of statements
It looks like mocks and tests are in degraded state so only showing test for modified package with tests.
Looking to monitor which backends are in use during migration
It looks like mocks and tests are in degraded state so only showing test for modified package with tests.