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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user