Re: Rare SSL failures on eelpout

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Rare SSL failures on eelpout
Date: 2019-03-05 11:15:18
Message-ID: CA+hUKGKCxLCMxgAOOWek5yZUrKsJuB1MJ-QqUq_mr0U=Rd45KA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 5, 2019 at 11:35 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> True. I've spent some time today running the ssl tests on various
> machines here, without any luck reproducing.

BTW, I went looking for other failures on the buildfarm I noticed that
even for eelpout it's only happening on master and REL_11_STABLE:

https://buildfarm.postgresql.org/cgi-bin/show_failures.pl?max_days=200&branch=&stage=sslCheck&filter=Submit

Disappointingly, that turned out to be just because 10 and earlier
didn't care what the error message said.

--
Thomas Munro
https://enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2019-03-05 11:37:08 Re: Making all nbtree entries unique by having heap TIDs participate in comparisons
Previous Message Nikita Glukhov 2019-03-05 11:10:01 Re: Fix memleaks and error handling in jsonb_plpython