Re: 002_pg_upgrade is broken for custom install

2025-04-04 Thread Álvaro Herrera
On 2025-Apr-04, Ashutosh Bapat wrote: > # test failed > stderr: > # Tests were run but no plan was declared and done_testing() was not seen. > # Looks like your test exited with 29 just after 4. > > Doesn't look like it's expected. Nope. Please have a look at the tmp_check/log/regress_002* log

Re: 002_pg_upgrade is broken for custom install

2025-04-04 Thread Ashutosh Bapat
On Fri, Apr 4, 2025 at 5:23 PM Álvaro Herrera wrote: > > On 2025-Apr-04, Ashutosh Bapat wrote: > > > connection error: 'psql: error: connection to server on socket > > "/tmp/LiPa_UJpSb/.s.PGSQL.13779" failed: FATAL: database "regression" > > does not exist' > > while running '/home/ashutosh/work/u

Re: 002_pg_upgrade is broken for custom install

2025-04-04 Thread Álvaro Herrera
On 2025-Apr-04, Ashutosh Bapat wrote: > connection error: 'psql: error: connection to server on socket > "/tmp/LiPa_UJpSb/.s.PGSQL.13779" failed: FATAL: database "regression" > does not exist' > while running '/home/ashutosh/work/units/pghead/build/dev/bin/psql > --no-psqlrc --no-align --tuples-on

Re: 002_pg_upgrade is broken for custom install

2025-04-04 Thread Ashutosh Bapat
On Fri, Apr 4, 2025 at 5:02 PM Álvaro Herrera wrote: > > On 2025-Apr-04, Ashutosh Bapat wrote: > > > # test failed > > stderr: > > # Tests were run but no plan was declared and done_testing() was not seen. > > # Looks like your test exited with 29 just after 4. > > > > Doesn't look like it's expec

002_pg_upgrade is broken for custom install

2025-04-04 Thread Ashutosh Bapat
Hi All, When oldinstall and olddump environment variables are set, 002_pg_upgrade.pl test does not finish and fails. # initializing database system by running initdb ok 1 - check locales in original cluster ok 2 - loaded old dump file # initializing database system by running initdb ok 3 # skip sou