~akiban-technologies/akiban-persistit/blog-posts

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/stress/unit/Stress5.java

merge pbeaman: Add support for running a sequence of suites.

https://code.launchpad.net/~pbeaman/akiban-persistit/fix_nightly_stress_tests/+merge/110148

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    @Override
46
46
    public void setUp() throws Exception {
47
47
        super.setUp();
48
 
        _ap = new ArgParser("com.persistit.Stress5", _args, ARGS_TEMPLATE);
 
48
        _ap = new ArgParser("com.persistit.Stress5", _args, ARGS_TEMPLATE).strict();
49
49
        _total = _ap.getIntValue("count");
50
50
        _repeatTotal = _ap.getIntValue("repeat");
51
51
        _total = _ap.getIntValue("count");