Skip to content

Fix ErrorTests.testInvalidStream() #286

Fix ErrorTests.testInvalidStream()

Fix ErrorTests.testInvalidStream() #286

Re-run triggered December 11, 2024 07:44
Status Cancelled
Total duration 36m 44s
Artifacts

ci.yml

on: push
Matrix: 🧪 Tests
Fit to window
Zoom out
Zoom in

Annotations

41 errors and 1 warning
NavigationBackwardChecksTests.testCanReturnForLiveWithPreviousItem(): Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#L1
expected to eventually equal <live>, got <unknown> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#EndingLineNumber=68&StartingLineNumber=68)
NavigationBackwardChecksTests.testCannotReturnForLiveWithoutPreviousItem(): Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#L1
expected to eventually equal <live>, got <unknown> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#EndingLineNumber=75&StartingLineNumber=75)
NavigationBackwardChecksTests.testCanReturnForOnDemandAtBeginningWithPreviousItem(): Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#L1
expected to eventually equal <onDemand>, got <unknown> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#EndingLineNumber=43&StartingLineNumber=43)
NavigationBackwardChecksTests.testCannotReturnForOnDemandAtBeginningWithoutPreviousItem(): Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#L1
expected to eventually equal <onDemand>, got <unknown> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Playlist/NavigationBackwardChecksTests.swift#EndingLineNumber=20&StartingLineNumber=20)
ReplayTests.testWithOneGoodItemAndOneBadItem(): Tests/PlayerTests/Player/ReplayTests.swift#L1
expected to eventually equal <5BF08971-7EB1-4BD7-9AC8-C0CE894549F2>, got <C7322C44-6CB9-44A0-9625-DD6BEFF6EFB1> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/ReplayTests.swift#EndingLineNumber=61&StartingLineNumber=61)
ReplayTests.testWithManyGoodItems(): Tests/PlayerTests/Player/ReplayTests.swift#L1
expected to eventually equal <1EC26E41-F440-47C9-B23D-A3674899023B>, got <2B7E028A-0FAF-4BC3-8504-629E5702BA09> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/ReplayTests.swift#EndingLineNumber=41&StartingLineNumber=41)
ReplayTests.testWithOneGoodItemPlayedEntirely(): Tests/PlayerTests/Player/ReplayTests.swift#L1
expected to eventually be nil, got <F562D7E9-2F61-4164-830B-19DEF71E046D> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/ReplayTests.swift#EndingLineNumber=23&StartingLineNumber=23)
ReplayTests.testResumePlaybackIfNeeded(): Tests/PlayerTests/Player/ReplayTests.swift#L1
expected to eventually be nil, got <D342BDD5-C7CA-4782-B052-ACCFFDE623DF> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/ReplayTests.swift#EndingLineNumber=70&StartingLineNumber=70)
PlayerLimitsTests.testLoadedItem(): Tests/PlayerTests/Types/PlayerLimitsTests.swift#L1
expected to eventually equal <paused>, got <idle> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Types/PlayerLimitsTests.swift#EndingLineNumber=70&StartingLineNumber=70)
PlayerItemTrackerUpdateTests.testMetadataUpdate(): Tests/PlayerTests/Tracking/PlayerItemTrackerUpdateTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
PlayerItemTrackerUpdateTests.testMetadata(): Tests/PlayerTests/Tracking/PlayerItemTrackerUpdateTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
ProgressTrackerSeekBehaviorTests.testDeferredSeek(): Tests/PlayerTests/ProgressTracker/ProgressTrackerSeekBehaviorTests.swift#L1
expected to eventually equal <ClosedRange(0.0...1.0)>, got <ClosedRange(0.0...0.0)> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/ProgressTracker/ProgressTrackerSeekBehaviorTests.swift#EndingLineNumber=49&StartingLineNumber=49)
ProgressTrackerSeekBehaviorTests.testImmediateSeek(): Tests/PlayerTests/ProgressTracker/ProgressTrackerSeekBehaviorTests.swift#L1
expected to eventually equal <ClosedRange(0.0...1.0)>, got <ClosedRange(0.0...0.0)> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/ProgressTracker/ProgressTrackerSeekBehaviorTests.swift#EndingLineNumber=29&StartingLineNumber=29)
ReplayChecksTests.testWithOneGoodItemPlayedEntirely(): Tests/PlayerTests/Player/ReplayChecksTests.swift#L1
expected to eventually be true, got <false> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/ReplayChecksTests.swift#EndingLineNumber=25&StartingLineNumber=25)
ReplayChecksTests.testWithOneGoodItemAndOneBadItem(): Tests/PlayerTests/Player/ReplayChecksTests.swift#L1
expected to eventually be true, got <false> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/ReplayChecksTests.swift#EndingLineNumber=64&StartingLineNumber=64)
ReplayChecksTests.testWithManyGoodItems(): Tests/PlayerTests/Player/ReplayChecksTests.swift#L1
expected to eventually be true, got <false> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/ReplayChecksTests.swift#EndingLineNumber=46&StartingLineNumber=46)
PlayerItemTrackerMetricPublisherTests.testError(): Tests/PlayerTests/Tracking/PlayerItemTrackerMetricPublisherTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
PlayerItemTrackerMetricPublisherTests.testItemPlayback(): Tests/PlayerTests/Tracking/PlayerItemTrackerMetricPublisherTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
PlayerItemTrackerMetricPublisherTests.testPlaylist(): Tests/PlayerTests/Tracking/PlayerItemTrackerMetricPublisherTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
MetricsCollectorTests.testPlayback(): Tests/PlayerTests/Metrics/MetricsCollectorTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
MetricsCollectorTests.testPlayerSetToNil(): Tests/PlayerTests/Metrics/MetricsCollectorTests.swift#L1
expected to eventually not be empty, got <[]> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Metrics/MetricsCollectorTests.swift#EndingLineNumber=72&StartingLineNumber=72)
SpeedTests.testPlaylistEnd(): Tests/PlayerTests/Player/SpeedTests.swift#L1
expected to eventually be nil, got <E756E644-CB50-407D-B2C7-16D946AA2E36> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/SpeedTests.swift#EndingLineNumber=128&StartingLineNumber=128)
SpeedTests.testSpeedUpdateWhenApproachingLiveEdge(): Tests/PlayerTests/Player/SpeedTests.swift#L1
expected to eventually equal <1>, got <2> (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Tests/PlayerTests/Player/SpeedTests.swift#EndingLineNumber=120&StartingLineNumber=120)
PlayerItemTrackerLifeCycleTests.testItemEntirePlayback(): Tests/PlayerTests/Tracking/PlayerItemTrackerLifeCycleTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
PlayerItemTrackerLifeCycleTests.testMoveCurrentItem(): Tests/PlayerTests/Tracking/PlayerItemTrackerLifeCycleTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
PlayerItemTrackerLifeCycleTests.testItemPlayback(): Tests/PlayerTests/Tracking/PlayerItemTrackerLifeCycleTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
PlayerItemTrackerLifeCycleTests.testNetworkLoadedItemEntirePlayback(): Tests/PlayerTests/Tracking/PlayerItemTrackerLifeCycleTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
PlayerItemTrackerLifeCycleTests.testFailedItem(): Tests/PlayerTests/Tracking/PlayerItemTrackerLifeCycleTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple-github-runner-poc/pillarbox-apple-github-runner-poc/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
🧪 Tests (tvos)
testCurrentItem on 'Clone 1 of Apple TV - xctest (13488)' (20.721 seconds)
🧪 Tests (tvos)
testWithOneGoodItemAndOneBadItem on 'Clone 1 of Apple TV - xctest (13488)' (20.013 seconds)
🧪 Tests (tvos)
testCanReturnForLiveWithPreviousItem on 'Clone 1 of Apple TV - xctest (16518)' (20.030 seconds)
🧪 Tests (tvos)
testWithOneGoodItemAndOneBadItem on 'Clone 1 of Apple TV - xctest (13488)' (20.013 seconds)
🧪 Tests (tvos)
testCanReturnForLiveWithPreviousItem on 'Clone 1 of Apple TV - xctest (16518)' (20.020 seconds)
🧪 Tests (tvos)
testWithOneGoodItemAndOneBadItem on 'Clone 1 of Apple TV - xctest (13488)' (20.010 seconds)
🧪 Tests (tvos)
testCanReturnForLiveWithPreviousItem on 'Clone 1 of Apple TV - xctest (16518)' (20.021 seconds)
🧪 Tests (tvos)
testWithOneGoodItemAndOneBadItem on 'Clone 1 of Apple TV - xctest (13488)' (20.013 seconds)
🧪 Tests (tvos)
testCanReturnForLiveWithPreviousItem on 'Clone 1 of Apple TV - xctest (16518)' (20.025 seconds)
🧪 Tests (tvos)
testWithManyGoodItems on 'Clone 1 of Apple TV - xctest (13488)' (20.015 seconds)
🧪 Tests (tvos)
❌ Tests reported 28 failures
🧪 Tests (ios)
The run was canceled by @waliid.
🧪 Tests (ios)
The operation was canceled.
🧪 Tests (tvos)
-disable-concurrent-testing is deprecated. Use -disable-concurrent-destination-testing instead.