Skip to content

Conversation

@dmitry-lipetsk
Copy link
Collaborator

LocalOsOperation::kill

Changes:

  • pid and signal must be int
  • argument "expected_error" is not supported anymore (unification with RemoteOsOperation)
  • it uses os.kill function instead "kill" command from OS.

It brokes applications where expect_error is passed (testgres 1.12.0, for example).

OsOperation::kill and RemoteOsOperation

  • pid and signal must be int

Changes:
- pid and signal must be int
- argument "expected_error" is not supported anymore (unification with RemoteOsOperation)
- it uses os.kill function instead "kill" command from OS.

This commit brokes applications where expect_error is passed (testgres 1.12.0, for example).
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.

1 participant