pg_upgrade test chatter - Mailing list pgsql-hackers

From Bossart, Nathan
Subject pg_upgrade test chatter
Date
Msg-id DCBAE0E4-BD56-482F-8A70-7FD0DC0860BE@amazon.com
Whole thread Raw
Responses Re: pg_upgrade test chatter
List pgsql-hackers
Hi hackers,

I run 'make check-world' a lot, and I typically use parallelism and
redirect stdout to /dev/null as suggested in the docs [0].  This seems
to eliminate all of the test chatter except for this one message:

        NOTICE:  database "regression" does not exist, skipping

This is emitted by the installcheck-parallel run in the pg_upgrade
test.  Sending stderr to stdout clears it up, but presumably we don't
want to miss other errors, too.  We could also just create the
database it is trying to drop to silence the NOTICE.  This is what the
attached patch does.

This is admittedly just a pet peeve, but maybe it is bothering others,
too.

Nathan

[0] https://www.postgresql.org/docs/devel/regress-run.html


Attachment

pgsql-hackers by date:

Previous
From: Zhihong Yu
Date:
Subject: Re: UPDATE on Domain Array that is based on a composite key crashes
Next
From: Tom Lane
Date:
Subject: Re: pg_upgrade test chatter