Modified the test and build file to shrink the large tests.
commita3965e78dcc06c3908ce019c23cb5607fe560ed6
authorZhongjie Wu <www.zj30@gmail.com>
Thu, 7 Jun 2012 18:40:25 +0000 (7 11:40 -0700)
committerVinoth Chandar <mail.vinoth.chandar@gmail.com>
Tue, 19 Jun 2012 21:22:07 +0000 (19 14:22 -0700)
treef93ca6146245f2afaaf4ef51e46c244f22c02b05
parentfcf7ed12d1c6a757c2260a433d0a4ad92dc40189
Modified the test and build file to shrink the large tests.
    The large tests are copied to the test/large
    To run short tests for sanity check purpose:
        ant junit
    To run short and long tests:
        ant junit-long
    To run short, long and contrib tests:
        ant junit-all
build.properties
build.xml
test/large/voldemort/client/rebalance/RebalanceLargeTest.java [new file with mode: 0644]
test/unit/voldemort/client/rebalance/AbstractRebalanceTest.java