Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a960ac7

Browse files
Merge branch '20250228_002--try_shutdown' into D20250227_001--node-pid
2 parents 0402c4a + 45d2b17 commit a960ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def _try_shutdown(self, max_attempts, with_force=False):
483483

484484
# If force stopping is enabled and PID is valid
485485
if not with_force:
486-
return False
486+
return
487487

488488
node_pid = self.pid
489489
assert node_pid is not None

0 commit comments

Comments
 (0)