Re: [Drizzle-discuss] On merging lp:~patrick-crews/drizzle/qp-merge2

2012-02-09 Thread pcrews
Awesome. The branch is now ready for merge. Essentially, this is the same code, but renamed to be less horrible to type/say + cleaned up / updated. Everything is now a python unittest module (except for the dtr stuff). This enables us to write tests in Python, so we are less likely to bang

Re: [Drizzle-discuss] On merging lp:~patrick-crews/drizzle/qp-merge2

2012-02-08 Thread pcrews
Actually, I did a serious strip-down and got the kewpie dir down to 21MB. Still finishing some tests before pushing, but it would enable us to keep everything needed to run tests in-tree and things will be even lighter once we've removed dbqp. Thanks, -- Patrick On 02/06/2012 10:34 PM, Mark

Re: [Drizzle-discuss] On merging lp:~patrick-crews/drizzle/qp-merge2

2012-02-06 Thread pcrews
Tell me what you guys think about this: For xtrabackup + other percona projects we are going to keep a config file + the test files in-tree. One should only need one installation of kewpie to run everything. Each project will use an in-tree workdir, etc. The tests living in-tree will help

Re: [Drizzle-discuss] On merging lp:~patrick-crews/drizzle/qp-merge2

2012-02-06 Thread Mark Atwood
I like it. Tho I would like make test / make check / make kewpie (whatever is most appropriate to run a kewpie test. If we do it in make test or make check, have it emit a sane warning message if kewpie is not installed, including a URL and a few lines of instructions on installing kewpie. ..m

[Drizzle-discuss] On merging lp:~patrick-crews/drizzle/qp-merge2

2012-01-29 Thread Mark Atwood
Hi! We have lp:~patrick-crews/drizzle/qp-merge2 sitting in the Branch Merge Proposal list on Launchpad. It is 166905 lines, which is just over 10% of the existing 1431202 lines. I only really noticed it's huge size when I was trying to run the merge last week while I was in Australia, and BZR