Re: Raising the SCRAM iteration count

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: "Gregory Stark (as CFM)" <stark.cfm@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, "Jonathan S. Katz" <jkatz@postgresql.org>, Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-23T21:46:56Z
Lists: pgsql-hackers
> On 22 Mar 2023, at 04:14, Gregory Stark (as CFM) <stark.cfm@gmail.com> wrote:
> On Tue, 14 Mar 2023 at 14:54, Gregory Stark (as CFM)
> <stark.cfm@gmail.com> wrote:
>> 
>> CFBot is failing with this test failure... I'm not sure  if this just
>> represents a timing dependency or a bad test or what?
> 
> CFBot is now consistently showing these test failures. I think there
> might actually be a problem here?

I'm fairly convinced it's a timeout in the interactive psql session.  Given how
ugly the use of that is I'm sort of waiting for Andres' refactoring patch [0] to
commit this such that I can rewrite the test in a saner and more robust way.

--
Daniel Gustafsson

[0] https://commitfest.postgresql.org/42/4228/


Commits

  1. Test SCRAM iteration changes with psql \password

  2. Make SCRAM iteration count configurable