Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgrespro/testgres.os_ops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.2
Choose a base ref
...
head repository: postgrespro/testgres.os_ops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 19, 2025

  1. version 1.0.0

    d.kovalenko committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    8032368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce82ff6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. OsOperation::kill is updated (#2)

    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.
    
    NOTE: 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_signal
    - test_kill
    - test_kill__unk_pid
    dmitry-lipetsk authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    81200bc View commit details
    Browse the repository at this point in the history
Loading