Re: [HACKERS] Need a builtin way to run all tests faster manner - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: [HACKERS] Need a builtin way to run all tests faster manner
Date
Msg-id a78c1de8-3015-8229-e2dd-3c418930db00@openscg.com
Whole thread Raw
In response to Re: [HACKERS] Need a builtin way to run all tests faster manner  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [HACKERS] Need a builtin way to run all tests faster manner  (Magnus Hagander <magnus@hagander.net>)
Re: [HACKERS] Need a builtin way to run all tests faster manner  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List 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



pgsql-hackers by date:

Previous
From: Amit Khandekar
Date:
Subject: Re: [HACKERS] Parallel Append implementation
Next
From: "Tels"
Date:
Subject: Re: [HACKERS] PassDownLimitBound for ForeignScan/CustomScan[take-2]