From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>, "David E(dot) Wheeler" <david(at)justatheory(dot)com>, Neil Tiffin <neilt(at)neiltiffin(dot)com> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Josh Drake <jd(at)commandprompt(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: RFC: Remove contrib entirely |
Date: | 2015-06-05 15:04:47 |
Message-ID: | 5571BA8F.1050802@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 06/05/2015 03:34 AM, Jim Nasby wrote:
> On 6/4/15 3:11 PM, David E. Wheeler wrote:
>>> There is no indication of what versions of pg any of PGXN modules
>>> are tested on, or even if there are tests that can be run to prove
>>> the module works correctly with a particular version of pg.
>> Yeah, I’ve been meaning to integratehttp://pgxn-tester.org/ results
>> for all modules, which would help with that. In the meantime you can
>> hit that site itself. Awesome work by Tomas Vondra.
>
> A number of modules also run Travis-CI. Might be worth having a way
> for a module to provide it's status .png.
It's also quite possible to test extensions in the buildfarm using an
addon module, which is mostly boilerplate. Of course, that does require
that you're running a buildfarm member. Here's the code for the module
that tests the FileTextArray extension.
<https://github.com/PGBuildFarm/client-code/blob/master/PGBuild/Modules/FileTextArrayFDW.pm>
This and the RedisFDW are tested daily or more often, on machines I control.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-06-05 15:05:14 | Re: [CORE] Restore-reliability mode |
Previous Message | Robert Haas | 2015-06-05 14:46:26 | Re: Multixid hindsight design |