Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flakey windows unit test - TestStatsInactivityTimeout #1918

Closed
fenxiong opened this issue Mar 1, 2019 · 1 comment
Closed

Flakey windows unit test - TestStatsInactivityTimeout #1918

fenxiong opened this issue Mar 1, 2019 · 1 comment

Comments

@fenxiong
Copy link
Contributor

fenxiong commented Mar 1, 2019

Summary

TestStatsInactivityTimeout failed in travis.

=== RUN   TestStatsInactivityTimeout
--- FAIL: TestStatsInactivityTimeout (0.30s)
    <autogenerated>:1: 
        	Error Trace:	docker_client_test.go:1086
        	Error:      	Expected nil, but got: &types.Stats{Read:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, PreRead:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, PidsStats:types.PidsStats{Current:0x0, Limit:0x0}, BlkioStats:types.BlkioStats{IoServiceBytesRecursive:[]types.BlkioStatEntry(nil), IoServicedRecursive:[]types.BlkioStatEntry(nil), IoQueuedRecursive:[]types.BlkioStatEntry(nil), IoServiceTimeRecursive:[]types.BlkioStatEntry(nil), IoWaitTimeRecursive:[]types.BlkioStatEntry(nil), IoMergedRecursive:[]types.BlkioStatEntry(nil), IoTimeRecursive:[]types.BlkioStatEntry(nil), SectorsRecursive:[]types.BlkioStatEntry(nil)}, NumProcs:0x0, StorageStats:types.StorageStats{ReadCountNormalized:0x0, ReadSizeBytes:0x0, WriteCountNormalized:0x0, WriteSizeBytes:0x0}, CPUStats:types.CPUStats{CPUUsage:types.CPUUsage{TotalUsage:0x0, PercpuUsage:[]uint64(nil), UsageInKernelmode:0x0, UsageInUsermode:0x0}, SystemUsage:0x64, OnlineCPUs:0x0, ThrottlingData:types.ThrottlingData{Periods:0x0, ThrottledPeriods:0x0, ThrottledTime:0x0}}, PreCPUStats:types.CPUStats{CPUUsage:types.CPUUsage{TotalUsage:0x0, PercpuUsage:[]uint64(nil), UsageInKernelmode:0x0, UsageInUsermode:0x0}, SystemUsage:0x0, OnlineCPUs:0x0, ThrottlingData:types.ThrottlingData{Periods:0x0, ThrottledPeriods:0x0, ThrottledTime:0x0}}, MemoryStats:types.MemoryStats{Usage:0x32, MaxUsage:0x0, Stats:map[string]uint64(nil), Failcnt:0x0, Limit:0x0, Commit:0x0, CommitPeak:0x0, PrivateWorkingSet:0x0}}
        	Test:       	TestStatsInactivityTimeout

Description

Expected Behavior

Test passes.

Observed Behavior

Test failed.

Environment Details

Supporting Log Snippets

@fenxiong
Copy link
Contributor Author

fenxiong commented Apr 8, 2019

#1977 fixed this. closing

@fenxiong fenxiong closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants