Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/sort4.test
2024-12-19
| ||
14:20 | [c7a88629ae] part of check-in [5b96dcf5f6] Fix the sort4.test module so that the first two test cases are omitted when SQLite has been compiled using SQLITE_MAX_WORKER_THREADS=0. (check-in: [5b96dcf5f6] user: drh branch: trunk, size: 6744) | |
2023-02-01
| ||
20:14 | [cca6f4b0b5] part of check-in [d090948a69] Update testrunner.tcl to use a separate process for each test script. And to run some extra tests too. (check-in: [d090948a69] user: dan branch: testrunner, size: 6633) | |
2015-03-06
| ||
04:37 | [5c34d9623a] part of check-in [8c1e85aab9] Clearification of some documentation text. Added requirements marks. (check-in: [8c1e85aab9] user: drh branch: trunk, size: 6607) | |
2015-01-02
| ||
15:55 | [d5e8903194] part of check-in [acb0d1e832] Add the SQLITE_CONFIG_PMASZ start-time option. (check-in: [acb0d1e832] user: drh branch: trunk, size: 6262) | |
2014-08-25
| ||
23:44 | [6c37d85f7c] part of check-in [e3305d4b4e] Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number of worker threads in the sorter is now determined only by the PRAGMA threads=N setting. (check-in: [e3305d4b4e] user: drh branch: threads, size: 6173) | |
2014-05-06
| ||
16:21 | [971452fd4e] part of check-in [7de6aee6a5] Add a little extra variety to the tests in sort4.test. (check-in: [7de6aee6a5] user: dan branch: threads, size: 6330) | |
15:38 | [5cce4601ab] part of check-in [208b2b04d4] Re-implement the core of the multi-threaded sorter tests in sort4.test using C. Run each test in sort4.test ten times, or repeat all tests for 300 seconds as part of the "multithread" permutation test. (check-in: [208b2b04d4] user: dan branch: threads, size: 5891) | |
2014-05-05
| ||
20:03 | Added: [a29761a7d0] part of check-in [9cc364c42c] Add test file sort4.test, containing brute force tests for the multi-theaded sorter. (check-in: [9cc364c42c] user: dan branch: threads, size: 3873) | |