public inbox for [email protected]
help / color / mirror / Atom feedFrom: [email protected] <[email protected]>
To: [email protected] <[email protected]>
To: [email protected] <[email protected]>
To: [email protected] <[email protected]>
Subject: RE: doc: Document how to run regression tests with custom server settings
Date: Mon, 21 Jun 2021 07:43:06 +0000
Message-ID: <OS0PR01MB6113030CD04D4CE25F73B985FB0A9@OS0PR01MB6113.jpnprd01.prod.outlook.com> (raw)
Hi
I was doing regression testing according to the PG-doc at [1].
The modification at 854434c5 seems not correct, could you please take a check at it?
>make check PGOPTIONS="-c log_checkpoints=on -c work_mem=50MB"
The above command reported an error like this:
failed: FATAL: parameter "log_checkpoints" cannot be changed now
IMHO, as a sighup GUC, log_checkpoints can't be set in PGOPTIONS, is that correct?
>make check EXTRA_REGRESS_OPTS="--temp-config=test_postgresql.conf"
pg_regress: could not open "test_postgresql.conf" to read extra config: No such file or directory
I fixed above problem using command like this:
make check EXTRA_REGRESS_OPTS="--temp-config=$(pwd)/test_postgresql.conf"
Maybe we can change doc description to tell user he/she should specify the location of " test_postgresql.conf", thoughts?
[1] https://www.postgresql.org/docs/devel/regress-run.html
Regards,
Tang
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected]
Subject: RE: doc: Document how to run regression tests with custom server settings
In-Reply-To: <OS0PR01MB6113030CD04D4CE25F73B985FB0A9@OS0PR01MB6113.jpnprd01.prod.outlook.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox