SQLite

All files named ”ext/session/sessionfault.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/session/sessionfault.test

2024-07-30
18:42
[c2b43d0121] part of check-in [d417415b96] Adjustments to test cases for session so that they work with Tcl9. (check-in: [d417415b96] user: drh branch: tcl9, size: 15507)
2023-03-08
18:03
[573bf027fb] part of check-in [cb023fe285] Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. (check-in: [cb023fe285] user: dan branch: trunk, size: 15485)
2016-04-27
18:54
[da273f2712] part of check-in [2662d8fef7] Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. (check-in: [2662d8fef7] user: dan branch: permutations-fix, size: 15473)
2016-02-13
15:08
[d52cbb7bee] part of check-in [f6d1cf7943] Fix another test problem in sessionfault.test. (check-in: [f6d1cf7943] user: dan branch: sessions, size: 15432)
14:39
[94a4dd100e] part of check-in [582b2ae77d] Fix a problem in sessionfault.test causing it to segfault following a test failure. This commit does not fix the actual test failure - just the subsequent segfault. (check-in: [582b2ae77d] user: dan branch: sessions, size: 15412)
2014-09-27
18:18
[bef044d095] part of check-in [09985fa6b6] Fix a segfault in the sessions module that could follow an OOM. (check-in: [09985fa6b6] user: dan branch: sessions, size: 15391)
16:33
[cf9758bfb6] part of check-in [d2642543ee] Fix a segfault in the streaming API functions triggered by a very long table name. (check-in: [d2642543ee] user: dan branch: sessions, size: 13782)
2014-08-18
16:03
[e7965159a7] part of check-in [0fac6cfffe] Add miscellaneous test cases to improve coverage of sessions module. (check-in: [0fac6cfffe] user: dan branch: sessions, size: 12849)
2012-09-28
12:55
[496291b287] part of check-in [fae9eb197f] Update the sessionfault-9.1 and -9.2 tests to account for the change in version 3.7.11 in which a pending statement no longer blocks ROLLBACK but instead causes the next call on that statement to return SQLITE_ABORT. (check-in: [fae9eb197f] user: drh branch: sessions, size: 11460)
2011-07-26
15:57
[891453e966] part of check-in [dc6ecacd77] Fix a test case in sessionfault.test. No changes to code. (check-in: [dc6ecacd77] user: dan branch: sessions, size: 11324)
2011-04-18
07:36
[4010452782] part of check-in [69a01c708b] Further coverage tests for the session module. (check-in: [69a01c708b] user: dan branch: sessions, size: 11324)
2011-04-16
19:23
[759060c36e] part of check-in [f46d4b641d] Improve test coverage of session module. (check-in: [f46d4b641d] user: dan branch: sessions, size: 10397)
2011-04-15
16:03
[2766cd620f] part of check-in [df0b2d21dc] Add tests and fixes for OOM handling in sqlite3changeset_concat(). (check-in: [df0b2d21dc] user: dan branch: sessions, size: 7961)
2011-03-25
19:06
[2544a2e2ec] part of check-in [4255a9f609] Improve coverage of session module a bit more. (check-in: [4255a9f609] user: dan branch: sessions, size: 6769)
2011-03-24
11:22
[d7e6154a30] part of check-in [54298ee5ed] Store primary key definitions for modified tables in changesets. Add the sqlite3changeset_pk() API to extract this data from a changeset iterator. (check-in: [54298ee5ed] user: dan branch: sessions, size: 6739)
2011-03-23
16:03
[4489a49d2d] part of check-in [1feaf2d35f] Add the "indirect flag" to the changeset blob format. Also the sqlite3session_indirect() API. (check-in: [1feaf2d35f] user: dan branch: sessions, size: 6730)
2011-03-22
16:54
[495f87fb9b] part of check-in [183c236e99] Fix a crash that can follow an OOM when "all tables" are registered with a session module. (check-in: [183c236e99] user: dan branch: sessions, size: 6801)
12:08
[2dcf303379] part of check-in [06048a68b3] Add OOM tests and related fixes for the session module. (check-in: [06048a68b3] user: dan branch: sessions, size: 6025)
2011-03-21
19:41
[da234166d5] part of check-in [39cdfa5324] Remove some unreachable code in sqlite3session.c. Add test cases. (check-in: [39cdfa5324] user: dan branch: sessions, size: 3338)
16:17
Added: [4190de237b] part of check-in [32e95164d1] Add start of fault-injection tests for session module. Fix some bugs related to the same. (check-in: [32e95164d1] user: dan branch: sessions, size: 2197)