negoyal
|
ce112e1f23
|
Enhance trace event.
|
2021-11-16 17:39:59 -08:00 |
negoyal
|
9e7197faba
|
Bunch of changes based on review comments and discussions.
|
2021-07-30 01:32:43 -07:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Steve Atherton
|
11927f6fff
|
Another refactor of SQLite injected error handling to address failures of the previous attempt. Some code cleanup. Added documentation of injected error handling works and why.
|
2021-01-17 04:17:13 -08:00 |
Steve Atherton
|
f1adafaf8c
|
Refactored how injected fault state is managed to make debugging injected fault handling easier. Moved injected error tracking for open() into an INetwork global since it should be unique per simulated process. Fixed bug where injected error in WAL file was not recognized as injected because it occurred before SQLiteDB's vfsWAL pointer was initialized. Simplified logic in SQLiteDB. Added comments.
|
2021-01-16 05:04:30 -08:00 |
Steve Atherton
|
6da78b1b19
|
Rewrote how injected faults are handled in SQLite to be more reliable and work with an upcoming write throttling feature in AsyncFileCached.
|
2021-01-15 19:29:14 -08:00 |