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