✨ Priorityqueue: Enable per default #3995
Annotations
2 errors
|
lint
issues found
|
|
lint:
pkg/controller/priorityqueue/priorityqueue_test.go#L318
ginkgo-linter: use a function call in Eventually. This actually checks nothing, because Eventually receives the function returned value, instead of function itself, and this value is never changed. Consider using `Eventually(q.waiters.Load).Should(Equal(int64(1)))` instead (ginkgolinter)
|