You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ran the same tests on master but could not confirm the problem.
It seems rather unusual that from 0.9.1 to 0.9.2 something like the Metric was undefined. @lvrach pls provide the exact way to reproduce the problem. @cosmix@k0st1s could you pls confirm the problem too?
Issue
I get the following error when running the tests of a specific package:
However when I run:
go test ./...
It succeeds, but first updates my go.mod file :It a bit wired behavior, If I had to guess is something related with this one:
prometheus/client_golang#501
After adding the v0.9.2, everything works fine
Solution
I would suggest upgrading the client_golang to v0.9.2
The text was updated successfully, but these errors were encountered: