HSCALE - MySQL Partitioning

Development

Version Control

Access the current development version (trunk) and all branches via subversion. The repository location is http://svn.hscale.org

Checking out the current development version
svn co http://svn.hscale.org/trunk hscale
Fisheye

Browse the repository online using fisheye.

Issue Tracker

Look at JIRA Bug Tracker and the current roadmap.

Unit Tests

HSCALE is written in a TDD (Test Driven Development) style. All tests can be found beneath the test folder.

Run the Test Suite

To run the test suite you need to have Apache Ant installed.

Then get and make MySQL Proxy and make sure the MySQL Proxy test suite runs completely.

Running the test suite
cd PATH_TO_HSCALE/test
ant runAll -DmySqlProxyPath=PATH_TO_MYSQL_PROXY_DIR

Please report any error or problem to pr-hscaleunit AT optivo DOT net