Codebase list golang-github-go-kit-kit / b04b2e2
add failing test for cloudwatch metrics, that are not reset Eric Feliksik 6 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
7878 }
7979 if err := teststat.TestCounter(counter, valuef); err != nil {
8080 t.Fatal(err)
81 }
82 if err := teststat.TestCounter(counter, valuef); err != nil {
83 t.Fatal("Fill and flush counter 2nd time: ", err)
8184 }
8285 if err := testDimensions(svc, name, label, value); err != nil {
8386 t.Fatal(err)