public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: Revert "Skip .DS_Store files in server side utils"
4+ messages / 2 participants
[nested] [flat]

* pgsql: Revert "Skip .DS_Store files in server side utils"
@ 2024-02-13 13:11  Daniel Gustafsson <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Daniel Gustafsson @ 2024-02-13 13:11 UTC (permalink / raw)
  To: [email protected]

Revert "Skip .DS_Store files in server side utils"

This reverts commit aeee173d229232f94acc61e7bfe81d40f56e478e.
Per failure reports from the buildfarm.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99cd749ce267fd9c0f6461b282f84f65ed9d8535

Modified Files
--------------
doc/src/sgml/protocol.sgml                   |  2 +-
doc/src/sgml/ref/pg_basebackup.sgml          |  3 +--
doc/src/sgml/ref/pg_rewind.sgml              |  5 ++---
src/backend/replication/basebackup.c         |  4 ----
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 16 ----------------
src/bin/pg_checksums/pg_checksums.c          |  4 ----
src/bin/pg_checksums/t/002_actions.pl        |  7 -------
src/bin/pg_rewind/filemap.c                  |  4 ----
src/bin/pg_rewind/t/003_extrafiles.pl        |  5 -----
9 files changed, 4 insertions(+), 46 deletions(-)



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* pgsql: Revert "Skip .DS_Store files in server side utils"
@ 2024-02-13 13:12  Daniel Gustafsson <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Daniel Gustafsson @ 2024-02-13 13:12 UTC (permalink / raw)
  To: [email protected]

Revert "Skip .DS_Store files in server side utils"

This reverts commit d3fdfdcd1c7f1b714a9a85b893d2c5afc60bea91.
Per failure reports from the buildfarm.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/077dec8b6c19152fb3f200610a89c5f71e4045ee

Modified Files
--------------
doc/src/sgml/protocol.sgml                   |  2 +-
doc/src/sgml/ref/pg_basebackup.sgml          |  3 +--
doc/src/sgml/ref/pg_rewind.sgml              |  5 ++---
src/backend/replication/basebackup.c         |  4 ----
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 16 ----------------
src/bin/pg_checksums/pg_checksums.c          |  4 ----
src/bin/pg_checksums/t/002_actions.pl        |  7 -------
src/bin/pg_rewind/filemap.c                  |  4 ----
src/bin/pg_rewind/t/003_extrafiles.pl        |  5 -----
9 files changed, 4 insertions(+), 46 deletions(-)



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* pgsql: Revert "Skip .DS_Store files in server side utils"
@ 2024-02-13 13:12  Daniel Gustafsson <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Daniel Gustafsson @ 2024-02-13 13:12 UTC (permalink / raw)
  To: [email protected]

Revert "Skip .DS_Store files in server side utils"

This reverts commit 76bb6dd2e56c14e947196e638f86982424c51254.
Per failure reports from the buildfarm.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/588f370b163db25ae38504088b17610123dcb315

Modified Files
--------------
doc/src/sgml/protocol.sgml                   |  2 +-
doc/src/sgml/ref/pg_basebackup.sgml          |  3 +--
doc/src/sgml/ref/pg_rewind.sgml              |  5 ++---
src/backend/replication/basebackup.c         |  4 ----
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 16 ----------------
src/bin/pg_checksums/pg_checksums.c          |  4 ----
src/bin/pg_checksums/t/002_actions.pl        |  7 -------
src/bin/pg_rewind/filemap.c                  |  4 ----
src/bin/pg_rewind/t/003_extrafiles.pl        |  5 -----
9 files changed, 4 insertions(+), 46 deletions(-)



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: pgsql: Revert "Skip .DS_Store files in server side utils"
@ 2024-05-06 12:40  Alvaro Herrera <[email protected]>
  parent: Daniel Gustafsson <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Alvaro Herrera @ 2024-05-06 12:40 UTC (permalink / raw)
  To: Daniel Gustafsson <[email protected]>; +Cc: [email protected]

On 2024-Feb-13, Daniel Gustafsson wrote:

> Revert "Skip .DS_Store files in server side utils"
> 
> This reverts commit aeee173d229232f94acc61e7bfe81d40f56e478e.
> Per failure reports from the buildfarm.

I think you jumped the gun on this one.  As far as I can tell, the
problem was this:

t/020_pg_receivewal.pl ... ok
# Looks like you planned 109 tests but ran 110.

So there was nothing actually wrong, you just needed to update the
number of tests in the plan.

Example report:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=serinus&dt=2024-02-13%2013%3A11%3A26

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
Si no sabes adonde vas, es muy probable que acabes en otra parte.






^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2024-05-06 12:40 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 13:11 pgsql: Revert "Skip .DS_Store files in server side utils" Daniel Gustafsson <[email protected]>
2024-05-06 12:40 ` Alvaro Herrera <[email protected]>
2024-02-13 13:12 pgsql: Revert "Skip .DS_Store files in server side utils" Daniel Gustafsson <[email protected]>
2024-02-13 13:12 pgsql: Revert "Skip .DS_Store files in server side utils" Daniel Gustafsson <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox