fix(dbtest,library): include quarantine tables in ResetDB; clarify DeleteTrackFile docstring

- dbtest.ResetDB.dataTables now truncates lidarr_quarantine + lidarr_quarantine_actions
  alongside the other M2-M4 data tables. Without this, M5b service tests would
  inherit residual state across runs.
- DeleteTrackFile godoc spells out the post-file/pre-DB failure window
  reconciles via the next library scan; the function is retry-safe by design,
  not atomic.
This commit is contained in:
2026-04-30 17:32:08 -04:00
parent d0523da520
commit e6e3f297d6
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -49,6 +49,8 @@ var dataTables = []string{
"skip_events",
"play_sessions",
"sessions",
"lidarr_quarantine_actions",
"lidarr_quarantine",
"tracks",
"albums",
"artists",