Reenable Callcontroller tests #2283
Annotations
10 errors, 11 warnings, and 6 notices
StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift#L160
test_handleParticipantJoined_givenEventWithUserOtherThanRecordingWithLessThanParticipantsThreshold_whenPublished_thenAddsParticipant, XCTAssertNotNil failed
|
StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift#L161
test_handleParticipantJoined_givenEventWithUserOtherThanRecordingWithLessThanParticipantsThreshold_whenPublished_thenAddsParticipant, XCTAssertTrue failed
|
StreamVideoTests/WebRTC/SFU/SFUEventAdapter_Tests.swift#L464
test_handleTrackUnpublished_givenAudioEvent_whenPublished_thenUpdatesParticipantAudioStatus, XCTAssertFalse failed
|
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")")
|
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")")
|
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")")
|
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")")
|
StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift#L439
test_buildSubscriptionDetails_returnsTrackSubscriptionDetailsForParticipantsOtherThanLocal, XCTAssertEqual failed: ("6") is not equal to ("3")
|
StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift#L440
test_buildSubscriptionDetails_returnsTrackSubscriptionDetailsForParticipantsOtherThanLocal, XCTAssertEqual failed: ("") is not equal to ("1")
|
StreamVideoTests/WebRTC/v2/WebRTCJoinRequestFactory_Tests.swift#L441
test_buildSubscriptionDetails_returnsTrackSubscriptionDetailsForParticipantsOtherThanLocal, XCTAssertEqual failed: ("") is not equal to ("1")
|
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/
|
Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift#L97
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
|
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
|
Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift#L10
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Sources/StreamVideo/protobuf/sfu/signal_rpc/signal.twirp.swift#L70
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
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
|
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
|
StreamVideoTests/StreamVideo_Tests.swift#L69
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
StreamVideoTests/StreamVideo_Tests.swift#L77
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
StreamVideoTests/StreamVideo_Tests.swift#L91
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
StreamVideoTests/StreamVideo_Tests.swift#L110
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
|
|
|
|
|
|
This job failed
Loading