Re: Need a builtin way to run all tests faster manner

From: Jim Nasby <jim(dot)nasby(at)openscg(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Need a builtin way to run all tests faster manner
Date: 2017-03-10 08:27:00
Message-ID: a78c1de8-3015-8229-e2dd-3c418930db00@openscg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/7/17 9:52 PM, Magnus Hagander wrote:
> There have also on and off been discussions about building arbitrary
> patches as they are sent to the mailinglists. Doing that without any
> committer (or other trusted party) as a filter is a completely different
> challenge of course, given that it basically amounts to downloading and
> running random code off the internet.

Perhaps https://travis-ci.org/ or something similar could be used for
this. That avoids any issues about random code.
--
Jim Nasby, Chief Data Architect, OpenSCG
http://OpenSCG.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tels 2017-03-10 08:27:30 Re: PassDownLimitBound for ForeignScan/CustomScan [take-2]
Previous Message Amit Khandekar 2017-03-10 08:24:22 Re: Parallel Append implementation