On Wed, Mar 23, 2022 at 10:37 PM Andres Freund <and...@anarazel.de> wrote: > > Hi, > > On 2022-03-23 22:29:40 +0530, Dilip Kumar wrote: > > I could not see any reason for it to fail, and I could not reproduce > > it either. Is it possible to access the server log for this cfbot > > failure? > > Yes, near the top, below the cpu / memory graphs, there's a file > navigator. Should have all files ending with *.log or starting with > regress_log_*.
Okay, I think I have found the reasoning for this failure, basically, if we see the below logs then the second statement is failing with foobar5 already exists and that is because some of the above test case is conditionally generating the same name. So the fix is to use a different name. 2022-03-23 13:53:54.554 UTC [32647][client backend] [020_createdb.pl][3/12:0] LOG: statement: CREATE DATABASE foobar5 TEMPLATE template0 LOCALE_PROVIDER icu ICU_LOCALE 'en'; ...... 2022-03-23 13:53:55.374 UTC [32717][client backend] [020_createdb.pl][3/46:0] LOG: statement: CREATE DATABASE foobar5 STRATEGY file_copy TEMPLATE foobar2; 2022-03-23 13:53:55.390 UTC [32717][client backend] [020_createdb.pl][3/46:0] ERROR: database "foobar5" already exists -- Regards, Dilip Kumar EnterpriseDB: http://www.enterprisedb.com