See Eric's blog for the details.
Archive for July, 2009
OpenSQL Camp comes to Portland November 14-15, 2009
Friday, July 31st, 2009OSCON award for Brian
Friday, July 24th, 2009Congratulations to Brian for receiving "Best Open Source Database Hacker" at OSCON this year!!
See the video at http://en.oreilly.com/oscon2009/public/schedule/detail/9000
Drizzle source tarball 1098 has been released
Tuesday, July 21st, 2009Drizzle source tarball based on build 1098 has been released. The change log can be viewed at https://launchpad.net/drizzle/trunk/aloha. One of the big changes in this release is that Stewart has added the ability for engines to be temporary only - see his blog for details.
-Lee
OSCON 2009 - Drizzle and Gearman
Wednesday, July 15th, 2009Lots of activity at OSCON next week where there will be several presentations, tutorials, BOF's and a Drizzle and Gearman booth in the conference hall. Hope to see you there!
Drizzle Build System
Thursday, July 9th, 2009I wanted to follow up from Brian's blog last month where he was talking about how we do our testing in the Drizzle project. Brian mentioned our build system and I thought I would expand on that.
Right now in Drizzle we use both Hudson and Buildbot for automated and continuous builds. Our dashboards can be seen here and here. We use both email and IRC for notifications when builds fail. While the dashboards are not as Green as we would like right now, we are only a few fixes away from having it generally back on track and our goal is to keep it on track as we move forward!
We have a wide variety of build clients as you can see and run our build process from both the trunk and staging code base. All changes first go through staging for verification which means making sure it still builds (warnings are always treated as errors), passes all unit tests (no disabling of tests) and has not regressed in our sysbench numbers. After code is promoted to trunk we also run updates for LCOV, SLOC and Doxygen. Trond also set up regular runs for OpenGrok.
Jay put together a great automation system to run sysbench, doxygen, lcov, sloc as well as the ability to run Valgrind tools as part of the sysbench run. Eric and Monty also extended this to use Gearman so we can submit jobs on demand to various machines if we want to run jobs out of cycle.
Thanks to Michael Shadle for putting together our fancy graphs on the wiki and also donating a few machines for buildbot clients.
Always looking for more clients so if you have a machine you can provide, let us know.
Any suggestions for improvement?
Drizzle source tarball 1088 has been released
Monday, July 6th, 2009Drizzle source tarball based on build 1088 has been released. The change log can be viewed here. While continuing to do a lot of great code clean up, this release also features work by Padraig who has got a great start working on extracting I_S out into plugins.
We also now support protobuf 2.1 except when using gcc 4.4 or if you are running on Solaris. Monty is working on getting a patch into protobuf 2.1.1 for the gcc 4.4 issue. He is also working closely with the SunStudio engineers to get that issue resolved as well.
-Lee
