pgsql: Change contrib/pg_test_fsync to control tests in terms of second - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Change contrib/pg_test_fsync to control tests in terms of second
Date
Msg-id E1RxKxB-0007CK-TC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change contrib/pg_test_fsync to control tests in terms of seconds per
test, rather than a number of test cycles.  Changes -o/cycles option to
-s/seconds.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0a8396e35e2e230da7539372b32968c0d959fba8

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |  108 ++++++++++++++++++--------------
doc/src/sgml/pgtestfsync.sgml         |    8 +-
2 files changed, 65 insertions(+), 51 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove new, intermittently failing regression test.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Document that the pg_test_fsync defaults allow the program to co