Re: Plugging some testing holes

2019-06-24 Thread Andrew Dunstan
On 6/23/19 10:27 PM, Michael Paquier wrote: > On Sun, Jun 23, 2019 at 06:15:06PM -0400, Andrew Dunstan wrote: >> Alvaro pointed out to me recently that the buildfarm client doesn't have >> any provision for running module tests like commit_ts and >> snapshot_too_old that use NO_INSTALLCHECK. On l

Re: Plugging some testing holes

2019-06-23 Thread Michael Paquier
On Sun, Jun 23, 2019 at 06:15:06PM -0400, Andrew Dunstan wrote: > Alvaro pointed out to me recently that the buildfarm client doesn't have > any provision for running module tests like commit_ts and > snapshot_too_old that use NO_INSTALLCHECK. On looking into this a bit > more, I noticed that we al

Plugging some testing holes

2019-06-23 Thread Andrew Dunstan
Alvaro pointed out to me recently that the buildfarm client doesn't have any provision for running module tests like commit_ts and snapshot_too_old that use NO_INSTALLCHECK. On looking into this a bit more, I noticed that we also don't run any TAP tests in src/test/modules. I'm adding some code t