Sigh, I pushed an infinite-loop test in HEAD

Lists: buildfarm-members
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: buildfarm-members(at)postgresql(dot)org
Subject: Sigh, I pushed an infinite-loop test in HEAD
Date: 2016-12-02 22:35:38
Message-ID: 523.1480718138@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: buildfarm-members

Slower PG buildfarm members might find that the test I added in commit
b3427dade14cc31eb48740bc9ea98b5954470b24 proves to be an infinite loop.
If your critter would have started a run in the last two hours or so,
please check it and see if there's a postgres process that's consuming
100% CPU and has been for more than a minute or so. If so, "kill -TERM"
should be enough to fix it. I've pushed a correction, so tests starting
in future should be fine.

Sorry about that :-(

regards, tom lane