Re: Improving tracking/processing of buildfarm test failures

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improving tracking/processing of buildfarm test failures
Date: 2024-10-01 14:00:00
Message-ID: 42501f21-9946-0b96-f644-b6b72929c7cf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello hackers,

Please take a look at the September report on buildfarm failures:
# SELECT br, count(*) FROM failures WHERE dt >= '2024-09-01' AND
 dt < '2024-10-01' GROUP BY br;
REL_12_STABLE: 12
REL_13_STABLE: 11
REL_14_STABLE: 12
REL_15_STABLE: 22
REL_16_STABLE: 35
REL_17_STABLE: 19
master: 33
-- Total: 144
(Counting test failures only, excluding indent-check, Configure, Build
errors.)

# SELECT COUNT(*) FROM (SELECT DISTINCT issue_link FROM failures WHERE
 dt >= '2024-09-01' AND dt < '2024-10-01');
16

# SELECT issue_link, count(*) FROM failures WHERE dt >= '2024-09-01' AND
 dt < '2024-10-01' GROUP BY issue_link ORDER BY 2 DESC LIMIT 6;
https://www.postgresql.org/message-id/ZuOKOut5hhDlf_bP@nathan: 51
-- Fixed

https://www.postgresql.org/message-id/20240924224352.93.nmisch@google.com: 31
-- Fixed

https://www.postgresql.org/message-id/a9a97e83-9ec8-5de5-bf69-80e9560f5345@gmail.com: 8
-- An environmental issue?; still not fixed

https://www.postgresql.org/message-id/657815a2-5a89-fcc1-1c9d-d77a6986bc26@gmail.com: 5

https://www.postgresql.org/message-id/CA+HiwqHZKNKOOcutAuzLmAWxEk-T+bgCMCT4nm6QEng0XRHBwQ@mail.gmail.com: 3
-- Fixed

https://www.postgresql.org/message-id/ZuOKOut5hhDlf_bP%40nathan: 3

# SELECT count(*) FROM failures WHERE dt >= '2024-09-01' AND
 dt < '2024-10-01' AND issue_link IS NULL; -- Unsorted/unhelpful failures
28

Short-lived failures: 91

Also please find attached the updated script I use to check the failures.

Best regards,
Alexander

Attachment Content-Type Size
check-bf-failures.sh application/x-shellscript 2.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2024-10-01 14:36:09 Re: First draft of PG 17 release notes
Previous Message Aleksey Demakov 2024-10-01 13:51:35 coupling of index and table access methods