Reenable Callcontroller tests #2283
smoke-checks.yml
on: pull_request
Test LLC (Debug)
20m 4s
Test SwiftUI (Debug)
11m 17s
Test UIKit (Debug)
14m 43s
Automated Code Review
1m 9s
Build SDKs (Xcode 15.0)
0s
Build Demo Apps
0s
Matrix: Test E2E UI (Debug)
Annotations
11 errors, 15 warnings, and 6 notices
Automated Code Review
Process completed with exit code 1.
|
Test LLC (Debug):
StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift#L160
test_handleParticipantJoined_givenEventWithUserOtherThanRecordingWithLessThanParticipantsThreshold_whenPublished_thenAddsParticipant, XCTAssertNotNil failed
|
Test LLC (Debug):
StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift#L161
test_handleParticipantJoined_givenEventWithUserOtherThanRecordingWithLessThanParticipantsThreshold_whenPublished_thenAddsParticipant, XCTAssertTrue failed
|
Test LLC (Debug):
StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift#L464
test_handleTrackUnpublished_givenAudioEvent_whenPublished_thenUpdatesParticipantAudioStatus, XCTAssertFalse failed
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift#L94
test_transition_authenticationFails_transitionsToDisconnected, XCTAssertEqual failed: ("Optional("")") is not equal to ("Optional("E85BE992-0B65-483A-8C1F-4710DB1A3520")")
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift#L94
test_transition_authenticationFails_transitionsToDisconnected, XCTAssertEqual failed: ("Optional("")") is not equal to ("Optional("4EE17756-CDBB-492B-AEFA-E976A0D58E16")")
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift#L94
test_transition_authenticationFails_transitionsToDisconnected, XCTAssertEqual failed: ("Optional("")") is not equal to ("Optional("A7C1BA38-65E9-4B73-82BA-3D391D7D236E")")
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift#L94
test_transition_authenticationFails_transitionsToDisconnected, XCTAssertEqual failed: ("Optional("")") is not equal to ("Optional("28641756-8552-45FB-A246-AAFCF6480621")")
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift#L439
test_buildSubscriptionDetails_returnsTrackSubscriptionDetailsForParticipantsOtherThanLocal, XCTAssertEqual failed: ("6") is not equal to ("3")
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift#L440
test_buildSubscriptionDetails_returnsTrackSubscriptionDetailsForParticipantsOtherThanLocal, XCTAssertEqual failed: ("") is not equal to ("1")
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift#L441
test_buildSubscriptionDetails_returnsTrackSubscriptionDetailsForParticipantsOtherThanLocal, XCTAssertEqual failed: ("") is not equal to ("1")
|
Automated Code Review
buildcache: unable to delete buildcache.log Error: ENOENT: no such file or directory, unlink '/Users/runner/work/stream-video-swift/stream-video-swift/.buildcache/buildcache.log'
|
Automated Code Review
The following actions use a deprecated Node.js version and will be forced to run on node20: mikehardy/buildcache-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test SwiftUI (Debug)
The following actions use a deprecated Node.js version and will be forced to run on node20: mikehardy/buildcache-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test UIKit (Debug)
The following actions use a deprecated Node.js version and will be forced to run on node20: mikehardy/buildcache-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test LLC (Debug)
The following actions use a deprecated Node.js version and will be forced to run on node20: mikehardy/buildcache-action@v2, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test LLC (Debug):
Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift#L97
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
|
Test LLC (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift#L182
non-sendable type 'any StreamRTCPeerConnectionProtocol' in asynchronous access to actor-isolated property 'peerConnection' cannot cross actor boundary
|
Test LLC (Debug):
Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift#L10
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Test LLC (Debug):
Sources/StreamVideo/protobuf/sfu/signal_rpc/signal.twirp.swift#L70
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter_Tests.swift#L231
'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
|
Test LLC (Debug):
StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift#L201
capture of 'validator' with non-sendable type '(WebRTCCoordinator.StateMachine.Stage) async throws -> Void' in a `@Sendable` closure
|
Test LLC (Debug):
StreamVideoTests/StreamVideo_Tests.swift#L69
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
Test LLC (Debug):
StreamVideoTests/StreamVideo_Tests.swift#L77
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
Test LLC (Debug):
StreamVideoTests/StreamVideo_Tests.swift#L91
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
Test LLC (Debug):
StreamVideoTests/StreamVideo_Tests.swift#L110
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
Test LLC (Debug)
Skipped StreamVideoTests.CallCRUDTest.test_grantPermissionsByRequest
|
Test LLC (Debug)
Skipped StreamVideoTests.CallCRUDTest.test_grantPermissions
|
Test LLC (Debug)
Skipped StreamVideoTests.CallCRUDTest.test_joinBackstageRegularUser
|
Test LLC (Debug)
Skipped StreamVideoTests.CallCRUDTest.test_muteAllUsers
|
Test LLC (Debug)
Skipped StreamVideoTests.CallCRUDTest.test_muteUserById
|
Test LLC (Debug)
Skipped StreamVideoTests.CallCRUDTest.test_setAndDeleteVoipDevices
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
LLC Test Data
Expired
|
400 KB |
|
Test Data LLC
Expired
|
238 KB |
|