Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluded rtkv1sink from scanned elements #355

Merged
merged 8 commits into from
Jan 13, 2025

w koncu jakis ekspert naprawil

899a9de
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Excluded rtkv1sink from scanned elements #355

w koncu jakis ekspert naprawil
899a9de
Select commit
Loading
Failed to load commit list.
GitHub Actions / Results serveripc succeeded Jan 13, 2025 in 1s

223 passed, 0 failed and 0 skipped

Tests passed successfully

✅ build/serveripc_gtest_result.xml

223 tests were completed in 34ms with 223 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
AckSenderTests 1✅ 0ms
ApplicationManagementServerTests 6✅ 1ms
ControlClientTests 4✅ 0ms
ControlModuleServiceTests 12✅ 1ms
MediaKeysCapabilitiesModuleServiceTests 7✅ 0ms
MediaKeysModuleServiceTests 47✅ 5ms
MediaPipelineCapabilitiesModuleServiceTests 8✅ 0ms
MediaPipelineModuleServiceTests 89✅ 13ms
ServerManagerModuleServiceTests 12✅ 1ms
SessionManagementServerTests 10✅ 5ms
WebAudioPlayerModuleServiceTests 27✅ 3ms

✅ AckSenderTests

✅ shouldSendAck

✅ ApplicationManagementServerTests

✅ shouldInitialize
✅ shouldNotInitializeIfClientInitalizationFails
✅ shouldChangeState
✅ shouldNotChangeStateIfClientNotConnected
✅ shouldStart
✅ shouldStop

✅ ControlClientTests

✅ shouldSendSetApplicationStateEventInactive
✅ shouldSendSetApplicationStateEventRunning
✅ shouldSendSetApplicationStateEventUnknown
✅ shouldSendPingEvent

✅ ControlModuleServiceTests

✅ shouldEstablishConnection
✅ shouldDisconnect
✅ shouldFailToRegisterClient
✅ shouldRegisterClientAndUnregisterItWhenDisconnected
✅ shouldRegisterClientAndUnregisterItWhenDestructed
✅ shouldRegisterClientWithCompatibleSchemaVersion
✅ shouldFailToRegisterClientWithNotCompatibleSchemaVersion
✅ shouldGetSharedMemory
✅ shouldFailToGetSharedMemory
✅ shouldFailToAckWhenControlServiceReturnsFailure
✅ shouldAck
✅ FactoryCreatesObject

✅ MediaKeysCapabilitiesModuleServiceTests

✅ shouldConnectClient
✅ shouldGetSupportedKeySystems
✅ shouldSupportsKeySystem
✅ shouldGetSupportedKeySystemVersion
✅ shouldFailToGetSupportedKeySystemVersion
✅ shouldSupportServerCertificate
✅ FactoryCreatesObject

✅ MediaKeysModuleServiceTests

✅ shouldConnectClient
✅ shouldCreateMediaKeys
✅ shouldFailToCreateMediaKeysDueToInvalidIpc
✅ shouldFailToCreateMediaKeys
✅ shouldDestroyMediaKeysWhenDisconnectClient
✅ shouldDestroyMediaKeys
✅ shouldFailToDestroyMediaKeysDueToInvalidIpc
✅ shouldFailToDestroyMediaKeys
✅ shouldCreateKeySession
✅ shouldFailToCreateKeySessionDueToInvalidIpc
✅ shouldFailToCreateKeySession
✅ shouldGenerateRequest
✅ shouldFailToGenerateRequest
✅ shouldLoadSession
✅ shouldFailToLoadSession
✅ shouldUpdateSession
✅ shouldFailToUpdateSession
✅ shouldCloseKeySession
✅ shouldFailToCloseKeySession
✅ shouldRemoveKeySession
✅ shouldFailToRemoveKeySession
✅ shouldGetCdmKeySessionId
✅ shouldFailToGetCdmKeySessionId
✅ shouldGetExistingKey
✅ shouldFailToGetExistingKey
✅ shouldSetDrmHeader
✅ shouldFailToSetDrmHeader
✅ shouldDeleteDrmStore
✅ shouldFailToDeleteDrmStore
✅ shouldDeleteKeyStore
✅ shouldFailToDeleteKeyStore
✅ shouldGetDrmStoreHash
✅ shouldFailToGetDrmStoreHash
✅ shouldGetKeyStoreHash
✅ shouldFailToGetKeyStoreHash
✅ shouldGetLdlSessionsLimit
✅ shouldFailToGetLdlSessionsLimit
✅ shouldGetLastDrmError
✅ shouldFailToGetLastDrmError
✅ shouldGetDrmTime
✅ shouldFailToGetDrmTime
✅ shouldReleaseKeySession
✅ shouldFailToReleaseKeySession
✅ shouldSendLicenseRequest
✅ shouldSendLicenseRenewal
✅ shouldSendKeyStatusChanged
✅ FactoryCreatesObject

✅ MediaPipelineCapabilitiesModuleServiceTests

✅ shouldConnectClient
✅ shouldGetSupportedMimeTypes
✅ shouldIfMimeTypeIsSupported
✅ getSupportedMimeTypesWillFail
✅ shouldCallGetSupportedProperties
✅ GetSupportedPropertiesWillFail
✅ shouldIfMimeTypeIsSupportedWillFail
✅ shouldConvertMediaType

✅ MediaPipelineModuleServiceTests

