Commit 700ad68
Fix DebugEventListener test: remove cache size limit for phase 2
Phase 1 fills the 1MB database with 100K events that may not fully
upload during teardown. Phase 2 reuses the same DB, so the cache file
size limit must be removed to allow new events to be stored. This is
simpler and more robust than using a separate DB path or trying to
delete the file between phases (which races with sqlite3_close_v2).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 97ae383 commit 700ad68
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
411 | 415 | | |
412 | 416 | | |
413 | 417 | | |
| |||
0 commit comments