Disable parallel testing to improve CI unit test reliability #27
Annotations
39 errors
ProgressTrackerProgressTests.testPlayerChange():
Tests/PlayerTests/ProgressTracker/ProgressTrackerProgressTests.swift#L1
expected to eventually not equal <0>, got <0>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/ProgressTracker/ProgressTrackerProgressTests.swift#EndingLineNumber=83&StartingLineNumber=83)
|
ProgressTrackerProgressTests.testPlayerSetToNil():
Tests/PlayerTests/ProgressTracker/ProgressTrackerProgressTests.swift#L1
expected to eventually not equal <0>, got <0>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/ProgressTracker/ProgressTrackerProgressTests.swift#EndingLineNumber=101&StartingLineNumber=101)
|
ProgressTrackerProgressTests.testEntirePlayback():
Tests/PlayerTests/ProgressTracker/ProgressTrackerProgressTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
CurrentItemTests.testCurrentItemAfterPlayerEnded():
Tests/PlayerTests/Playlist/CurrentItemTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
CurrentItemTests.testSetCurrentItemToSameItem():
Tests/PlayerTests/Playlist/CurrentItemTests.swift#L1
expected to eventually be greater than <1>, got <0>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Playlist/CurrentItemTests.swift#EndingLineNumber=178&StartingLineNumber=178)
|
CurrentItemTests.testCurrentItem():
Tests/PlayerTests/Playlist/CurrentItemTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
CurrentItemTests.testCurrentItemWithMiddleFailedItem():
Tests/PlayerTests/Playlist/CurrentItemTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
CurrentItemTests.testCurrentItemWithLastFailedItem():
Tests/PlayerTests/Playlist/CurrentItemTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
CurrentItemTests.testSlowFirstCurrentItem():
Tests/PlayerTests/Playlist/CurrentItemTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
ReplayChecksTests.testWithOneGoodItemPlayedEntirely():
Tests/PlayerTests/Player/ReplayChecksTests.swift#L1
expected to eventually be true, got <false>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/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/pillarbox-apple/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/pillarbox-apple/Tests/PlayerTests/Player/ReplayChecksTests.swift#EndingLineNumber=46&StartingLineNumber=46)
|
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/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
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/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
SpeedTests.testSpeedUpdateWhenApproachingLiveEdge():
Tests/PlayerTests/Player/SpeedTests.swift#L1
expected to eventually equal <1>, got <2>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Player/SpeedTests.swift#EndingLineNumber=120&StartingLineNumber=120)
|
SpeedTests.testPlaylistEnd():
Tests/PlayerTests/Player/SpeedTests.swift#L1
expected to eventually be nil, got <62658AAB-E20F-44AF-A37B-1BCCA11E4172>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Player/SpeedTests.swift#EndingLineNumber=128&StartingLineNumber=128)
|
AVPlayerBoundaryTimePublisherTests.testPlayback():
Tests/PlayerTests/Publishers/AVPlayerBoundaryTimePublisherTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
BlockedTimeRangeTests.testBlockedTimeRangeTraversal():
Tests/PlayerTests/Player/BlockedTimeRangeTests.swift#L1
expected to eventually be greater than <CMTime(value: 60, timescale: 1, flags: __C.CMTimeFlags(rawValue: 1), epoch: 0)>, got <CMTime(value: 60000000000, timescale: 1000000000, flags: __C.CMTimeFlags(rawValue: 1), epoch: 0)>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Player/BlockedTimeRangeTests.swift#EndingLineNumber=71&StartingLineNumber=71)
|
ProgressTrackerRangeTests.testEntirePlayback():
Tests/PlayerTests/ProgressTracker/ProgressTrackerRangeTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/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/pillarbox-apple/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/pillarbox-apple/Tests/PlayerTests/Metrics/MetricsCollectorTests.swift#EndingLineNumber=72&StartingLineNumber=72)
|
QueueTests.testFailingMp3ItemBetweenPlayableItems():
Tests/PlayerTests/Player/QueueTests.swift#L1
expected to eventually be empty, got <[http://localhost:8123/simple/on_demand_short/master.m3u8, http://localhost:8123/unavailable.mp3]>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Player/QueueTests.swift#EndingLineNumber=123&StartingLineNumber=123)
|
QueueTests.testFailingItemUnavailableBetweenPlayableItems():
Tests/PlayerTests/Player/QueueTests.swift#L1
expected to eventually be empty, got <[http://localhost:8123/simple/on_demand_short/master.m3u8, http://localhost:8123/unavailable/master.m3u8]>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Player/QueueTests.swift#EndingLineNumber=113&StartingLineNumber=113)
|
QueueTests.testBetweenPlayableItems():
Tests/PlayerTests/Player/QueueTests.swift#L1
expected to eventually equal <[http://localhost:8123/simple/on_demand/master.m3u8]>, got <[http://localhost:8123/simple/on_demand_short/master.m3u8, http://localhost:8123/simple/on_demand/master.m3u8]>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Player/QueueTests.swift#EndingLineNumber=72&StartingLineNumber=72)
|
QueueTests.testEntirePlayback():
Tests/PlayerTests/Player/QueueTests.swift#L1
expected to eventually be empty, got <[http://localhost:8123/simple/on_demand_short/master.m3u8]>
(/Users/runner/work/pillarbox-apple/pillarbox-apple/Tests/PlayerTests/Player/QueueTests.swift#EndingLineNumber=30&StartingLineNumber=30)
|
ProgressTrackerTimeTests.testEntirePlayback():
Tests/PlayerTests/ProgressTracker/ProgressTrackerTimeTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
MetadataPublisherTests.testEntirePlayback():
Tests/PlayerTests/Publishers/MetadataPublisherTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
AVPlayerPeriodicTimePublisherTests.testPlayback():
Tests/PlayerTests/Publishers/AVPlayerPeriodicTimePublisherTests.swift#L1
Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Waiting for publisher output". (/Users/runner/work/pillarbox-apple/pillarbox-apple/Sources/Circumspect/Publishers.swift#EndingLineNumber=48&StartingLineNumber=48)
|
🧪 Tests (tvos)
testCurrentItemAfterPlayerEnded on 'Clone 1 of Apple TV - xctest (15898)' (20.029 seconds)
|
🧪 Tests (tvos)
testPlayerChange on 'Clone 1 of Apple TV - xctest (13967)' (40.620 seconds)
|
🧪 Tests (tvos)
testCurrentItemAfterPlayerEnded on 'Clone 1 of Apple TV - xctest (15898)' (20.030 seconds)
|
🧪 Tests (tvos)
testCurrentItemAfterPlayerEnded on 'Clone 1 of Apple TV - xctest (15898)' (20.040 seconds)
|
🧪 Tests (tvos)
testPlayerChange on 'Clone 1 of Apple TV - xctest (13967)' (40.023 seconds)
|
🧪 Tests (tvos)
testCurrentItemAfterPlayerEnded on 'Clone 1 of Apple TV - xctest (15898)' (20.029 seconds)
|
🧪 Tests (tvos)
testSetCurrentItemToSameItem on 'Clone 1 of Apple TV - xctest (15898)' (21.028 seconds)
|
🧪 Tests (tvos)
testPlayerChange on 'Clone 1 of Apple TV - xctest (13967)' (40.023 seconds)
|
🧪 Tests (tvos)
testSetCurrentItemToSameItem on 'Clone 1 of Apple TV - xctest (15898)' (21.011 seconds)
|
🧪 Tests (tvos)
testSetCurrentItemToSameItem on 'Clone 1 of Apple TV - xctest (15898)' (21.012 seconds)
|
🧪 Tests (tvos)
❌ Tests reported 28 failures
|