Re: pgbench test failing on 14beta1 on Debian/i386 - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: pgbench test failing on 14beta1 on Debian/i386
Date
Msg-id CAEZATCWi4Ns5XXn2K07UBBJqVs7jJGdVmTkKM_fN-+AZnD_NTQ@mail.gmail.com
Whole thread Raw
In response to Re: pgbench test failing on 14beta1 on Debian/i386  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On Wed, 19 May 2021 at 12:07, Fabien COELHO <coelho@cri.ensmp.fr> wrote:
>
> Attached patch disactivates the test with comments to outline that there
> is an issue to fix… so it is *not* removed.
>

I opted to just remove the test rather than comment it out, since the
issue highlighted isn't specific to permute(). Also changing the PRNG
will completely change the results, so all the test values would
require rewriting, rather than it just being a case of uncommenting
the test and expecting it to work.

> I'm obviously okay with providing an alternate PRNG, let me know if this
> is the prefered option.
>

That's something for consideration in v15. If we do decide we want a
new PRNG, it should apply across the board to all pgbench random
functions.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Mathis Rudolf
Date:
Subject: Alias collision in `refresh materialized view concurrently`
Next
From: David Rowley
Date:
Subject: Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?