Skip to content

chore: fix develop processes not killing #1083

New issue

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

Merged
merged 1 commit into from
Apr 20, 2022
Merged

chore: fix develop processes not killing #1083

merged 1 commit into from
Apr 20, 2022

Conversation

jsjoeio
Copy link
Contributor

@jsjoeio jsjoeio commented Apr 19, 2022

While running the ./develop.sh script locally and then hitting Ctrl+C to kill, it doesn't always kill the processes. After reading this StackOverflow answer, it seems like we need to add wait.

@jsjoeio jsjoeio self-assigned this Apr 19, 2022
@jsjoeio jsjoeio requested a review from a team April 19, 2022 16:20
@presleyp presleyp requested a review from kylecarbs April 19, 2022 16:29
@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #1083 (376b686) into main (c8246e3) will decrease coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1083      +/-   ##
==========================================
- Coverage   66.79%   66.67%   -0.12%     
==========================================
  Files         262      262              
  Lines       15653    15660       +7     
  Branches      152      152              
==========================================
- Hits        10456    10442      -14     
- Misses       4136     4154      +18     
- Partials     1061     1064       +3     
Flag Coverage Δ
unittest-go-macos-latest 53.28% <ø> (-0.32%) ⬇️
unittest-go-postgres- 65.95% <ø> (-0.02%) ⬇️
unittest-go-ubuntu-latest 55.93% <ø> (+0.05%) ⬆️
unittest-go-windows-2022 52.95% <ø> (+0.03%) ⬆️
unittest-js 67.96% <ø> (ø)
Impacted Files Coverage Δ
pty/start_other.go 64.70% <0.00%> (-23.53%) ⬇️
provisionersdk/serve.go 35.13% <0.00%> (-8.11%) ⬇️
provisionersdk/transport.go 78.72% <0.00%> (-6.39%) ⬇️
provisioner/echo/serve.go 56.80% <0.00%> (-2.41%) ⬇️
provisionerd/provisionerd.go 80.14% <0.00%> (-1.77%) ⬇️
coderd/provisionerdaemons.go 59.34% <0.00%> (-1.03%) ⬇️
peer/conn.go 78.17% <0.00%> (-1.02%) ⬇️
coderd/rbac/role.go 100.00% <0.00%> (ø)
scripts/apitypings/main.go 0.00% <0.00%> (ø)
agent/usershell/usershell_darwin.go 100.00% <0.00%> (ø)
... and 23 more

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 c8246e3...376b686. Read the comment docs.

@greyscaled greyscaled changed the title chore(develop): fix processes not killing chore: fix processes not killing Apr 19, 2022
@greyscaled greyscaled changed the title chore: fix processes not killing chore: fix develop processes not killing Apr 19, 2022
@greyscaled greyscaled requested review from deansheather and removed request for a team April 19, 2022 18:19
@jsjoeio jsjoeio merged commit 44f68b5 into main Apr 20, 2022
@jsjoeio jsjoeio deleted the jsjoeio/fix-develop branch April 20, 2022 14:34
@misskniss misskniss added this to the V2 Beta milestone May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants