From: | Evgeny <evorop(at)gmail(dot)com> |
---|---|
To: | Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Evgeny Voropaev <evgeny(dot)voropaev(at)tantorlabs(dot)com> |
Cc: | x4mmm(at)yandex-team(dot)ru, aleksander(at)timescale(dot)com, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Elimination of the repetitive code at the SLRU bootstrap functions. |
Date: | 2025-03-11 09:12:10 |
Message-ID: | 2389aadf-5420-4476-b984-fccb28fa3510@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello Hackers!
On 11 March 2025, the CI job failed
(https://cirrus-ci.com/task/5453963400577024)
The issue occurred in the test ‘pg_amcheck/t/002_nonesuch.pl .
Log:
Log output:
--------------------------------------------------------------------------------------
[11:40:20.527](0.000s) not ok 18 - checking with a non-existent user
stderr /(?^:role "no_such_user" does not exist)/
[11:40:20.527](0.000s) # Failed test 'checking with a non-existent
user stderr /(?^:role "no_such_user" does not exist)/'
# at C:/cirrus/src/bin/pg_amcheck/t/002_nonesuch.pl line 86.
[11:40:20.527](0.000s) # 'pg_amcheck: error:
connection to server on socket
"C:/Windows/TEMP/AtJUArHHFu/.s.PGSQL.17536" failed: server closed the
connection unexpectedly
# This probably means the server terminated abnormally
# before or while processing the request.
# '
# doesn't match '(?^:role "no_such_user" does not exist)'
# Running: pg_amcheck template1
----------------------------------------------------------------------------------
It appears to be a flickering issue that regularly occurs on the Windows
platform and is not related to the patch.
For the purpose of restarting the CI job, I have attached the 5th
version of the patch. It is identical to v4, except for the version
number increment, which helps prevent duplicate attachment names in this
thread.
Best regards,
Evgeny Voropaev.
Attachment | Content-Type | Size |
---|---|---|
v5-0001-Elimination-of-the-repetitive-code-at-the-SLRU-bo.patch | text/x-patch | 21.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Anthonin Bonnefoy | 2025-03-11 09:26:32 | Re: Memory context can be its own parent and child in replication command |
Previous Message | Álvaro Herrera | 2025-03-11 09:07:52 | Re: NOT ENFORCED constraint feature |