Skip to content
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

Sending SIGINT/SIGTERM to the process started by clarinet dev start doesn't trigger a graceful shutdown #1391

Open
2snEM6 opened this issue Mar 25, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@2snEM6
Copy link

2snEM6 commented Mar 25, 2024

Describe the bug
When sending a SIGINT or SIGTERM to the clarinet process spawned when executing clarinet dev start does not trigger a graceful shutdown. Instead, it kills the process ungracefully

To Reproduce

  1. Run clarinet dev start
  2. Run ps -a | grep clarinet in another terminal session and grab the PID
  3. Run kill -TERM <PID> or kill -INT <PID>

Expected behavior
The clarinet process should trigger a graceful shutdown whenever SIGINT or SIGTERM signals are received

Environment (please complete the following information):

  • OS (version): MacOS Ventura 13.2
  • Docker version: Orbstack latest version
  • Clarinet version: 2.2.1
@hugocaillard hugocaillard self-assigned this Apr 15, 2024
@hugocaillard hugocaillard added the good first issue Good for newcomers label Jul 11, 2024
@hugocaillard hugocaillard removed their assignment Jul 26, 2024
@tippenein tippenein self-assigned this Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants