diff options
| author | zerafachris <christopher.zerafa@blocklabs.io> | 2026-07-21 08:54:23 +0200 |
|---|---|---|
| committer | zerafachris <christopher.zerafa@blocklabs.io> | 2026-07-21 08:54:23 +0200 |
| commit | 299810a4a9cbf5a7704c9257796b44f5a5f17720 (patch) | |
| tree | 4532668d4e82416ec4683669246ecf900e95b7d1 /MediaBrowser.Model/Configuration/MetadataPluginType.cs | |
| parent | 557b14e33ea8707ebae39b141d003d46141d6f5f (diff) | |
fix: use build output directory for backup test temp root to avoid low free-space failures on Windows CI runners
BackupServiceTests rooted its temp directory under Path.GetTempPath(), which
on GitHub-hosted windows-latest runners resolves to the constrained system C:
drive. BackupService.CreateBackupAsync requires 5GiB free at the backup path
before starting, and the C: drive's free temp space can dip below that,
failing CreateBackupAsync_WithCorruptKeyframeDataRow_SkipsRowAndCompletesBackup
even though the fix itself is correct. Rooting the test directory under
AppContext.BaseDirectory keeps it on the same (much larger) drive as the repo
checkout on all platforms, without touching the real BackupService free-space
check.
Diffstat (limited to 'MediaBrowser.Model/Configuration/MetadataPluginType.cs')
0 files changed, 0 insertions, 0 deletions
