Re: pgsql: Add basic TAP tests for psql's tab-completion logic.

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Add basic TAP tests for psql's tab-completion logic.
Date: 2020-01-08 02:59:38
Message-ID: CAA4eK1KtQDU=RTAPi6id6Nvv1HkKrpDp_ZZ_uHL1XQ0cjT2_eg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Jan 6, 2020 at 4:26 PM Christoph Berg <myon(at)debian(dot)org> wrote:
>
> Re: Tom Lane 2020-01-05 <25771(dot)1578249042(at)sss(dot)pgh(dot)pa(dot)us>
>
> Ubuntu bionic fails elsewhere:
>
> 07:19:51 t/001_stream_rep.pl .................. ok
> 07:19:53 t/002_archiving.pl ................... ok
> 07:19:59 t/003_recovery_targets.pl ............ ok
> 07:20:01 t/004_timeline_switch.pl ............. ok
> 07:20:08 t/005_replay_delay.pl ................ ok
> 07:20:10 Bailout called. Further testing stopped: system pg_ctl failed
> 07:20:10 FAILED--Further testing stopped: system pg_ctl failed
>
> 07:20:10 2020-01-06 06:19:41.285 UTC [26415] LOG: received fast shutdown request
> 07:20:10 2020-01-06 06:19:41.285 UTC [26415] LOG: aborting any active transactions
> 07:20:10 2020-01-06 06:19:41.287 UTC [26415] LOG: background worker "logical replication launcher" (PID 26424) exited with exit code 1
> 07:20:10 2020-01-06 06:19:41.287 UTC [26419] LOG: shutting down
> 07:20:10 2020-01-06 06:19:41.287 UTC [26419] LOG: checkpoint starting: shutdown immediate
>

It looks like this failure is more of what we are getting on
"sidewinder" where it failed because of "insufficient file descriptors
available to start server process". Can you check in the log
(probably in 006_logical_decoding_master.log) if this is the same you
are getting or something else.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-01-08 03:26:48 Re: pgsql: tableam: New callback relation_fetch_toast_slice.
Previous Message Michael Paquier 2020-01-08 01:58:44 Re: pgsql: pg_stat_activity: show NULL stmt start time for walsenders

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-01-08 03:29:43 Re: sidewinder has one failure
Previous Message tsunakawa.takay@fujitsu.com 2020-01-08 02:53:47 RE: Let people set host(no)ssl settings from initdb