From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Run most pg_dump and pg_dumpall tests with --no-sync |
Date: | 2017-04-10 23:57:15 |
Message-ID: | E1cxjBL-000456-SB@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Run most pg_dump and pg_dumpall tests with --no-sync
Commit 96a7128b made pg_dump and pg_dumpall sync their output by
default. However, there's no great need for that in testing, and it
could impose a performance penalty, so we add the --no-sync flag to most
of the test cases.
Michael Paquier
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/3820c63da8d0e59e2bd4476e91968f03be5dd041
Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 96 +++++++++++++++++++++--------
src/bin/pg_dump/t/010_dump_connstr.pl | 14 ++---
src/bin/pg_upgrade/test.sh | 4 +-
src/test/modules/test_pg_dump/t/001_base.pl | 79 +++++++++++++++++-------
4 files changed, 136 insertions(+), 57 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2017-04-11 04:22:18 | Re: pgsql: Use SASLprep to normalize passwords for SCRAM authentication. |
Previous Message | Peter Eisentraut | 2017-04-10 19:14:07 | pgsql: Use weaker locks when updating pg_subscription_rel |