1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Strengthen the final test case in index5.test. Also provide additional

diagnostic information out the output.

FossilOrigin-Name: 47b6418242bb2cd718d1a73b0cb73a43ee74e503
This commit is contained in:
drh
2013-02-25 13:55:59 +00:00
parent 132d93838d
commit c6a67173bd
3 changed files with 11 additions and 10 deletions

View File

@ -64,11 +64,12 @@ do_test 1.3 {
}
set iPrev $iNext
}
puts -nonewline \
" (forward=$nForward, back=$nBackward, noncontiguous=$nNoncont)"
expr {$nForward > $nBackward}
expr {$nForward > 25*($nBackward + $nNoncont)}
} {1}
db close
tvfs delete
finish_test