Ariver
2026-06-03 0fad08ddf196001465a44947dbc7b9ef26ea3707
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=== RUN   TestDownloadFailureDoesNotRemoveLegacyModel
[2026-06-03 14:18:03] INFO Downloading model from URL 1: ://bad-url
[2026-06-03 14:18:03] INFO Model install from URL 1 failed: parse "://bad-url": missing protocol scheme
--- PASS: TestDownloadFailureDoesNotRemoveLegacyModel (0.00s)
=== RUN   TestDownloadProfileFallsBackWhenPrimaryArchiveInvalid
[2026-06-03 14:18:03] INFO Downloading model from URL 1: http://127.0.0.1:62376/bad
[2026-06-03 14:18:03] INFO Extracting model archive...
[2026-06-03 14:18:03] INFO Model install from URL 1 failed: extraction failed: tar extraction failed: exit status 1, output: tar: Error opening archive: Unrecognized archive format
 
[2026-06-03 14:18:03] INFO Downloading model from URL 2: http://127.0.0.1:62376/fallback
[2026-06-03 14:18:03] INFO Extracting model archive...
[2026-06-03 14:18:03] INFO Model download and extraction complete
--- PASS: TestDownloadProfileFallsBackWhenPrimaryArchiveInvalid (0.01s)
=== RUN   TestDownloadProfileBadArchiveDoesNotWriteInstalledState
[2026-06-03 14:18:03] INFO Downloading model from URL 1: http://127.0.0.1:62378
[2026-06-03 14:18:03] INFO Extracting model archive...
[2026-06-03 14:18:03] INFO Model install from URL 1 failed: extraction failed: tar extraction failed: exit status 1, output: tar: Error opening archive: Unrecognized archive format
 
--- PASS: TestDownloadProfileBadArchiveDoesNotWriteInstalledState (0.00s)
PASS
ok      voicesnap/internal/model    0.623s