public inbox for [email protected]
help / color / mirror / Atom feedPlease update buildfarm members to current script version (REL_10)
7+ messages / 7 participants
[nested] [flat]
* Please update buildfarm members to current script version (REL_10)
@ 2019-06-04 12:02 Tom Lane <[email protected]>
2019-06-04 15:07 ` Re: Please update buildfarm members to current script version (REL_10) Bernd Helmle <[email protected]>
2019-06-05 12:53 ` Re: Please update buildfarm members to current script version (REL_10) Joe Conway <[email protected]>
2019-06-05 18:57 ` Re: Please update buildfarm members to current script version (REL_10) Julien Rouhaud <[email protected]>
2019-06-06 06:33 ` Re: Please update buildfarm members to current script version (REL_10) Sandeep Thakkar <[email protected]>
2019-06-06 12:23 ` Re: Please update buildfarm members to current script version (REL_10) Mikael Kjellström <[email protected]>
0 siblings, 5 replies; 7+ messages in thread
From: Tom Lane @ 2019-06-04 12:02 UTC (permalink / raw)
To: [email protected]
Could I bug people to update their animals to the latest release
of the buildfarm client script? Since this commit:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=40b132c1a
animals running pre-REL_10 scripts will not report full information
about failures in the pg_upgrade test. This is particularly problematic
right now, because we're wondering what the heck is going on with
intermittent failures in that test:
https://www.postgresql.org/message-id/[email protected]
There's a patch in place to try to gather more info about that, but
it's useless if the affected animal doesn't capture the regression.diffs
file. Thus for example, mayfly's latest failure might have yielded
useful information, except it's using REL_8 :-(. We're only seeing maybe
one occurrence every couple of weeks, so missed opportunities are painful.
Please update at your earliest convenience.
regards, tom lane
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Please update buildfarm members to current script version (REL_10)
2019-06-04 12:02 Please update buildfarm members to current script version (REL_10) Tom Lane <[email protected]>
@ 2019-06-04 15:07 ` Bernd Helmle <[email protected]>
2019-06-05 17:40 ` Re: Please update buildfarm members to current script version (REL_10) Bernd Helmle <[email protected]>
4 siblings, 1 reply; 7+ messages in thread
From: Bernd Helmle @ 2019-06-04 15:07 UTC (permalink / raw)
To: Tom Lane <[email protected]>; [email protected]
Am Dienstag, den 04.06.2019, 08:02 -0400 schrieb Tom Lane:
> Please update at your earliest convenience.
Will update chub tomorrow.
Bernd
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Please update buildfarm members to current script version (REL_10)
2019-06-04 12:02 Please update buildfarm members to current script version (REL_10) Tom Lane <[email protected]>
2019-06-04 15:07 ` Re: Please update buildfarm members to current script version (REL_10) Bernd Helmle <[email protected]>
@ 2019-06-05 17:40 ` Bernd Helmle <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Bernd Helmle @ 2019-06-05 17:40 UTC (permalink / raw)
To: Bernd Helmle <[email protected]>; Tom Lane <[email protected]>; [email protected]
Am Dienstag, den 04.06.2019, 17:07 +0200 schrieb Bernd Helmle:
> > Please update at your earliest convenience.
>
> Will update chub tomorrow.
chub should be updated now. Thanks for the hint.
Bernd
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Please update buildfarm members to current script version (REL_10)
2019-06-04 12:02 Please update buildfarm members to current script version (REL_10) Tom Lane <[email protected]>
@ 2019-06-05 12:53 ` Joe Conway <[email protected]>
4 siblings, 0 replies; 7+ messages in thread
From: Joe Conway @ 2019-06-05 12:53 UTC (permalink / raw)
To: Tom Lane <[email protected]>; [email protected]
On 6/4/19 8:02 AM, Tom Lane wrote:
> Could I bug people to update their animals to the latest release
> of the buildfarm client script? Since this commit:
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=40b132c1a
>
> animals running pre-REL_10 scripts will not report full information
> about failures in the pg_upgrade test. This is particularly problematic
> right now, because we're wondering what the heck is going on with
> intermittent failures in that test:
>
> https://www.postgresql.org/message-id/[email protected]
>
> There's a patch in place to try to gather more info about that, but
> it's useless if the affected animal doesn't capture the regression.diffs
> file. Thus for example, mayfly's latest failure might have yielded
> useful information, except it's using REL_8 :-(. We're only seeing maybe
> one occurrence every couple of weeks, so missed opportunities are painful.
>
> Please update at your earliest convenience.
Just getting caught up from being out of town -- will get rhino updated
today.
Joe
--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development
Attachments:
[application/pgp-signature] signature.asc (833B, ../../[email protected]/2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Please update buildfarm members to current script version (REL_10)
2019-06-04 12:02 Please update buildfarm members to current script version (REL_10) Tom Lane <[email protected]>
@ 2019-06-05 18:57 ` Julien Rouhaud <[email protected]>
4 siblings, 0 replies; 7+ messages in thread
From: Julien Rouhaud @ 2019-06-05 18:57 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: [email protected]
On Tue, Jun 4, 2019 at 2:02 PM Tom Lane <[email protected]> wrote:
>
> Could I bug people to update their animals to the latest release
> of the buildfarm client script? Since this commit:
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=40b132c1a
>
> animals running pre-REL_10 scripts will not report full information
> about failures in the pg_upgrade test. This is particularly problematic
> right now, because we're wondering what the heck is going on with
> intermittent failures in that test:
>
> https://www.postgresql.org/message-id/[email protected]
>
> There's a patch in place to try to gather more info about that, but
> it's useless if the affected animal doesn't capture the regression.diffs
> file. Thus for example, mayfly's latest failure might have yielded
> useful information, except it's using REL_8 :-(. We're only seeing maybe
> one occurrence every couple of weeks, so missed opportunities are painful.
>
> Please update at your earliest convenience.
FTR I updated lapwing. I noticed that the non-master branches weren't
being tested for an embarrassing amount for time, so I fixed that at
the same time.
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Please update buildfarm members to current script version (REL_10)
2019-06-04 12:02 Please update buildfarm members to current script version (REL_10) Tom Lane <[email protected]>
@ 2019-06-06 06:33 ` Sandeep Thakkar <[email protected]>
4 siblings, 0 replies; 7+ messages in thread
From: Sandeep Thakkar @ 2019-06-06 06:33 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: [email protected]
Ack. Will update in a day or two.
On Tue, Jun 4, 2019 at 5:32 PM Tom Lane <[email protected]> wrote:
> Could I bug people to update their animals to the latest release
> of the buildfarm client script? Since this commit:
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=40b132c1a
>
> animals running pre-REL_10 scripts will not report full information
> about failures in the pg_upgrade test. This is particularly problematic
> right now, because we're wondering what the heck is going on with
> intermittent failures in that test:
>
> https://www.postgresql.org/message-id/[email protected]
>
> There's a patch in place to try to gather more info about that, but
> it's useless if the affected animal doesn't capture the regression.diffs
> file. Thus for example, mayfly's latest failure might have yielded
> useful information, except it's using REL_8 :-(. We're only seeing maybe
> one occurrence every couple of weeks, so missed opportunities are painful.
>
> Please update at your earliest convenience.
>
> regards, tom lane
>
>
>
>
--
Sandeep Thakkar
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Please update buildfarm members to current script version (REL_10)
2019-06-04 12:02 Please update buildfarm members to current script version (REL_10) Tom Lane <[email protected]>
@ 2019-06-06 12:23 ` Mikael Kjellström <[email protected]>
4 siblings, 0 replies; 7+ messages in thread
From: Mikael Kjellström @ 2019-06-06 12:23 UTC (permalink / raw)
To: Tom Lane <[email protected]>; [email protected]
On 2019-06-04 14:02, Tom Lane wrote:
> Could I bug people to update their animals to the latest release
> of the buildfarm client script? Since this commit:
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=40b132c1a
>
> animals running pre-REL_10 scripts will not report full information
> about failures in the pg_upgrade test. This is particularly problematic
> right now, because we're wondering what the heck is going on with
> intermittent failures in that test:
>
> https://www.postgresql.org/message-id/[email protected]
>
> There's a patch in place to try to gather more info about that, but
> it's useless if the affected animal doesn't capture the regression.diffs
> file. Thus for example, mayfly's latest failure might have yielded
> useful information, except it's using REL_8 :-(. We're only seeing maybe
> one occurrence every couple of weeks, so missed opportunities are painful.
>
> Please update at your earliest convenience.
I've updated all my critters to REL_10:
loach
sidewinder
curculio
grison
conchuela was already on REL_10
/Mikael
^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2019-06-06 12:23 UTC | newest]
Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 12:02 Please update buildfarm members to current script version (REL_10) Tom Lane <[email protected]>
2019-06-04 15:07 ` Bernd Helmle <[email protected]>
2019-06-05 17:40 ` Bernd Helmle <[email protected]>
2019-06-05 12:53 ` Joe Conway <[email protected]>
2019-06-05 18:57 ` Julien Rouhaud <[email protected]>
2019-06-06 06:33 ` Sandeep Thakkar <[email protected]>
2019-06-06 12:23 ` Mikael Kjellström <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox