You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition: OS signals should still have the same behaviour in future stable Parsec versions.
Enforcement: Signal handlers must not be removed in Parsec.
Enforcement Check
Parsec currently answers to SIGTERM and SIGKILL. Those signals should still have the same behaviour on Parsec for future new versions.
This can only be checked via testing/code review. We can also add warnings in the code, move the relevent files in different modules.
Testing
For testing, those signals should be exerced for different versions of Parsec.
The text was updated successfully, but these errors were encountered:
All the existing signals should be tested and new tests should be created for the ones added.
Can also do the code separation thing as described in #392
Uh oh!
There was an error while loading. Please reload this page.
Definition: OS signals should still have the same behaviour in future stable Parsec versions.
Enforcement: Signal handlers must not be removed in Parsec.
Enforcement Check
Parsec currently answers to SIGTERM and SIGKILL. Those signals should still have the same behaviour on Parsec for future new versions.
This can only be checked via testing/code review. We can also add warnings in the code, move the relevent files in different modules.
Testing
For testing, those signals should be exerced for different versions of Parsec.
The text was updated successfully, but these errors were encountered: