All the soft_heap_limit to be exceeded by 10% in test cases.

FossilOrigin-Name: 4be9dccc711c9ad252e2cbd99bbcbe43247503a1
This commit is contained in:
drh 2011-10-08 21:39:11 +00:00
parent f4ba109356
commit 385e52f60c
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Add\sthe\sSQLITE_DIRECT_OVERFLOW_READ\scompile\stime\soption.
D 2011-10-08T14:57:07.518
C All\sthe\ssoft_heap_limit\sto\sbe\sexceeded\sby\s10%\sin\stest\scases.
D 2011-10-08T21:39:11.646
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in a162fe39e249b8ed4a65ee947c30152786cfe897
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -565,7 +565,7 @@ F test/make-where7.tcl 05c16b5d4f5d6512881dfec560cb793915932ef9
F test/malloc.test 8c727fe29fccd280cbf8f6acf08bd10b76beaf34
F test/malloc3.test de8eca0c3e748878845fdca3663ec4b642073caf
F test/malloc4.test 957337613002b7058a85116493a262f679f3a261
F test/malloc5.test 338e0f7df5fde4a0129c8002a915410e1080bfb4
F test/malloc5.test 30dc30b57fa22552eba0d8c95210d96c3d958a39
F test/malloc6.test 2f039d9821927eacae43e1831f815e157659a151
F test/malloc7.test 7c68a32942858bc715284856c5507446bba88c3a
F test/malloc8.test 9b7a3f8cb9cf0b12fff566e80a980b1767bd961d
@ -966,7 +966,7 @@ F tool/symbols.sh caaf6ccc7300fd43353318b44524853e222557d5
F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
P 589f3f5652e3674d3203f8bd32784a46b5ed530c
R babeecaade74546f993a47787aab0e8e
U dan
Z de8a70093b027b61b524c5ce14f74c38
P 2ab14a846727857175eac7961b7338c4d3b417ca
R cc54f7e76cf6a10d871ea3d2d9a8feff
U drh
Z e455d0c3668c3a5b3047df9ebe89d72b

View File

@ -1 +1 @@
2ab14a846727857175eac7961b7338c4d3b417ca
4be9dccc711c9ad252e2cbd99bbcbe43247503a1

View File

@ -219,7 +219,7 @@ do_test malloc5-4.2 {
execsql {SELECT * FROM abc}
set nMaxBytes [sqlite3_memory_highwater 1]
puts -nonewline " (Highwater mark: $nMaxBytes) "
expr $nMaxBytes <= 100000
expr $nMaxBytes <= 110000
} {1}
do_test malloc5-4.3 {
# Check that the content of table abc is at least roughly as expected.