We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test in Matrixcube failed because of goroutine leaks.
=== RUN TestLogDBGetMaxIndexReturnsNoSavedLogErrorWhenMaxIndexIsNotSaved leak.go:138: Leaked goroutine: goroutine 141 [chan receive]: github.com/fagongzi/goetty/timewheel.(*TimeoutWheel).doTick(0xc0000c8080) /matrixcube/vendor/github.com/fagongzi/goetty/timewheel/timewheel.go:291 +0x105 created by github.com/fagongzi/goetty/timewheel.(*TimeoutWheel).Start /matrixcube/vendor/github.com/fagongzi/goetty/timewheel/timewheel.go:227 +0x291 leak.go:138: Leaked goroutine: goroutine 142 [chan receive]: github.com/fagongzi/goetty/timewheel.(*TimeoutWheel).doExpired(0xc0000c8080) /matrixcube/vendor/github.com/fagongzi/goetty/timewheel/timewheel.go:379 +0x85 created by github.com/fagongzi/goetty/timewheel.(*TimeoutWheel).Start /matrixcube/vendor/github.com/fagongzi/goetty/timewheel/timewheel.go:228 +0x305 --- FAIL: TestLogDBGetMaxIndexReturnsNoSavedLogErrorWhenMaxIndexIsNotSaved (5.16s)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Test in Matrixcube failed because of goroutine leaks.
The text was updated successfully, but these errors were encountered: