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
test: CheckForExistingPostmaster implementation easier to test (cloudnative-pg#370)
We weren't testing the positive case in our unit tests, that is when the
`postmaster` process actually exists.
In order to do that, the implementation of `CheckForExistingPostmaster`
had to be changed to allow the code to inject a custom process name.
Closescloudnative-pg#369
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
0 commit comments