Re: psql tests hangs

From: Kirk Wolak <wolakk(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Subject: Re: psql tests hangs
Date: 2023-05-11 20:37:52
Message-ID: CACLU5mTZmJrOgFjzt1HgiMjYkwbapJxt9tt+smXh27NO273Wag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 10, 2023 at 12:59 AM Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
wrote:

> Hi
>
> When I remove this test, then all tests passed
>
> diff --git a/src/bin/psql/t/001_basic.pl b/src/bin/psql/t/001_basic.pl
> index 596746de17..631a1a7335 100644
> --- a/src/bin/psql/t/001_basic.pl
> +++ b/src/bin/psql/t/001_basic.pl
> @@ -353,11 +353,6 @@ psql_like(
>
> # Check \watch
> # Note: the interval value is parsed with locale-aware strtod()
> -psql_like(
> - $node,
> - sprintf('SELECT 1 \watch c=3 i=%g', 0.01),
> - qr/1\n1\n1/,
> - '\watch with 3 iterations');
>
> # Check \watch errors
> psql_fails_like(
>
> Can somebody repeat this testing of FC38?
>
> Regards
>
> Pavel
>
> Can you change the 0.01 to just 1 or 0?

I assume it will work then! (and better than a full removal)?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2023-05-11 20:40:29 Re: Overhauling "Routine Vacuuming" docs, particularly its handling of freezing
Previous Message Jim Mlodgenski 2023-05-11 20:16:37 Re: Large files for relations