Skip to content

Conversation

@dmitry-lipetsk
Copy link
Collaborator

@dmitry-lipetsk dmitry-lipetsk commented Dec 19, 2025

LocalOsOperation::kill

  • pid must be int
  • signal must be int or signal.Signals
  • 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 must be int
  • signal must be int or signal.Signals

New tests

  • test_kill
  • test_kill_signal

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