Skip to content

ehhh... i don't understand... #645

ehhh... i don't understand...

ehhh... i don't understand... #645

Triggered via push February 6, 2024 02:05
Status Cancelled
Total duration 5m 25s
Artifacts 1

run-tests.yml

on: push
Integration and Unit tests
5m 11s
Integration and Unit tests
Acceptance tests
5m 10s
Acceptance tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 24 warnings
Acceptance tests: src/Api/PubnubApi/EventEngine/Core/EffectDispatcher.cs#L21
The name 'Console' does not exist in the current context
Acceptance tests: src/Api/PubnubApi/Pubnub.cs#L46
The type or namespace name 'Trace' does not exist in the namespace 'System.Diagnostics' (are you missing an assembly reference?)
Acceptance tests: src/Api/PubnubApi/Pubnub.cs#L49
The type or namespace name 'Trace' does not exist in the namespace 'System.Diagnostics' (are you missing an assembly reference?)
Acceptance tests: src/Api/PubnubApi/Pubnub.cs#L59
The type or namespace name 'Trace' does not exist in the namespace 'System.Diagnostics' (are you missing an assembly reference?)
Acceptance tests: src/Api/PubnubApi/EventEngine/Core/EffectDispatcher.cs#L21
The name 'Console' does not exist in the current context
Acceptance tests: src/Api/PubnubApi/Pubnub.cs#L46
The type or namespace name 'Trace' does not exist in the namespace 'System.Diagnostics' (are you missing an assembly reference?)
Acceptance tests: src/Api/PubnubApi/Pubnub.cs#L49
The type or namespace name 'Trace' does not exist in the namespace 'System.Diagnostics' (are you missing an assembly reference?)
Acceptance tests: src/Api/PubnubApi/Pubnub.cs#L59
The type or namespace name 'Trace' does not exist in the namespace 'System.Diagnostics' (are you missing an assembly reference?)
Acceptance tests
Process completed with exit code 1.
Integration and Unit tests
The operation was canceled.
Acceptance tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v1, actions/upload-artifact@v3, ./.github/.release/actions/actions/utils/fast-jobs-failure. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Acceptance tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Acceptance tests: src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L30
'HandshakeReconnectSuccessEvent.Status' hides inherited member 'HandshakeSuccessEvent.Status'. Use the new keyword if hiding was intended.
Acceptance tests: src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L31
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
Acceptance tests: src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L12
'ReceiveReconnectingState.Channels' hides inherited member 'SubscriptionState.Channels'. Use the new keyword if hiding was intended.
Acceptance tests: src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L13
'ReceiveReconnectingState.ChannelGroups' hides inherited member 'SubscriptionState.ChannelGroups'. Use the new keyword if hiding was intended.
Acceptance tests: src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L15
'ReceiveReconnectingState.ReconnectionConfiguration' hides inherited member 'SubscriptionState.ReconnectionConfiguration'. Use the new keyword if hiding was intended.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Acceptance tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Integration and Unit tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/checkout@v3, microsoft/setup-msbuild@v1, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration and Unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration and Unit tests: src/Api/PubnubApi/EventEngine/Presence/States/StoppedState.cs#L33
'StoppedState.HandleLeftEvent(LeftEvent)' hides inherited member 'APresenceState.HandleLeftEvent(LeftEvent)'. Use the new keyword if hiding was intended.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L30
'HandshakeReconnectSuccessEvent.Status' hides inherited member 'HandshakeSuccessEvent.Status'. Use the new keyword if hiding was intended.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L31
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L12
'ReceiveReconnectingState.Channels' hides inherited member 'SubscriptionState.Channels'. Use the new keyword if hiding was intended.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L13
'ReceiveReconnectingState.ChannelGroups' hides inherited member 'SubscriptionState.ChannelGroups'. Use the new keyword if hiding was intended.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveReconnectingState.cs#L15
'ReceiveReconnectingState.ReconnectionConfiguration' hides inherited member 'SubscriptionState.ReconnectionConfiguration'. Use the new keyword if hiding was intended.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/EventEmitter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Integration and Unit tests: src/Api/PubnubApi/EventEngine/EventEngine.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Artifacts

Produced during runtime
Name Size
acceptance-test-reports Expired
142 KB