Details of upload 9c359552-ae46-43bb-956c-98d8275b670f

Created at
2024-02-22T00:09:58.142Z
Total number of tests
975
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
d677dcf
Pull request base ref
main
Pull request head ref
feature/no-connection-serial
Branch / tag name
1714/merge
Workflow asset retention period
90 days
GitHub action
__run_6
GitHub run ID
7997064201
GitHub run attempt
1
GitHub run number
76
GitHub job
check
GitHub job URL
https://github.com/ably/ably-cocoa/actions/runs/7997064201/job/21840763024
Loop iteration
1

Test failures

There are 2 failures in this upload.

Failure ID Test case ID Test class Test case Message
f82ca160-a682-4f67-a28c-252a8a353847 fb6f54e8-10ef-4d44-b09d-d9ef8861c278 RealtimeClientConnectionTests test__103a__Connection__Transport_disconnected_side_effects__should_resend_any_ProtocolMessage_by_processing_connection_wide_pending_messages() failed - splitDone called more than the expected 2 times (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=3537&StartingLineNumber=3537)
c877201a-dd0d-4d6c-9962-7ce76984cd88 4fba756f-ff94-41f2-95a5-0f11192c678d RealtimeClientPresenceTests test__200__Presence__PresenceMap_should_perform_re_entry_whenever_a_channel_moves_into_the_attached_state_and_presence_message_consists_of_enter_action_with_client_id_and_data() expected to have Array<ARTPresenceMessage> with count 4, got 2 Actual Value: [<ARTPresenceMessage: 0x600000de7200> { id: 0Ov4u4K46V:0:0, clientId: client1, connectionId: 0Ov4u4K46V, timestamp: (null), encoding: , data: client1data, action: 2, syncSessionId: 0 }, <ARTPresenceMessage: 0x600000d7cbe0> { id: 0Ov4u4K46V:1:0, clientId: client2, connectionId: 0Ov4u4K46V, timestamp: (null), encoding: , data: client2data, action: 2, syncSessionId: 0 }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=2960&StartingLineNumber=2960)