[COMMITTERS] pgsql: Allow up to 3 "-P 1" reports per thread in pgbench run of 2seco - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Allow up to 3 "-P 1" reports per thread in pgbench run of 2seco
Date
Msg-id E1dvRIu-0003MD-DL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow up to 3 "-P 1" reports per thread in pgbench run of 2 seconds.

There seems to be some considerable imprecision in the timing of -P
progress reports.  Nominally each thread ought to produce 2 reports
in this test, but about 10% of the time we only get one, and 1% of
the time we get three, as per buildfarm results so far.  Pending
further investigation, treat the last case as a "pass".  (I, tgl,
am suspicious that this still might not be lax enough, now that it's
obvious that the behavior is load-dependent; but there's not yet
buildfarm evidence to confirm that suspicion.)

Fabien Coelho

Discussion: https://postgr.es/m/26654.1505232433@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f574a7afb5c998d19dc3d981e45cb10267286ed

Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Remove contrib/chkpass
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Accept that server might not be able to send error in crash reco