Details of upload 9d1d0d7e-436c-4795-a413-76cb86e0a555

Created at
2024-06-17T00:17:08.141Z
Total number of tests
884
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
09e0a92
Pull request base ref
main
Pull request head ref
fix/1936-shouldQueueEvents
Branch / tag name
1937/merge
Workflow asset retention period
90 days
GitHub action
__run_6
GitHub run ID
9539736272
GitHub run attempt
1
GitHub run number
237
GitHub job
check
GitHub job URL
https://github.com/ably/ably-cocoa/actions/runs/9539736272/job/26290427470
Loop iteration
1

Test failures

There are 11 failures in this upload.

Failure ID Test case ID Test class Test case Message
e6967b96-83b7-4b13-8e75-6a9111c6335b dacc25ac-0ad6-4100-9dde-b5b7408bfc47 RealtimeClientConnectionTests test__068a__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_same_connectionId_as_the_current_client__and_no_error() XCTAssertEqual failed: ("0") is not equal to ("1") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2572&StartingLineNumber=2572)
ec3eb4fa-2652-45c7-9b9d-4d218a9d4302 1e984ba5-9334-487c-862e-cc7d15b10459 RealtimeClientConnectionTests test__068b__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_same_connectionId_as_the_current_client__and_no_error() expected to eventually equal <Attached>, got <Initialized> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2605&StartingLineNumber=2605)
341b18f3-a787-4744-aab7-0e2739f0fbc9 70fb69c2-e1db-4ad0-9835-c98bac1e3f96 RealtimeClientConnectionTests test__068c__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_same_connectionId_as_the_current_client__and_no_error() XCTAssertEqual failed: ("0") is not equal to ("1") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2650&StartingLineNumber=2650)
8cf72d66-b68f-4be9-a9e5-2a0662a34b8c 11eafbb1-7d3f-4a70-bbf5-2389ade8aea5 RealtimeClientConnectionTests test__069__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_different_connectionId_than_the_current_client_and_an_non_fatal_error() expected to eventually have NSArray with count 1, got 0. Actual Value: () (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2691&StartingLineNumber=2691)
f8af9a19-5465-4343-8a0a-c8fe785d420f 12e88312-9d11-4ace-bcc0-367205c9c24a RealtimeClientPresenceTests test__019__Presence__Channel_state_change_side_effects__if_the_channel_enters_the_FAILED_state__should_clear_the_PresenceMap_including_local_members_and_does_not_emit_any_presence_events() expected to be empty, got <{user = "<ARTPresenceMessage: 0x600003908000> {\n id: BCbvvM_Ac1:0:0,\n clientId: user,\n connectionId: BCbvvM_Ac1,\n timestamp: 2024-06-17 00:01:50 +0000,\n encoding: (null),\n data: (null),\n action: 1,\n}";}> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=558&StartingLineNumber=558)
3d0869aa-4c16-4351-8534-e20237f9a385 3d3eb562-982f-43f6-99d0-35e393d3ad06 RealtimeClientPresenceTests test__096__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is_INITIALIZED_and_queueMessages_has_been_explicitly_set_to_false() XCTAssertEqual failed: ("Optional(91001)") is not equal to ("Optional(80010)") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=3073&StartingLineNumber=3073)
42316869-1428-4b14-81b9-4cea85f93690 e966c950-4c6f-4a4c-be1e-81cebd20bd4e RealtimeClientPresenceTests test__110__Presence__get__Query__set_of_params___waitForSync_is_true__should_wait_until_SYNC_is_complete_before_returning_a_list_of_members() expected to eventually be true, got <false> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=3357&StartingLineNumber=3357)
6775eef1-d3d4-42b9-9623-47fb1921b275 65a778cb-5314-488a-96c7-09234d437fa4 RestClientChannelTests test__014__publish__Message_clientId__publishing_with_no_clientId_when_the_clientId_is_set_to_some_value_in_the_client_options_should_result_in_a_message_received_with_the_clientId_property_set_to_that_value() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientChannelTests.swift#EndingLineNumber=393&StartingLineNumber=393)
37ac6ef7-a052-46ab-9e60-8c1500f6d082 795fdf77-318c-42b3-9cd4-b46144403b71 RestClientChannelTests test__015__publish__Message_clientId__publishing_with_a_clientId_set_to_the_same_value_as_the_clientId_in_the_client_options_should_result_in_a_message_received_with_the_clientId_property_set_to_that_value() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientChannelTests.swift#EndingLineNumber=425&StartingLineNumber=425)
10a25715-01f2-4816-a09b-43d26fc9d675 c1023732-429b-4ae8-aff3-11a92181edae RestClientChannelTests test__016__publish__Message_clientId__publishing_with_a_clientId_set_to_a_value_from_an_unidentified_client_should_result_in_a_message_received_with_the_clientId_property_set_to_that_value() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientChannelTests.swift#EndingLineNumber=455&StartingLineNumber=455)
6e9beae4-00a0-4e11-a1c8-19b42d93c4bc c367b120-107d-4a78-a48e-139854344a37 RestClientChannelTests test__017__publish__Message_clientId__publishing_with_a_clientId_set_to_a_different_value_from_the_clientId_in_the_client_options_should_result_in_a_message_being_rejected_by_the_server() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientChannelTests.swift#EndingLineNumber=486&StartingLineNumber=486)