]>
git.ipfire.org Git - thirdparty/sqlite.git/log
dan [Mon, 23 Dec 2024 11:31:16 +0000 (11:31 +0000)]
dan [Mon, 23 Dec 2024 11:23:07 +0000 (11:23 +0000)]
Experimental: If SQLite is compiled with SQLITE_WAL_BIGHASH defined, use hash
tables large enough to fit 128K, instead of 4K, entries in the *-shm file.
FossilOrigin-Name:
6e800b7035f55a211917d28cacf829b1681f37cbd2e6989c4cc20d4027a4192d
dan [Fri, 20 Dec 2024 19:37:41 +0000 (19:37 +0000)]
When loading stat4 data, make a single large allocation for all Index.aSample[] arrays, instead of a separate allocation for each.
FossilOrigin-Name:
b40cd7395c44b1f2d019d8e809e03de0e083c93693322a72ddb250a85640528f
dan [Fri, 13 Dec 2024 18:13:51 +0000 (18:13 +0000)]
Avoid a memset() when loading stat4 data. Add instrumentation to the same code.
FossilOrigin-Name:
fa87355f6286be1e92f22a71cbfbfb13d1a478d5fb5b38abedbd78bf903171fa
drh [Thu, 12 Dec 2024 20:39:56 +0000 (20:39 +0000)]
Increase the maximum number of arguments on an SQL function to 1000 with the
capability to increase it further up to 32767 using a compile-time option.
FossilOrigin-Name:
3c25c69c93e55738cdbfdd87fa3c879b878674973955490770f5e274da1ca9a4
dan [Thu, 12 Dec 2024 19:20:40 +0000 (19:20 +0000)]
Add extra logging for alternative stat4 code.
FossilOrigin-Name:
9dde0365cb1df8bded58791f6409db464c969a61bc3a1a5682b4c4438c36a598
dan [Thu, 12 Dec 2024 19:15:46 +0000 (19:15 +0000)]
Experimental code to load stat4 data using a single pass.
FossilOrigin-Name:
e0bcd30581b5b55abb0ba0f2855dbfa27f4e036b45423062402fe344db7bb070
dan [Wed, 11 Dec 2024 20:42:29 +0000 (20:42 +0000)]
When a writer initializes a new *-shm file hash table, zero only the hash-table slots, not the array of page numbers.
FossilOrigin-Name:
ac5401c62b3ff03e43e01d066f4664491ce9b640ec64150a58b38839b4834afb
dan [Tue, 10 Dec 2024 14:56:20 +0000 (14:56 +0000)]
Fix a problem with the formatting of "slow schema" log messages. Also change logging version to v=17.
FossilOrigin-Name:
df4183ace93b788b798b258274bf6b651906c9f1cf2af4983e447cdf52904523
dan [Mon, 9 Dec 2024 21:26:21 +0000 (21:26 +0000)]
Fix a problem with non-PASSIVE wal2 checkpoints sometimes taking the WRITER lock.
FossilOrigin-Name:
1a59cae3c31aea25cef3705cce2477e26515a0463cf9094bd29951899b758767
dan [Fri, 6 Dec 2024 17:52:38 +0000 (17:52 +0000)]
Update logging (now v=16) to more closely analyze all attempts to load the main db schema.
FossilOrigin-Name:
65b753735b8e8fb70d2b522d527426f1eb5c09339fb4b15cf69cbd2e595b160f
dan [Fri, 6 Dec 2024 09:36:28 +0000 (09:36 +0000)]
Guard the x64 assembler in wal.c with "ifdef __x86_64__".
FossilOrigin-Name:
5fa1699e31856a6585cc59183641c4cc99e1ccd99c384d13e9c4442e9c07f41a
dan [Thu, 5 Dec 2024 19:45:14 +0000 (19:45 +0000)]
Add logging to report on occasions when loading the ANALYZE data is slow.
FossilOrigin-Name:
5f9f6764e9dffef60213bbc9604940ddfc713436333c3f62ed8a090697fcbb1e
dan [Thu, 5 Dec 2024 16:52:52 +0000 (16:52 +0000)]
Use an inline asm "ret stosp" instruction instead of a memset() when a writer is required to zero a hash table.
FossilOrigin-Name:
c10fa6af8bd8d64a6e528f3e71999d1631e66a8dd483a83c1fc30d65ccaf0f6d
dan [Wed, 4 Dec 2024 11:01:20 +0000 (11:01 +0000)]
Temporarily enable zeroing of wal2-mode hash tables within PASSIVE, as well as non-PASSIVE, checkpoints.
FossilOrigin-Name:
a97a2b0da1f9e93a7cf5a4f08ded96d0d3511f84329524b4805b7481393c397e
dan [Thu, 28 Nov 2024 19:14:59 +0000 (19:14 +0000)]
dan [Thu, 28 Nov 2024 18:58:54 +0000 (18:58 +0000)]
In wal2 mode, attempt to zero old *-shm hash table pages within non-PASSIVE checkpoints. This saves writers from having to do it.
FossilOrigin-Name:
40aafd458593c17ad19cd9b464edc92d914fca20bc1aa38bf7014bc9beb0e9d5
dan [Tue, 26 Nov 2024 17:30:15 +0000 (17:30 +0000)]
Avoid ever logging times for ROLLBACK commands.
FossilOrigin-Name:
bc7f7986ec115b3b89c48742da1bd1bb5fc5e7a4f9b7f35623404d546437d687
dan [Wed, 20 Nov 2024 20:26:59 +0000 (20:26 +0000)]
dan [Wed, 20 Nov 2024 18:49:01 +0000 (18:49 +0000)]
Experimental change to omit writing frame checksums to the wal file.
FossilOrigin-Name:
4d3706727005397c3c9006b9ad9a2645b09533b02735ea68974c4f2df4c2e853
dan [Wed, 20 Nov 2024 17:47:40 +0000 (17:47 +0000)]
Update logging version to "v=11". This should have been part of the previous commit.
FossilOrigin-Name:
e6663fab61cbcb6e7955ab726821831dd55cc210550d74327265210e5bb93c2a
dan [Tue, 19 Nov 2024 17:32:03 +0000 (17:32 +0000)]
Extra logging for the freelist and hash table components of COMMITs of BEGIN CONCURRENT transactions.
FossilOrigin-Name:
2ba41da8c437e466c71f65d67a615293efb5a2d9da9b6e9cbb7b296221d4104a
dan [Wed, 13 Nov 2024 14:42:32 +0000 (14:42 +0000)]
Increase maximum length of sqlite3_log() messages to 700 bytes. Mark log messages as v=10.
FossilOrigin-Name:
35aa893d4537d0b3605084a1f2f5529794e82af59b8893053815d3fcb4719a27
dan [Wed, 13 Nov 2024 11:12:30 +0000 (11:12 +0000)]
Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE.
FossilOrigin-Name:
e0c0176793d41bef30e093975a87170981277dac20cde08e0fd3e0b6f40dca2f
dan [Fri, 8 Nov 2024 17:09:34 +0000 (17:09 +0000)]
Even more detailed logging of slow COMMIT statements.
FossilOrigin-Name:
3a45387a09398db8efdb2b6ecd773fa30970e61e5242823e04a2e968d1c93c10
dan [Fri, 1 Nov 2024 15:25:34 +0000 (15:25 +0000)]
Update log messages to say "v=8" instead of "v=7".
FossilOrigin-Name:
492a0a85438586a8ccd9629239304f4df3f2c6391ec05dd9837b7a553313d632
dan [Fri, 1 Nov 2024 15:20:39 +0000 (15:20 +0000)]
Still more logging, this time focused on the sqlite3WalFrames() function.
FossilOrigin-Name:
52d332f0c7780acabb6a06b5fe14f654e98b64dbbba9984fb18913a97ed7fab6
dan [Wed, 30 Oct 2024 18:24:33 +0000 (18:24 +0000)]
Add extra logging to analyze COMMIT commands.
FossilOrigin-Name:
7dbb43bd307b5e297e6b2deac4e1d73d8cd68e37d880a5ecf5a3918a53e99d9d
dan [Fri, 25 Oct 2024 18:37:00 +0000 (18:37 +0000)]
Update special logging messages on this branch to say "v=6" instead of "v=5".
FossilOrigin-Name:
af4e778bd3bdf30cac3d9a6266f105a8cd71f947b8d71249ef74b8fdc0505dd7
dan [Fri, 25 Oct 2024 18:24:53 +0000 (18:24 +0000)]
Reduce the number of malloc()/free() calls that may occur when a BEGIN CONCURRENT transaction is committed.
FossilOrigin-Name:
fcd68bebf27e10e4e49efad220c9f53b7a109696d8b41e24f88c02460197b93f
dan [Wed, 23 Oct 2024 17:16:59 +0000 (17:16 +0000)]
Extra logging to debug slow commit statements.
FossilOrigin-Name:
9cafae1fff34ff45772910d6f2a19d08038edea4327234f577f6da30e5baa558
dan [Tue, 22 Oct 2024 16:26:14 +0000 (16:26 +0000)]
Add still more logging to determine why schema loads are so slow in some circumstances.
FossilOrigin-Name:
d02ec06e5bde7c8dc0f21ca2bfc44597aca015854d5656f851f4518476d04381
dan [Mon, 21 Oct 2024 11:49:04 +0000 (11:49 +0000)]
Add extra logging to SQL statements used to load the database schema on this branch. This requires SQLITE_ENABLE_STMT_SCANSTATUS.
FossilOrigin-Name:
08e1dea9c070c9a2d668d39ceb153bc8b6d172e7273f6564a374c43055e84461
dan [Thu, 10 Oct 2024 15:28:18 +0000 (15:28 +0000)]
dan [Thu, 10 Oct 2024 14:31:37 +0000 (14:31 +0000)]
Add extra logging points to the code on this branch.
FossilOrigin-Name:
f29ff2f308d7f7c757a8bdf9624fadbda55bd5291c18268e10d3bb7e311b229e
dan [Tue, 8 Oct 2024 15:08:04 +0000 (15:08 +0000)]
Add logging to help analyze slow "PRAGMA cache_size = ?" statements.
FossilOrigin-Name:
cd6f585cadfe40778c3bf59dfbfa5f02c50cf5e10af1bd553cad4dfa56ea2249
dan [Mon, 7 Oct 2024 16:11:10 +0000 (16:11 +0000)]
Add logging to help analyze commit performance.
FossilOrigin-Name:
c5391f2cc913a16695efb63f7d2320fc18b8aaefdbdffa087a2e3d26b24dc218
drh [Wed, 4 Sep 2024 16:54:56 +0000 (16:54 +0000)]
Update the bedrock branch to include all of the latest trunk enhancements.
FossilOrigin-Name:
cf8f155280100c1a5b79b118875a93686a554d8be55114277f4f7b20cfd7835a
drh [Wed, 4 Sep 2024 16:46:09 +0000 (16:46 +0000)]
Merge all the latest trunk enhancements into the wal2 branch.
FossilOrigin-Name:
9f530343717a891d57013c5fb58f30e422da391815a7cc79ed8beb1196c89faa
drh [Wed, 4 Sep 2024 16:01:44 +0000 (16:01 +0000)]
Fix a bug in the parsing of some corner-case JSON PATH strings that contain
escaped double-quotes.
FossilOrigin-Name:
60ac55c4b76355aaf7cbde38bf1f6082ff5612bf4ffc49ab69d00fd4e3d64e64
drh [Wed, 4 Sep 2024 13:42:19 +0000 (13:42 +0000)]
Put a proper shebang at the start of the testrunner.tcl script and make the
script executable.
FossilOrigin-Name:
c0c6e9abebf76358625f30a179658319b260baba6eded2a4c5ad356143e36f97
drh [Wed, 4 Sep 2024 13:09:58 +0000 (13:09 +0000)]
Make extra efforts to delete the over-size directory names created by
the win32longpath.test module.
FossilOrigin-Name:
3c8035ed3f023fb31f65f298fb9ce19d4fa7a5511bd90877b27969f5f0892472
drh [Wed, 4 Sep 2024 11:22:47 +0000 (11:22 +0000)]
drh [Tue, 3 Sep 2024 16:04:34 +0000 (16:04 +0000)]
Enhance the "errors" command in testrunner.tcl so that it accepts the
"-s" or "--summary" argument to see a list of failed jobs, and so that
an additional argument is a GLOB pattern that restricts the output to
jobs whose names match that pattern.
FossilOrigin-Name:
dcbebe30f594a99e23b5ccd8d199b92118204a3e52e75c78d98c394601252e81
drh [Tue, 3 Sep 2024 14:15:57 +0000 (14:15 +0000)]
Fix ext/consio so that it works correctly with SQLITE_USE_ONLY_WIN32.
FossilOrigin-Name:
efc6f3d7e92a25f440fb8d392daf325af5ca7dca104a5bb4bd59f7df93af53b0
drh [Tue, 3 Sep 2024 14:00:36 +0000 (14:00 +0000)]
In testrunner.tcl, compile the Windows Default configuration using
SQLITE_ENABLE_STMT_SCANSTATUS.
FossilOrigin-Name:
49e8b1635f29d9fd0dc2ef6e312fd4129f2283f68e9423d95ff9b55077688ad7
drh [Tue, 3 Sep 2024 12:41:21 +0000 (12:41 +0000)]
Fix harmless compiler warnings in the percentile extension.
FossilOrigin-Name:
c5557f281c6294b6db6682349d245feac7c6ce7f4f61356f486afdf186c566c4
drh [Tue, 3 Sep 2024 10:53:32 +0000 (10:53 +0000)]
In testrunner.tcl, allow setting njob to zero, which causes no new jobs
to be launched and for the process to shut down once all current jobs are
completed.
FossilOrigin-Name:
0ef65fd4ba17def4c13986365b3af300c4024725af4bc314845d1af8be568ab4
larrybr [Tue, 3 Sep 2024 02:09:13 +0000 (02:09 +0000)]
Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets().
FossilOrigin-Name:
2d783524d1671d988ebb1b21c83de99c9f335963b6c20cf4df612f58c13da913
drh [Mon, 2 Sep 2024 21:59:31 +0000 (21:59 +0000)]
Fix possible NULL pointer dereference following OOM in the new error reporting
logic of the percentile extension.
FossilOrigin-Name:
7891a266c4425722ae8b9231397ef9e42e2432be9e6b70632dfaf9ff15300d2c
dan [Mon, 2 Sep 2024 18:41:59 +0000 (18:41 +0000)]
Fix a technically undefined signed integer overflow in fts5.
FossilOrigin-Name:
e6bec37ea1ca51e1d048941ce4c5211d8fc5c5e3556a1441f9c79b036843f9e3
drh [Mon, 2 Sep 2024 17:27:10 +0000 (17:27 +0000)]
Make the percential extension easier to incorporate as a built-in on Windows
applications.
FossilOrigin-Name:
831e2be4117dc7f5113f66d3e484ca34e4405444ac7b0def12ee9a00608d40da
drh [Mon, 2 Sep 2024 14:46:56 +0000 (14:46 +0000)]
Remove some debug/test code from percentile. Make the extension easier to
statically link.
FossilOrigin-Name:
6e5f146e274b210749dd8923a2da56905eb098b5a66699ff9130e3e51b1ff662
drh [Mon, 2 Sep 2024 12:07:37 +0000 (12:07 +0000)]
Enhance the percentile extension to support percentile_cont() and
percentile_disc(). Add support for ordered-set aggregate notation in
the parser when compiling with SQLITE_ENABLE_ORDERED_SET_AGGREGATES. A
new function property SQLITE_SELFORDER1 must appear on any aggregate function
that wants to take advantage of the ordered-set aggregate notation.
FossilOrigin-Name:
557bd245ef24af15da1374762bbeb9b8b0241da06e604efdf00d567a9ed09216
drh [Mon, 2 Sep 2024 11:17:04 +0000 (11:17 +0000)]
Improved error messages on percentile functions. More tests cases for
percentile and for ordered-set aggregates.
FossilOrigin-Name:
e1bca168e70335fa2f9537632fd16e374c566a564fab4974c0b8f61cb63d08ce
drh [Mon, 2 Sep 2024 09:40:37 +0000 (09:40 +0000)]
Change the name of the enabling compile-time macro to
SQLITE_ENABLE_ORDERED_SET_AGGREGATES.
FossilOrigin-Name:
3b1cdddf8339cc339ec74cd8be2bfa42e62b500048a444eb9e5d9817bc4702ae
drh [Sun, 1 Sep 2024 23:56:14 +0000 (23:56 +0000)]
drh [Sun, 1 Sep 2024 23:47:20 +0000 (23:47 +0000)]
Improved documentation of recent enhancements to the percentile extension.
FossilOrigin-Name:
51e7b4c9cf19a5986432a76c5fd30cef715c170a403d7b4304a8c5888c445a91
drh [Sun, 1 Sep 2024 23:27:34 +0000 (23:27 +0000)]
The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option:
SQLITE_ENABLE_ORDERED_SET_FUNCS. There is no increment in the code size
if the option is omitted.
FossilOrigin-Name:
c9367e2532d653738af27c4d92810eb648a9e12f72d7223017c87cb0dddc6804
drh [Sun, 1 Sep 2024 20:24:24 +0000 (20:24 +0000)]
Implement percentile_cont() and percentile_disc().
FossilOrigin-Name:
b1a93f67d6b21df6fe3247c9333fead61dd425574f66ea3eb06b80c2b06f616a
drh [Sun, 1 Sep 2024 19:19:26 +0000 (19:19 +0000)]
No prepare-time penality for ordered-set aggregates for applications that
do not use them.
FossilOrigin-Name:
e070c16d2183312e416ff6af770346041e4d3836c4db2c9ea6049f63fb0eaa07
drh [Sun, 1 Sep 2024 18:57:52 +0000 (18:57 +0000)]
Merge fixes from trunk into the ordere-set-agg branch.
FossilOrigin-Name:
7528ddcfdf155116353266e00e6408c526e29f04cb00ca2d9e84b105329b17c0
drh [Sun, 1 Sep 2024 18:54:31 +0000 (18:54 +0000)]
Improved sort function in the percentile extension.
FossilOrigin-Name:
9f84e8d59bcda642e732565e840f6a880a01b2fc65af2651248f6a8a6e1cb65a
drh [Sun, 1 Sep 2024 10:52:20 +0000 (10:52 +0000)]
Fix to the quicksort algorithm in the percentile extension.
FossilOrigin-Name:
54313f74b24c46f1afa1ff082ef569fa46938527095be358015e7047e17702ac
drh [Sat, 31 Aug 2024 22:22:24 +0000 (22:22 +0000)]
Add error checking: Do not allow functions other than those in the
percentile extension to use the ordered-set aggregate notation.
FossilOrigin-Name:
317d901429303340290334dbe7680a36339df0a50b586e3f71b6c5e5eba6d411
drh [Sat, 31 Aug 2024 20:09:37 +0000 (20:09 +0000)]
Demonstration of how ordered-set aggregates might be parsed and integrated
into the existing parse tree, should we decide to support them.
FossilOrigin-Name:
ef9777890001ba0122d3add799795e118fd87243f42731ab84d4748b67605647
drh [Sat, 31 Aug 2024 19:24:17 +0000 (19:24 +0000)]
Include percentile() and merge() in the fuzzcheck test utility.
FossilOrigin-Name:
d1d0942a947803d45a1fd9068f3518cf412178b6b9bafcb82db44c52d5820c11
drh [Sat, 31 Aug 2024 18:35:10 +0000 (18:35 +0000)]
Omit the percentile_cont() function added by [
095c22e62248f8ef ] (and not yet
released) since its usage conflicts with the PG percentile_cont() function.
FossilOrigin-Name:
3fe0a852978f3f1218e37a58f0d3b54016d4116a3301aa32efa7c4c12c767755
drh [Sat, 31 Aug 2024 18:08:31 +0000 (18:08 +0000)]
Allow percentile() and median() to act as window functions.
FossilOrigin-Name:
94cf96af8fee55449080655bddf81cbf5c078a02d7bb5dd7e4903b36f83a8c07
drh [Sat, 31 Aug 2024 17:50:06 +0000 (17:50 +0000)]
drh [Sat, 31 Aug 2024 17:27:55 +0000 (17:27 +0000)]
drh [Sat, 31 Aug 2024 16:55:14 +0000 (16:55 +0000)]
Avoid unnecessary sort operations when running one of the percentile
aggregates as a window function.
FossilOrigin-Name:
5d311536211eb1e3c887ceb7e6516d3900e6eebbccc8c445dd43cdd556182728
drh [Sat, 31 Aug 2024 15:02:07 +0000 (15:02 +0000)]
drh [Sat, 31 Aug 2024 14:31:17 +0000 (14:31 +0000)]
Enhance the percentile() and median() extension functions so that they can be
window functions.
FossilOrigin-Name:
4d0e3df4b9c609755977b8a462126242d2be1310c0122a8d4ba76d98d32a7230
drh [Fri, 30 Aug 2024 17:33:25 +0000 (17:33 +0000)]
Do not fail the omittest if ICU libraries are not installed.
FossilOrigin-Name:
ddc55efd2d59df3f20743b0533550436da945453c069025a3f871d28d40e13d4
drh [Fri, 30 Aug 2024 16:51:41 +0000 (16:51 +0000)]
New makefile target: "tidy". The "tidy" target removes all build products
be leaves behind test results. The "clean" target has been enhanced to do a
better job. The tool/omittest.tcl script is rewritten to work on the
configure-generated Makefile and to require no arguments.
FossilOrigin-Name:
e48add02695a41b26a04e7942b5333e2bf4dc5598e363367aea3a4690982667d
drh [Fri, 30 Aug 2024 16:43:36 +0000 (16:43 +0000)]
A couple of #defines so that the build work with SQLITE_OMIT_FLOATING_POINT.
FossilOrigin-Name:
be768f80c703ac1645251ccbac83e07b3ea4cc231c8ea7e66374a4f78361f10b
drh [Fri, 30 Aug 2024 16:24:49 +0000 (16:24 +0000)]
Rework the tool/omittest.tcl script so that it works with the
configure-generated Makefile, and requires no arguments.
Update the configure-generated Makefile with a new "tidy" target which
is like "clean" except that is preserves test logs. Use "make tidy" to
force everything to be recompiled from scratch without destroying logs.
FossilOrigin-Name:
99491df19d68df1f0515bd5ec9240ef3dd6e0fa38a6c837a38a16a873f8e2cbb
drh [Fri, 30 Aug 2024 12:10:28 +0000 (12:10 +0000)]
drh [Fri, 30 Aug 2024 01:11:19 +0000 (01:11 +0000)]
In the testrunner.tcl status report, try to provide a rough estimate of
the time remaining.
FossilOrigin-Name:
90bc616d20e8c247691c45de2a28d41c1632b21152dc34253eefc179a90ab31f
drh [Thu, 29 Aug 2024 23:43:55 +0000 (23:43 +0000)]
Merge the latest trunk enhancement into the bedrock branch through the wal2
intermediary.
FossilOrigin-Name:
ff94464cec871bd90634e7e1e4252954eb68e77037dd290b0fbf7747c9b19308
drh [Thu, 29 Aug 2024 23:33:17 +0000 (23:33 +0000)]
Merge all the latest trunk enhancements into the wal2 branch.
FossilOrigin-Name:
dfecc79c8fa4b39e5211f1a7051783c750bb7e1132f3e3a60f8ae0837dbbe486
drh [Thu, 29 Aug 2024 23:32:16 +0000 (23:32 +0000)]
Sync the autoconf/Makefile.msc with the main ./Makefile.msc
FossilOrigin-Name:
9de47c3611ca05e03a661807a06c6c5c0b5c6548ea7a8d73cb63832d2dff9d0e
drh [Thu, 29 Aug 2024 18:32:56 +0000 (18:32 +0000)]
All makefiles are responsive to OPTIONS=... command-line arguments, and add
the RHS value of OPTIONS= to builds and to lemon and other build steps that
might respond to -D or -U options.
FossilOrigin-Name:
854b3776ee1fcaa5931e3a0ed104978ca350d218e553586d1c40c2420e1be498
dan [Thu, 29 Aug 2024 16:27:57 +0000 (16:27 +0000)]
Fix a case where the BTCF_AtLast flag was being left set incorrectly. This was causing obscure window function queries to fail.
FossilOrigin-Name:
e042eb024738a83eed92cd2dfac3d2a50d2589715a3d81b1a494564dd7d8e7fa
drh [Wed, 28 Aug 2024 19:13:16 +0000 (19:13 +0000)]
Do not allow sqlite3_blob_open() to work on a any table that contains
generated columns, even columns of the table which are not generated themselves,
because such columns might be part of the expression of a STORED column.
This restriction could be relaxed some, but that would be a lot of code
for something that nobody ever uses.
FossilOrigin-Name:
6e84947123339f0ea2b7dabc6134a621eed09317f81647f15870ed50a0f7d1bc
dan [Wed, 28 Aug 2024 15:54:46 +0000 (15:54 +0000)]
drh [Wed, 28 Aug 2024 13:55:46 +0000 (13:55 +0000)]
Update the README.md file to recommend running "devtest" instead of "mdevtest".
FossilOrigin-Name:
eb016f66ea2c7ebacf8c57495843db3414602d062e4a430f2cc603c88b10c3f9
drh [Wed, 28 Aug 2024 13:51:51 +0000 (13:51 +0000)]
Maybe [
7420b13238da4e6b ] was not such a good idea. Restore "make test" so
that it works as before - running a single-threaded test over the source tree
with options specified by ./configure and similar. Instead, change the
"make devtest" target so that runs the automated multi-threaded tests on
a standard configuration.
FossilOrigin-Name:
dc9fee980d4f4b5a569628702e52cef9e5d8e6c69c2b84546dce47e3e514775e
drh [Wed, 28 Aug 2024 13:34:20 +0000 (13:34 +0000)]
drh [Wed, 28 Aug 2024 12:10:51 +0000 (12:10 +0000)]
Update the "make test" target so that it is really just "mdevtest" with
"srctree-check" and "sourcetest".
FossilOrigin-Name:
7420b13238da4e6bfb1589eaf3cfd842fe3c4b0f3b6a3b49c24cd70589bf4809
drh [Wed, 28 Aug 2024 11:03:58 +0000 (11:03 +0000)]
Further improvements to the status display in order to maximum the amount of
information shown on the limited screen realestate available when running
via "watch" or in continuous monitoring mode. All details are still shown
when doing a stand-alone "status".
FossilOrigin-Name:
557a2c65f5ae1d8cb1858c17da0fe64fbfba83d787cfb7f2f21582960a8b9eac
drh [Wed, 28 Aug 2024 10:36:18 +0000 (10:36 +0000)]
Only limit the number of failures reported by testrunner status if using
VT100 cursor movement. For a straight-up "status" command, show everything.
FossilOrigin-Name:
791237e0f4b67f0197ae11e966554edeade0c443289d2ade00470d23bf5e8ec8
drh [Wed, 28 Aug 2024 10:25:44 +0000 (10:25 +0000)]
In the testrunner status display, limit the number of reported failed jobs
to avoid overflowing the terminal when there are many failures.
FossilOrigin-Name:
ffeaa4d5d73871cbdf1ef70b9845d921ebdb96e964d232661a5048cab7d744ed
drh [Wed, 28 Aug 2024 09:47:29 +0000 (09:47 +0000)]
Disable shell test cases that require virtual tables when testfixture is
built using SQLITE_OMIT_VIRTUALTABLE.
FossilOrigin-Name:
8c73d54fd1e250fcd7f30741cfbd169af9aaecc2096c0c8a9486abaa064d69af
drh [Wed, 28 Aug 2024 09:31:17 +0000 (09:31 +0000)]
Reenable SQLITE_OMIT_VIRTUALTABLE on the Device-One alignment for testrunner.
FossilOrigin-Name:
8f2cb357634ec0b5aef14f3d967e76db236f8899f3201efc80c264f548cc1b0b
drh [Tue, 27 Aug 2024 22:28:03 +0000 (22:28 +0000)]
Changes to the way "release" tests were constructed in [
d03d35eebaf82709 ]
were incorrect. Fixed here. Also enhance --explain to chose permutation
configurations and so that PATTERNS on the the command line can match
against permutation configurations.
FossilOrigin-Name:
1f962ffc9e956a9d6311ed9c02fea13c0fe056283ee2c650a2312a258808b3b3
drh [Tue, 27 Aug 2024 21:44:45 +0000 (21:44 +0000)]
Improvements to --status overwrite in testrunner.
FossilOrigin-Name:
26372762ab1451eb95d29367f5b2534bde616a37e5e757e72ba2cfe42571d180
dan [Tue, 27 Aug 2024 20:37:30 +0000 (20:37 +0000)]
Avoid reading the structure record from within the fts5 xConnect method.
FossilOrigin-Name:
6a6ce343b249e269229867b2c2f107a49ac8a8f24ad66801718ef01159655319
drh [Tue, 27 Aug 2024 19:49:51 +0000 (19:49 +0000)]
Further minor improvements and tweaks to the testrunner --status display.
FossilOrigin-Name:
7d1ccc6dfc9abe053baaf39f68e9fb14001f5032a52b85fe1e4b752e48317536