✅ shouldConnectClient
✅ FactoryCreatesObject
✅ shouldCreateSession
✅ shouldFailToCreateSession
✅ shouldDestroySessionWhenDisconnectClient
✅ shouldDestroySession
✅ shouldFailToDestroySession
✅ shouldLoadSession
✅ shouldFailToLoadSession
✅ shouldAttachSource
✅ shouldAttachVideoSource
✅ shouldAttachDolbySource
✅ shouldAttachSubtitleSource
✅ shouldFailAttachUnknownSource
✅ shouldAttachAudioSourceWithAdditionalData
✅ shouldSwitchSource
✅ shouldFailToSwitchSource
✅ shouldFailToAttachSource
✅ shouldSucceedAllSourcesAttached
✅ shouldFailAllSourcesAttached
✅ shouldPlay
✅ shouldFailToPlay
✅ shouldPause
✅ shouldFailToPause
✅ shouldStop
✅ shouldFailToStop
✅ shouldSetPosition
✅ shouldFailToSetPosition
✅ shouldHaveData
✅ shouldFailWhenHaveDataIsReceived
✅ shouldSetPlaybackRate
✅ shouldFailWhenSetPlaybackRateIsReceived
✅ shouldSetVideoWindow
✅ shouldFailToSetVideoWindow
✅ shouldGetPosition
✅ shouldFailToGetPosition
✅ shouldSetImmediateOutput
✅ shouldFailToSetImmediateOutput
✅ shouldGetImmediateOutput
✅ shouldFailToGetImmediateOutput
✅ shouldGetStats
✅ shouldFailToGetStats
✅ shouldSendPlaybackStateChangedEvent
✅ shouldSendNetworkStateChangedEvent
✅ shouldSendNeedMediaDataEvent
✅ shouldSendPositionChangeEvent
✅ shouldSendQosEvent
✅ shouldSendPlaybackErrorEvent
✅ shouldSendSourceFlushedEvent
✅ shouldRenderFrame
✅ renderFrameFails
✅ shouldSetVolume
✅ shouldFailToSetVolume
✅ shouldGetVolume
✅ shouldFailToGetVolume
✅ shouldSetMute
✅ shouldFailToSetMute
✅ shouldGetMute
✅ shouldFailToGetMute
✅ shouldSetLowLatency
✅ shouldFailToSetLowLatency
✅ shouldSetSync
✅ shouldFailToSetSync
✅ shouldGetSync
✅ shouldFailToGetSync
✅ shouldSetSyncOff
✅ shouldFailToSetSyncOff
✅ shouldSetStreamSyncMode
✅ shouldFailToSetStreamSyncMode
✅ shouldGetStreamSyncMode
✅ shouldFailToGetStreamSyncMode
✅ shouldFlush
✅ shouldFailToFlush
✅ shouldSetSourcePosition
✅ shouldFailToSetSourcePosition
✅ shouldProcessAudioGap
✅ shouldFailToProcessAudioGap
✅ shouldSetTextTrackIdentifier
✅ shouldFailToSetTextTrackIdentifier
✅ shouldGetTextTrackIdentifier
✅ shouldFailToGetTextTrackIdentifier
✅ shouldSetBufferingLimit
✅ shouldFailToSetBufferingLimit
✅ shouldGetBufferingLimit
✅ shouldFailToGetBufferingLimit
✅ shouldSetUseBuffering
✅ shouldFailToSetUseBuffering
✅ shouldGetUseBuffering
✅ shouldFailToGetUseBuffering

✅ ServerManagerModuleServiceTests

✅ shouldSetConfiguration
✅ shouldSetStateToUninitialized
✅ shouldSetStateToInactive
✅ shouldSetStateToActive
✅ shouldSetStateToNotRunning
✅ shouldSetStateToError
✅ shouldSetLogLevels
✅ shouldFailToSetConfiguration
✅ shouldFailToSetState
✅ shouldPing
✅ shouldFailToPing
✅ shouldFailToPingDueToInvalidController

✅ SessionManagementServerTests

✅ shouldInitializeServer
✅ shouldFailToInitializeServer
✅ shouldStartServer
✅ shouldEstablishConnection
✅ serverWillInitializeWithValidSocketOwnerAndGroup
✅ serverWillInitializeWithValidSocketOwnerAndInvalidGroup
✅ serverWillInitializeWithInvalidSocketOwnerAndValidGroup
✅ serverWillInitializeWithInvalidSocketOwnerAndGroup
✅ shouldDisconnectFromClient
✅ shouldSetLogLevels

✅ WebAudioPlayerModuleServiceTests

✅ shouldConnectClient
✅ shouldCreateWebAudioPlayer
✅ shouldCreateWebAudioPlayerWithPcmConfig
✅ shouldFailToCreateWebAudioPlayer
✅ shouldDestroyWebAudioPlayerWhenDisconnectClient
✅ shouldDestroyWebAudioPlayer
✅ shouldFailToDestroyWebAudioPlayer
✅ shouldPlay
✅ shouldFailToPlay
✅ shouldPause
✅ shouldFailToPause
✅ shouldSetEos
✅ shouldFailToSetEos
✅ shouldGetBufferAvailable
✅ shouldFailToGetBufferAvailable
✅ shouldGetBufferDelay
✅ shouldFailToGetBufferDelay
✅ shouldWriteBuffer
✅ shouldFailToWriteBuffer
✅ shouldGetDeviceInfo
✅ shouldFailToGetDeviceInfo
✅ shouldSetVolume
✅ shouldFailToSetVolume
✅ shouldGetVolume
✅ shouldFailToGetVolume
✅ shouldSendPlayerStateEvent
✅ FactoryCreatesObject