Run PlayLog Unit Tests #238
Annotations
4 errors and 5 warnings
Run Player PlayLog tests (xcodebuild):
Tests/PlayerTests/Playlog/PlayLogTests.swift#L1484
test_load_and_play_and_pause_and_seek_and_play_and_setNext_and_pause_and_play_and_skipToNext_and_seek_and_reset, Asynchronous wait failed: Exceeded timeout of 4 seconds, with unfulfilled expectations: "Expected for the track to reach 2.0 second(s)".
|
Run Player PlayLog tests (xcodebuild):
Tests/PlayerTests/Playlog/PlayLogTests.swift#L1416
test_load_and_play_and_pause_and_seek_and_play_and_setNext_and_pause_and_play_and_skipToNext_and_seek_and_reset, XCTAssertEqual failed: ("3.0") is not equal to ("0.0") - Expected startAssetPosition to be 0.0 but got 3.0
|
Run Player PlayLog tests (xcodebuild):
Tests/PlayerTests/Playlog/PlayLogTests.swift#L1452
test_load_and_play_and_pause_and_seek_and_play_and_setNext_and_pause_and_play_and_skipToNext_and_seek_and_reset, XCTAssertTrue failed - Expected PlayLogEvents to have the same actions: expected [Player.Action(actionType: Player.ActionType.PLAYBACK_STOP, assetPosition: 2.0, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_START, assetPosition: 3.0, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_STOP, assetPosition: 3.0, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_START, assetPosition: 3.0, timestamp: 1)] but got [Player.Action(actionType: Player.ActionType.PLAYBACK_STOP, assetPosition: 0.0, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_START, assetPosition: 3.0, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_STOP, assetPosition: 3.0, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_START, assetPosition: 3.112008458, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_STOP, assetPosition: 3.112504917, timestamp: 1), Player.Action(actionType: Player.ActionType.PLAYBACK_START, assetPosition: 3.145578208, timestamp: 1)].
|
Run Player PlayLog tests (xcodebuild)
Process completed with exit code 65.
|
Run Player PlayLog tests (xcodebuild):
Sources/Auth/Model/LegacyCredentials.swift#L5
'Scopes' is deprecated: Use Set<String> instead
|
Run Player PlayLog tests (xcodebuild):
Sources/Auth/Model/LegacyCredentials.swift#L7
'Scopes' is deprecated: Use Set<String> instead
|
Run Player PlayLog tests (xcodebuild):
Sources/Auth/Model/LegacyCredentials.swift#L5
'Scopes' is deprecated: Use Set<String> instead
|
Run Player PlayLog tests (xcodebuild):
Sources/Auth/Model/LegacyCredentials.swift#L7
'Scopes' is deprecated: Use Set<String> instead
|
Run Player PlayLog tests (xcodebuild):
Tests/PlayerTests/Playlog/PlayLogTests.swift#L132
initialization of immutable value 'djProducerSession' was never used; consider replacing with assignment to '_' or removing it
|
Loading