From: | Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix pgbench permute tests. |
Date: | 2021-05-19 11:57:00 |
Message-ID: | E1ljKou-0000tW-Fe@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix pgbench permute tests.
One of the tests for the pgbench permute() function added by
6b258e3d68 fails on some 32-bit platforms, due to variations in the
floating point computations in getrand(). The remaining tests give
sufficient coverage, so just remove the failing test.
Reported by Christoph Berg. Analysis by Thomas Munro and Tom Lane.
Based on patch by Fabien Coelho.
Discussion: https://postgr.es/m/YKQnUoYV63GRJBDD@msg.df7cb.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0f516d039d8023163e82fa51104052306068dd69
Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 11 -----------
1 file changed, 11 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2021-05-19 15:01:38 | pgsql: doc: add xreflabel for libpq chapter, needed for PG 14 relnotes |
Previous Message | Fujii Masao | 2021-05-19 04:50:52 | pgsql: Make standby promotion reset the recovery pause state to 'not pa |