[Maria-developers] [GSoC] Week Nine and Ten!

2014-07-27 Thread sriram patil
Hi All, Following is the blog link about my ninth and tenth week into GSoC. http://goo.gl/N5Le32 Suggestions and/or reviews are welcome! Thanks, Sriram ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launc

Re: [Maria-developers] MariaDB Debian packaging: pending merge to upstream

2014-07-27 Thread Otto Kekäläinen
2014-07-25 15:02 GMT+03:00 Sergei Golubchik : > Here's a review, lots of questions sorry. > > It might be faster if you ping me on irc and we'll go through my > questions, instead of doing it by email. Thanks for your list of issues. Some of them are my fault or other things I can address now. So

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Results of new strategy

2014-07-27 Thread Pablo Estrada
Hello Elena, I am very sorry about that. The trees were left a bit messy with the changes. I have pushed fixes for that just now. The file where you can start now is basic_testcase.py. Before starting you should decompress csv/direct_file_changes.tar.gz into csv/direct_file_changes.csv, and update

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Results of new strategy

2014-07-27 Thread Elena Stepanova
Hi Pablo, Thanks for the update, I'm looking into it. There is one more important factor to choose which strategy to put the further effort on. Do they perform similarly time-wise? I mean, you now ran the same sets of tests on both strategies. Did it take approximately the same time? And in

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Results of new strategy

2014-07-27 Thread Pablo Estrada
Hello Elena, Concluding with the results of the recent experimentation, here is the available information: I have ported the basic code for the 'original' strategy into the core-wrapper architecture, and uploaded it to the 'master' branch. Now both strategies can be tested equivalently. Branch: mas