On Fri, Oct 14, 2011 at 2:58 PM, Ajay <rathor...@gmail.com> wrote:
> Being able to program in four different languages, i am fully aware
> that tdd could be practiced anywhere.
>
> I think you missed the whole point, i know how to configure jobs in
> hudson to run distributed builds on remote machines.
>
> I was more interested in knowing about existing approaches used by
> people for configuring CI in their projects, weather they use free
> version of q for running their tests (which i believe wont work for
> load testing TP and RDB) or they have run their test suit on machines
> installed with licensed 64 bit q. What are the best practices used for
> CI in the context of KDB.
>
> Ajay
>
> On Oct 13, 2:28 pm, "P.Bukowin...@gmail.com" <p.bukowin...@gmail.com>
> --
> You received this message because you are subscribed to the Google Groups "Kdb+ Personal Developers" group.
> To post to this group, send email to personal...@googlegroups.com.
> To unsubscribe from this group, send email to personal-kdbpl...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/personal-kdbplus?hl=en.
>
>
Wow
>What are the best practices used for CI in the context of KDB.
So here's the most useful answer I can provide in the context of the above: expect meltdowns :)
-----Original Message-----
From: personal...@googlegroups.com [mailto:personal...@googlegroups.com] On Behalf Of Ajay
Sent: Friday, October 14, 2011 7:29 PM
To: Kdb+ Personal Developers
Subject: [personal kdb+] Re: Continuous Integration for KDB
Being able to program in four different languages, i am fully aware
that tdd could be practiced anywhere.
I think you missed the whole point, i know how to configure jobs in
hudson to run distributed builds on remote machines.
I was more interested in knowing about existing approaches used by
people for configuring CI in their projects, weather they use free
version of q for running their tests (which i believe wont work for
load testing TP and RDB) or they have run their test suit on machines
installed with licensed 64 bit q. What are the best practices used for
CI in the context of KDB.
Ajay
On Oct 13, 2:28 pm, "P.Bukowin...@gmail.com" <p.bukowin...@gmail.com>
wrote:
--
You received this message because you are subscribed to the Google Groups "Kdb+ Personal Developers" group.
To post to this group, send email to personal...@googlegroups.com.
To unsubscribe from this group, send email to personal-kdbpl...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/personal-kdbplus?hl=en.
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message
in error, please notify the sender immediately and delete all copies of this message.
Write your tests in Q and commit them to sourcecontrol.
Have the CI tool synchronize the sourcecontrol tree to your test server when needed.
Have your CI tool execute the Q binary (licensed) and have your tests log something understandable to the CI tool.
Most CI tools are not much better than a cronned unix script doing the above and emailing any errors, though CI web interfaces are a slight improvement over email.
David
Wow, that was really insightful...
On Oct 15, 1:38 pm, "Tripathi, Rohit" <rohit.tripa...@capgemini.com>
> For more options, visit this group athttp://groups.google.com/group/personal-kdbplus?hl=en.