We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f298a22 commit a4d76caCopy full SHA for a4d76ca
1 file changed
go/metrics/process_linux_test.go
@@ -37,7 +37,8 @@ func TestReadMemory_Integration(t *testing.T) {
37
if _, err := countOpenFDs(); err != nil {
38
t.Fatal(err)
39
}
40
- if secs, err := readCPUSeconds(); err != nil {
+ secs, err := readCPUSeconds()
41
+ if err != nil {
42
43
44
// jiffies can still be zero in a fast test before the scheduler charges CPU time
0 commit comments