Reenable Callcontroller tests #2288
Annotations
2 errors and 12 warnings
StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift#L153
errors thrown from here are not handled
|
|
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/RTCPeerConnectionCoordinator_Tests.swift#L85
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift#L86
capture of 'mockLocalMediaAdapterA' with non-sendable type 'MockLocalMediaAdapter?' in a `@Sendable` closure
|
StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift#L87
capture of 'mockLocalMediaAdapterB' with non-sendable type 'MockLocalMediaAdapter?' in a `@Sendable` closure
|
StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift#L88
capture of 'mockLocalMediaAdapterC' with non-sendable type 'MockLocalMediaAdapter?' in a `@Sendable` closure
|
StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift#L87
implicit capture of 'mockLocalMediaAdapterB' requires that 'MockLocalMediaAdapter?' conforms to `Sendable`
|
StreamVideoTests/WebRTC/v2/PeerConnection/RTCPeerConnectionCoordinator_Tests.swift#L88
implicit capture of 'mockLocalMediaAdapterC' requires that 'MockLocalMediaAdapter?' conforms to `Sendable`
|
|
This job failed
Loading