Skip to content

removing goroutine leak#1871

Merged
balopat merged 1 commit intoGoogleContainerTools:masterfrom
balopat:fix_poll_trigger_go_routine_leak
Mar 23, 2019
Merged

removing goroutine leak#1871
balopat merged 1 commit intoGoogleContainerTools:masterfrom
balopat:fix_poll_trigger_go_routine_leak

Conversation

@balopat
Copy link
Copy Markdown
Contributor

@balopat balopat commented Mar 23, 2019

Fixes #1867.

We should add goroutine leak detection to our tests!

It looks like this fix ran 7 times here without an issue - hopefully it will get up to 10: https://travis-ci.org/GoogleContainerTools/skaffold/builds/510176794
Before, this broke on the first 4 trials.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #1871 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1871      +/-   ##
==========================================
+ Coverage   49.47%   49.48%   +<.01%     
==========================================
  Files         168      168              
  Lines        7353     7354       +1     
==========================================
+ Hits         3638     3639       +1     
  Misses       3361     3361              
  Partials      354      354
Impacted Files Coverage Δ
pkg/skaffold/watch/triggers.go 52.77% <100%> (+0.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b5ac57...e062ee6. Read the comment docs.

@balopat balopat merged commit 33a7c68 into GoogleContainerTools:master Mar 23, 2019
ottonello pushed a commit to ottonello/skaffold that referenced this pull request Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

go 1.12.1 issue on mac/Travis timeout

4 participants