Skip to content

Commit

Permalink
Fix client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Feb 19, 2024
1 parent aa88991 commit 0044617
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
coverage.*
*.sqlite*
./transcoder
./data
data/
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var streamFragmentCases = []struct {
{"v0_s000000.ts", 2_000_000},
{"v1_s000000.ts", 760_000},
{"v2_s000000.ts", 300_000},
{"v3_s000000.ts", 100_000},
{"v3_s000000.ts", 120_000},
}

func TestClientSuite(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion client/testdata/known-stream/master.m3u8
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ v1.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=655600,RESOLUTION=640x360,CODECS="avc1.4d401e,mp4a.40.2",CLOSED-CAPTIONS=NONE
v2.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=180400,RESOLUTION=256x144,CODECS="avc1.4d400b,mp4a.40.2",CLOSED-CAPTIONS=NONE
#EXT-X-STREAM-INF:BANDWIDTH=215600,RESOLUTION=256x144,CODECS="avc1.4d400b,mp4a.40.2",CLOSED-CAPTIONS=NONE
v3.m3u8
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
conductor:
image: odyseeteam/transcoder-conductor:24.2.2
image: odyseeteam/transcoder-conductor:24.2.3
platform: linux/amd64
container_name: tc-conductor
command:
Expand All @@ -26,7 +26,7 @@ services:
max_attempts: 3
window: 120s
cworker:
image: odyseeteam/transcoder-cworker:24.2.2
image: odyseeteam/transcoder-cworker:24.2.3
platform: linux/amd64
container_name: tc-cworker
command:
Expand Down

0 comments on commit 0044617

Please sign in to comment.