Possible infinite loop on buildfarm animals - Mailing list buildfarm-members

From Tom Lane
Subject Possible infinite loop on buildfarm animals
Date
Msg-id 2530379.1710528134@sss.pgh.pa.us
Whole thread Raw
Responses Re: Possible infinite loop on buildfarm animals
List buildfarm-members
Between approximately 11:05 UTC and 13:25 UTC today (15 Mar 2024),
the Postgres git repo contained a buggy test recipe that caused
an infinite loop that will eventually exhaust disk space.
If you have any animals that might have launched a test run on
HEAD in that interval, you might want to check up on them.
A manual kill of the process that's consuming 100% CPU should
be enough to get out of it.

Another idea to consider is to set the wait_timeout parameter
in your animals' configuration files, to put an upper bound
on the total elapsed time for a run.  By default that's
infinite, since it's really hard to select a one-size-fits-all
value ... but it's a good backstop if you don't mind picking
machine-specific limits.

            regards, tom lane



buildfarm-members by date:

Previous
From: Nathan Bossart
Date:
Subject: 413 Request Entity Too Large
Next
From: Noah Misch
Date:
Subject: Re: Possible infinite loop on buildfarm animals