Commit 4048481
committed
Restore out-of-memory as valid outcome in timeout test
With a 1ms checkout timeout, disconnect can race with an in-progress
SQLite allocation and return SQLITE_NOMEM before the interrupt lands.
This is an inherent race at that timeout granularity, not a regression.1 parent 4d7837f commit 4048481
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
| 247 | + | |
246 | 248 | | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
253 | 258 | | |
254 | 259 | | |
255 | 260 | | |
| |||
0 commit comments