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

2021-08-25 Thread Tom Lane
Esteban Zimanyi 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

Regression tests for MobilityDB: Continous shutdowns at a random step

2021-08-25 Thread Esteban Zimanyi
Hello While executing the regression tests for MobilityDB I load a predefined database on which I run the tests and then compare the results obtained with those expected. All the tests are driven by the following bash file https://github.com/MobilityDB/MobilityDB/blob/develop/test/scripts/test.sh