Re: info: quickcheck free for opensource projects

2014-07-01 Thread Russell Branca
Agreed, we should get this going as soon as we can. How does the quickcheck CI server work with standard eunit tests? Do we need to do something to make sure only quickcheck tests work? Or do we just run all the tests? -Russell On Mon, Jun 30, 2014 at 1:22 AM, Benoit Chesneau wrote: > cool. Not

Re: info: quickcheck free for opensource projects

2014-06-30 Thread Benoit Chesneau
cool. Not sure what could be the roadmap on this. Like I see it maybe the first thing to do is to integrate the changes on the test suite from Alexander. Then we can probably add quickcheck test on each each module using the macros to define if they are executed or not? - benoit On Wed, Jun 11,

Re: info: quickcheck free for opensource projects

2014-06-11 Thread Dirkjan Ochtman
On Wed, Jun 11, 2014 at 7:39 PM, Russell Branca wrote: > To clarify the questions about another "CI" server, I believe the reason > for this being released as a CI server is as a way to use the full version > of QuickCheck without them having to distribute it. Given all this further context, all

Re: info: quickcheck free for opensource projects

2014-06-11 Thread Jan Lehnardt
On 11 Jun 2014, at 19:39 , Russell Branca wrote: > I'm a huge +1 to this. > > I've been trying to figure out a way to get us able to use the full version > of QuickCheck for a while now. John Hughes has been hinting that they found > a way to make the licensing work for open source, and it seem

Re: info: quickcheck free for opensource projects

2014-06-11 Thread Russell Branca
I'm a huge +1 to this. I've been trying to figure out a way to get us able to use the full version of QuickCheck for a while now. John Hughes has been hinting that they found a way to make the licensing work for open source, and it seems like this is it. The full version of QuickCheck has some sw

Re: info: quickcheck free for opensource projects

2014-06-11 Thread Jan Lehnardt
QC is not a CI tool. It’s more like an additional layer of more thorough unit testing that could (depending on their terms) run by our existing CI solutions. I’d be in favour of looking at how we can make it work! Best Jan -- On 11 Jun 2014, at 13:06 , Dirkjan Ochtman wrote: > n Wed, Jun 11,

Re: info: quickcheck free for opensource projects

2014-06-11 Thread Dirkjan Ochtman
n Wed, Jun 11, 2014 at 1:00 PM, Benoit Chesneau wrote: > quickcheck made quickcheck-ci available for free for open-sources projects: > > http://quickcheck-ci.com/ > > It would be interresting to use it for couchdb imo. Thoughts? If we still use Travis, we already have 2 CI instances, and they hav

info: quickcheck free for opensource projects

2014-06-11 Thread Benoit Chesneau
quickcheck made quickcheck-ci available for free for open-sources projects: http://quickcheck-ci.com/ It would be interresting to use it for couchdb imo. Thoughts? - benoit