Package: golang-github-armon-go-metrics / 0.0~git20160307.0.f303b03-1

Metadata

Package Version Patches format
golang-github-armon-go-metrics 0.0~git20160307.0.f303b03-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 disable network tests.patch | (download)

statsite_test.go | 62 0 + 62 - 0 !
1 file changed, 62 deletions(-)

---
0002 fix inmem ratedenom.patch | (download)

inmem.go | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 revert commit b79a89c to fix tests
 The code cleanup commit in b79a89c breaks the unit tests. In particular 
 rateDenom becomes zero if nanoseconds are not used for the calculation 
 causing the Rate to become +Inf.