CFBot has failures on 027_stream_regress for a number of patches

From: Greg Stark <stark(at)mit(dot)edu>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: CFBot has failures on 027_stream_regress for a number of patches
Date: 2022-03-28 19:28:20
Message-ID: CAM-w4HO+srORZ=AETdPoABHgUsfFpzN1LtKh3656s1+AQj3nKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I notice a number of patches have a failure in the cfbot on the
027_stream_regress test. I think these are related to a bug in that
test being discussed in a thread somewhere though I don't have it
handy. Is that right?

I think it doesn't indicate anything wrong with the individual patches right?

For an example the "Add checkpoint and redo LSN to LogCheckpointEnd
log message" patch which is a fairly simple patch adding a few details
to some log messages is failing with this which doesn't make much
sense since it shouldn't be affecting the actual recovery at all:

diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/cluster.out
/tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/cluster.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/cluster.out
2022-03-28 01:18:36.126774178 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/cluster.out
2022-03-28 01:23:24.489517050 +0000
@@ -467,7 +467,8 @@
where row(hundred, thousand, tenthous) <= row(lhundred, lthousand, ltenthous);
hundred | lhundred | thousand | lthousand | tenthous | ltenthous
---------+----------+----------+-----------+----------+-----------
-(0 rows)
+ 0 | 99 | 0 | 999 | 0 | 9999
+(1 row)

reset enable_indexscan;
reset maintenance_work_mem;

--
greg

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2022-03-28 19:31:00 Re: [PATCH v2] use has_privs_for_role for predefined roles
Previous Message Andres Freund 2022-03-28 19:27:25 Re: SQL/JSON: functions