Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #201 Graceful exit on SIGTERM + cosmetic fixes #208

Merged
merged 5 commits into from
Mar 7, 2024
Merged

Conversation

vasdommes
Copy link
Collaborator

  • Graceful exit on SIGTERM #201
    At start of each iteration, SDPB checks for SIGTERM signal. If signal is caught, SDPB saves checkpoint, prints message and exits with code=15 (=SIGTERM).
  • Some cosmetic updates

Save checkpoint, print message and exit with code=15 (=SIGTERM)
…edence

Before:
ASSERT_EQUAL(a == b, c == d) -> a == b == c == d
After:
ASSERT_EQUAL(a == b, c == d) -> (a == b) == (c == d)
@vasdommes vasdommes added this to the 2.8.0 milestone Mar 7, 2024
@vasdommes vasdommes self-assigned this Mar 7, 2024
@vasdommes vasdommes merged commit 8b86588 into master Mar 7, 2024
2 checks passed
@vasdommes vasdommes deleted the sigterm-etc branch March 7, 2024 21:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant