Re: Regression tests for MobilityDB: Continous shutdowns at a random step

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Esteban Zimanyi <esteban(dot)zimanyi(at)ulb(dot)be>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Regression tests for MobilityDB: Continous shutdowns at a random step
Date: 2021-08-25 15:34:09
Message-ID: 583108.1629905649@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Esteban Zimanyi <esteban(dot)zimanyi(at)ulb(dot)be> writes:
> However, I continuously receive at a random step in the process the
> following error in the log file

> 2021-08-25 16:48:13.608 CEST [22375] LOG: received fast shutdown request

This indicates that something sent the postmaster SIGINT.
You need to look around for something in your test environment
that would do that. Possibly you need to decouple the test
processes from your terminal session?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-08-25 16:39:59 Re: [PATCH] document
Previous Message Matthias van de Meent 2021-08-25 15:28:54 Re: PostgreSQL <-> Babelfish integration