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
What would you like to be added:
The UT in components/lock/zookeeper/zookeeper_lock_test.go is not stable. Sometimes some lines of components/lock/zookeeper/zookeeper_lock.go are not covered in the UT and will lead to decreased test coverage.
For example , codecov reports it in #678 (comment)
It's because some code runs in a seperated goroutine. At the end of the test, the goroutine has not been executed:
We should make the test coverage stable
Why is this needed:
No more codecov warning
The text was updated successfully, but these errors were encountered:
What would you like to be added:
The UT in
components/lock/zookeeper/zookeeper_lock_test.go
is not stable. Sometimes some lines ofcomponents/lock/zookeeper/zookeeper_lock.go
are not covered in the UT and will lead to decreased test coverage.For example , codecov reports it in #678 (comment)
It's because some code runs in a seperated goroutine. At the end of the test, the goroutine has not been executed:
We should make the test coverage stable
Why is this needed:
No more codecov warning
The text was updated successfully, but these errors were encountered: