| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: psql tests hangs |
| Date: | 2023-05-10 04:58:22 |
| Message-ID: | CAFj8pRC8Gp8+p1FsnEudWZ6=X+9WwXaPcj5wS6aoaBmoC-Ky2A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | 吴昊 | 2023-05-10 05:24:38 | Re:Re: Feature: Add reloption support for table access method |
| Previous Message | Kirk Wolak | 2023-05-10 04:11:20 | Re: enhancing plpgsql debug api - hooks on statements errors and function errors |