Commit fc1862bc authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel
Browse files

[t:4028] add --no-crash_on_update_failure to stress test script


git-svn-id: file:///svn/toku/tokudb@41157 c7de825b-a66e-492c-adef-691d508d4ae1
parent e7c4c676
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ run_test() {
        rm -f $tmplog
        t1="$(date)"
        if LD_LIBRARY_PATH=../../../lib:$LD_LIBRARY_PATH \
            ../$exec -v --only_stress --num_seconds 600 --envdir "$envdir" \
            ../$exec -v --only_stress --num_seconds 600 --no-crash_on_update_failure --envdir "$envdir" \
            --num_elements $table_size \
            --cachetable_size $cachetable_size \
            --num_ptquery_threads $num_ptquery \
@@ -194,7 +194,7 @@ run_recover_test() {
    envdir="../${exec}-${table_size}-${cachetable_size}-${num_ptquery}-${num_update}-$$.dir"
    cd $rundir
    if ! LD_LIBRARY_PATH=../../../lib:$LD_LIBRARY_PATH \
        ../$exec -v --test --num_seconds 600 --envdir "$envdir" \
        ../$exec -v --test --num_seconds 600 --no-crash_on_update_failure --envdir "$envdir" \
        --num_elements $table_size \
        --cachetable_size $cachetable_size \
        --num_ptquery_threads $num_ptquery \