This is an automated email from the ASF dual-hosted git repository.

yjhjstz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit ca1ab7fc0c13267d996553e9319c8f16ae5d460d
Author: Brent Doil <[email protected]>
AuthorDate: Tue Jan 10 14:11:42 2023 -0500

    Remove FIXME in PosgresNode.pm
    
    The improved handling of postmaster.pid introduced in
    877c76c3c98 resolves this issue.
    
    Authored-by: Brent Doil <[email protected]>
---
 src/test/perl/PostgresNode.pm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm
index 86e4d8c207..0311824469 100644
--- a/src/test/perl/PostgresNode.pm
+++ b/src/test/perl/PostgresNode.pm
@@ -1186,9 +1186,6 @@ sub _update_pid
        my ($self, $is_running) = @_;
        my $name = $self->name;
 
-       #GPDB_12_MERGE_FIXME: somehow without this fails to find the pid file
-       sleep(1);
-
        # If we can open the PID file, read its first line and that's the PID we
        # want.
        if (open my $pidfile, '<', $self->data_dir . "/postmaster.pid")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to