skipper
skipper copied to clipboard
feat: added leakage verification
To avoid defects and resource waste we can use uber's goleak to detect goroutine leakages.
Added
- uber-go/goleak library
- main_test files to test leakage in all test package tests (eskipfile, filters/serve and dataclients/kubernets)
Related to #1989
Related to #2051
Please do rebase with signoff to fix DCO, thanks!
@alexandreliberato can you please pull and rebase your commit on the current master?
It will fix the test errors, that blocks the PR from merging.
And then you need to run git amend --signoff before push -f and have the DCO also fixed.
https://github.com/zalando/skipper/pull/2128