Details of upload d7b14262-5356-4b3b-a798-51a889654a70

Created at
2023-05-12T00:41:23.340Z
Total number of tests
956
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
20b9a05
Pull request base ref
main
Pull request head ref
1695-fix-intermittent-failure
Branch / tag name
1742/merge
Workflow asset retention period
90 days
GitHub action
__run_2
GitHub run ID
4952823957
GitHub run attempt
1
GitHub run number
35
GitHub job
check-1
GitHub job URL
Not known
Loop iteration
2

Test failures

There are 146 failures in this upload.

Failure ID Test case ID Test class Test case Message
35b5222b-fa6f-4aec-b171-0478c56eb489 9dbff615-3ea1-4dbd-92f9-5366fe3329c8 AuthTests test__021__Token__authentication_method__should_transition_the_connection_to_the_FAILED_state_when_the_server_responds_with_a_token_error_and_there_is_no_way_to_renew_the_token() Waited more than 40.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=282&StartingLineNumber=282)
5697ab5c-9889-49f4-900a-3d4962fc840d acd559e8-f57a-44c2-b659-ec34b4d85a9b AuthTests test__022__Token__authentication_method__on_token_error__reissues_token_and_retries_REST_requests() Error is nil (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=286&StartingLineNumber=286)
ec79e1bb-749e-4dec-8727-13ca448d4dc1 da871a04-050c-4d8f-9b84-28cec2ef96bd AuthTests test__042__Token__token_auth_and_clientId__should_check_clientId_consistency__on_realtime() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=923&StartingLineNumber=923)
cd783763-d0ce-444d-9195-2a3e75a79a44 660e2bc8-afe9-4da2-8c31-bb909c63e160 AuthTests test__051__Token__clientId_and_authenticated_clients__Auth_clientId_attribute_is_null__identity_should_be_anonymous_for_all_operations() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=1226&StartingLineNumber=1226)
b2090411-5d10-4e49-b6e0-55bed2e698d1 5cd03bbe-486f-4e28-87bd-89304d1b123e AuthTests test__055__Token__clientId_and_authenticated_clients__auth_clientId_not_null__should_CONNECTED_ProtocolMessages_contain_a_clientId() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=1323&StartingLineNumber=1323)
da52d8bc-a9ac-4469-a893-f8fa32e2a94c f724070b-5530-4962-a4e0-20688f220bf1 AuthTests test__122__authorize__two_consecutive_authorizations__using_Realtime_and_connection_is_CONNECTING__should_call_each_Realtime_authorize_callback() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=3719&StartingLineNumber=3719)
c6470bf1-6551-4fce-a3ed-0f36e404fe45 d04abbab-013e-4198-a76e-c90e30fffeea AuthTests test__141__JWT_and_realtime__client_initialized_with_a_JWT_token_in_ClientOptions__with_invalid_credentials__fails_to_connect_with_reason__invalid_signature_() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=4080&StartingLineNumber=4080)
1b679b8f-e470-4624-a5bc-93252db12efd 1b51839b-2e27-4574-a935-c6a9198f94e1 AuthTests test__145__JWT_and_realtime__when_using_authUrl__when_the_server_sends_and_AUTH_protocol_message__client_reauths_correctly_without_going_through_a_disconnection() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#CharacterRangeLen=0&EndingLineNumber=4192&StartingLineNumber=4192)
a92adf49-f251-4194-b9a6-33de602e4345 b951f878-c11f-4c7e-ba92-4bc2ea481164 DeltaCodecTests test__001__DeltaCodec__decoding__should_decode_vcdiff_encoded_messages() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#CharacterRangeLen=0&EndingLineNumber=36&StartingLineNumber=36)
54387d80-0679-4b26-bee5-b67680715828 1e4cb687-6d57-4a49-94d2-3dea1df52645 DeltaCodecTests test__002__DeltaCodec__decoding__should_fail_and_recover_when_the_vcdiff_messages_are_out_of_order() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#CharacterRangeLen=0&EndingLineNumber=85&StartingLineNumber=85)
48579606-a834-44c4-9215-8f1a35c2d223 782f7ca8-16c7-45fa-93b9-2ddd1aa4ab9f DeltaCodecTests test__003__DeltaCodec__decoding__should_recover_when_the_vcdiff_message_decoding_fails() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#CharacterRangeLen=0&EndingLineNumber=145&StartingLineNumber=145)
3e68c365-67b9-4829-89bf-111b2324e3a9 52ca0539-e996-425c-8cd1-8ad51668d086 RealtimeClientChannelTests test__002__Channel__should_not_crash_when_an_ATTACH_request_is_responded_with_a_DETACHED() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4573&StartingLineNumber=4573)
07e07032-1e1c-493b-aa5a-d4e5d24396fb 59f09cd6-be52-47e0-9fe6-0905baa32903 RealtimeClientChannelTests test__014__Channel__connection_state__if_the_attach_operation_for_the_channel_times_out_and_the_channel_returns_to_the_SUSPENDED_state() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=904&StartingLineNumber=904)
b7c22def-0a61-4759-a71f-d321b5f30198 547bcde9-c099-4c76-a71b-7ef6a96713cf RealtimeClientChannelTests test__015__Channel__connection_state__should_attach_successfully_and_remain_attached_when_the_connection_state_without_a_successful_recovery_gets_CONNECTED() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=943&StartingLineNumber=943)
e001f573-e9bd-4231-a3d5-3a9aa9705cec 93a1358c-cd03-42d7-95d4-ae5a59ec8b82 RealtimeClientChannelTests test__021__Channel__connection_state__changes_to_FAILED__should_keep_the_channels_attached_when_client_reconnected_successfully_and_queue_messages_is_disabled() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=714&StartingLineNumber=714)
26b4b854-388d-4d1c-8953-3076237f4faf f52c44b6-9548-46b5-abff-60589901985c RealtimeClientChannelTests test__022__Channel__connection_state__changes_to_CLOSED__ATTACHING_channel_should_transition_to_DETACHED() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=765&StartingLineNumber=765)
1081cceb-3c73-4dad-b2e1-37532b75d763 f6c0af8b-a754-49f1-9727-96040e0db9d0 RealtimeClientChannelTests test__024__Channel__connection_state__changes_to_SUSPENDED__ATTACHING_channel_should_transition_to_SUSPENDED() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=811&StartingLineNumber=811)
e6378e82-8afa-4848-b2ae-9014f5e66c1c 76a62117-6cac-4b6f-b4f6-482db945262f RealtimeClientChannelTests test__030__Channel__attach__should_send_an_ATTACH_ProtocolMessage__change_state_to_ATTACHING_and_change_state_to_ATTACHED_after_confirmation() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1263&StartingLineNumber=1263)
85a45b4b-a7c5-40e2-abad-122e0be9611d 52929c79-153e-4c55-a020-f534585c2d62 RealtimeClientChannelTests test__032__Channel__attach__should_transition_the_channel_state_to_SUSPENDED_if_ATTACHED_ProtocolMessage_is_not_received() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1310&StartingLineNumber=1310)
53018ab6-bbf4-4007-ba18-28cebdbaec72 9608e5a1-6d53-48ea-a050-8013a9b06a63 RealtimeClientChannelTests test__038__Channel__attach__a_channel_in_DETACHING_can_actually_move_back_to_ATTACHED_if_it_fails_to_detach() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1480&StartingLineNumber=1480)
44402376-41b1-412f-a77b-e36a18ae0c9b fcac58bf-41b1-4dd5-bff7-0ecb5ad41986 RealtimeClientChannelTests test__039__Channel__attach__results_in_an_error_if_the_connection_state_is__CLOSING() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1120&StartingLineNumber=1120)
ee5eb978-f809-4664-a4c6-352e057352e9 383cce89-8450-47cf-86e4-c00b9f782aa0 RealtimeClientChannelTests test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1514&StartingLineNumber=1514)
6891651d-c8e0-43f7-ae60-645d3c1a03bd 205d0d59-fff6-4030-86fa-793c6a59679f RealtimeClientChannelTests test__053__Channel__detach__should_send_a_DETACH_ProtocolMessage__change_state_to_DETACHING_and_change_state_to_DETACHED_after_confirmation() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1787&StartingLineNumber=1787)
660246a6-7423-4ae6-ab3f-4346c02e1337 5158c9cc-47ec-44c9-a006-deb5c0fb56d9 RealtimeClientChannelTests test__057__Channel__detach__if_a_DETACHED_is_not_received_within_the_default_realtime_request_timeout__the_detach_request_should_be_treated_as_though_it_has_failed_and_the_channel_will_return_to_its_previous_state() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1876&StartingLineNumber=1876)
f33ff968-6311-46ac-bdb2-50545868c0bf 2e16f210-f830-421e-9890-433920b661da RealtimeClientChannelTests test__059__Channel__detach__results_in_an_error_if_the_connection_state_is__CLOSING() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1912&StartingLineNumber=1912)
12bb15ef-713f-4c9e-a1d3-a1521bd2ebd5 14f2badc-600f-412b-b8de-f9ec34833430 RealtimeClientChannelTests test__071__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__ATTACHED_then_the_messages_should_be_published_immediately() expected to eventually equal <Attached>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2231&StartingLineNumber=2231)
99bf8b2b-cffc-4d25-8108-c2f9d0d97c26 d35ce3e8-b323-48af-ab2c-c4b61b96200a RealtimeClientChannelTests test__072__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__INITIALIZED_then_the_messages_should_be_published_immediately() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2247&StartingLineNumber=2247)
2b1236f0-0e8e-4c34-93b5-4a7ba5e11b92 2040ca41-1424-4ffa-ba19-435b5ea36499 RealtimeClientChannelTests test__073__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__DETACHED_then_the_messages_should_be_published_immediately() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2272&StartingLineNumber=2272)
a1672efd-84c7-4700-99bc-8cb83258f187 bde0b2c2-76d2-44e2-bb80-1666f594372d RealtimeClientChannelTests test__074__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__ATTACHING_then_the_messages_should_be_published_immediately() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2301&StartingLineNumber=2301)
f3c779e4-1e63-4370-a8ad-9e9a25eff295 3e69d21d-80c0-4dc0-b331-a60aecd6dec5 RealtimeClientChannelTests test__075__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__DETACHING_then_the_messages_should_be_published_immediately() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2329&StartingLineNumber=2329)
207dee3d-b327-4676-83bc-d4bc01036350 598aac66-fdfb-49fb-9d27-0562990d99e1 RealtimeClientChannelTests test__076__Channel__publish__Connection_state_conditions__the_message__should_be_queued_and_delivered_as_soon_as_the_connection_state_returns_to_CONNECTED_if_the_connection_is__INITIALIZED() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2370&StartingLineNumber=2370)
b641a758-f029-4f44-a7a0-08d2a35d1d84 3cc8a6f4-0c40-4ee9-8b22-2b9faed509a1 RealtimeClientChannelTests test__077__Channel__publish__Connection_state_conditions__the_message__should_be_queued_and_delivered_as_soon_as_the_connection_state_returns_to_CONNECTED_if_the_connection_is__CONNECTING() XCTAssertEqual failed: ("Initialized") is not equal to ("Connected") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=16&StartingLineNumber=16)
45ee44c3-7326-4af7-b18d-b5b35d70fef4 df9bd1bc-42ee-41aa-95cd-29b918e847b7 RealtimeClientChannelTests test__078__Channel__publish__Connection_state_conditions__the_message__should_be_queued_and_delivered_as_soon_as_the_connection_state_returns_to_CONNECTED_if_the_connection_is__DISCONNECTED() XCTAssertEqual failed: ("Connecting") is not equal to ("Connected") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=16&StartingLineNumber=16)
04a797be-4024-451e-87c5-e993a0265c27 82a3b77b-d3ce-46b4-b2fe-da01210207a0 RealtimeClientChannelTests test__079__Channel__publish__Connection_state_conditions__the_message__should_NOT_be_queued_instead_it_should_be_published_if_the_channel_is__INITIALIZED() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2418&StartingLineNumber=2418)
b41e669c-1503-4954-8de2-7cb21f93e6a1 5a2d818f-4450-48c4-9d6e-10c987527c5f RealtimeClientChannelTests test__080__Channel__publish__Connection_state_conditions__the_message__should_NOT_be_queued_instead_it_should_be_published_if_the_channel_is__ATTACHING() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2434&StartingLineNumber=2434)
43e2048c-9967-4bfa-91eb-5637ad470b3a 71d3ef5d-c5bc-4f7d-bcdc-acd53a4ab955 RealtimeClientChannelTests test__081__Channel__publish__Connection_state_conditions__the_message__should_NOT_be_queued_instead_it_should_be_published_if_the_channel_is__ATTACHED() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2451&StartingLineNumber=2451)
9cfe567f-ff63-4be7-8a6f-aa5ca039839d 01a3f0b9-bfbd-4727-9b82-e3c4631e0e3b RealtimeClientChannelTests test__082__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_SUSPENDED() XCTAssertEqual failed: ("Closed") is not equal to ("Connected") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=16&StartingLineNumber=16)
a1c77733-e759-4914-9fb0-b08d3ac186b1 0dada546-1342-4ae8-96da-82e23ea381f9 RealtimeClientChannelTests test__083__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_CLOSING() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2519&StartingLineNumber=2519)
2570da0b-fa4e-4016-81d2-b1ce3df0303c 7e00f9fd-515b-4a37-b86d-f1146f15c326 RealtimeClientChannelTests test__084__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_CLOSED() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2534&StartingLineNumber=2534)
d79cd33c-cd10-4fe8-9fa5-81fd5da4815f 5dda5e01-e8e5-4575-9fda-4bb53eff72ca RealtimeClientChannelTests test__085__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_FAILED() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2549&StartingLineNumber=2549)
c0b0c829-eb55-4690-9130-1b9448395fb7 55840604-890b-43b5-b0e1-6d1b6a1fc802 RealtimeClientChannelTests test__086__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__channel_is_SUSPENDED() expected to eventually equal <Attached>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2565&StartingLineNumber=2565)
ad1fbd97-75c2-4f76-bc97-c8375cf8813e e416159b-bc28-4b4b-ba9e-e330fa1e1d8b RealtimeClientChannelTests test__087__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__channel_is_FAILED() expected to eventually equal <Attached>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2581&StartingLineNumber=2581)
016e4951-fc47-4cf6-b747-4fb0d36b705a 0a984f48-2096-4a0f-8b9a-aec305f1fca2 RealtimeClientChannelTests test__088__Channel__publish__message_bundling__Messages_are_delivered_using_a_single_ProtocolMessage_where_possible_by_bundling_in_all_messages_for_that_channel() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2631&StartingLineNumber=2631)
aad1d5c0-fe2c-4abc-a40f-5c36bebbc85c b07e3dc7-cfed-424f-a26d-820d341da8a1 RealtimeClientChannelTests test__089__Channel__publish__message_bundling__The_resulting_ProtocolMessage_must_not_exceed_the_maxMessageSize() XCTAssertNil failed: "Error 80014 - timed out" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2694&StartingLineNumber=2694)
90676a2a-09fe-4537-a3f5-6ddea5d9e6a0 24d37177-c3d9-4b46-b59b-a9dbb82680d2 RealtimeClientChannelTests test__092__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_with_different__non_empty__clientIds_are_posted_via_different_protocol_messages() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2721&StartingLineNumber=2721)
e1589db1-873d-4d02-bbb7-31aedfe6c5d4 f8c4ba98-4d9b-4cf4-87e0-7da26cb10671 RealtimeClientChannelTests test__093__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_with_mixed_empty_non_empty_clientIds_are_posted_via_different_protocol_messages() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2745&StartingLineNumber=2745)
5263577c-f1af-4fc7-93ec-45bb78f12c51 93f73eea-8906-4032-b2b5-19a9e23a113b RealtimeClientChannelTests test__094__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_bundled_by_the_user_are_posted_in_a_single_protocol_message_even_if_they_have_mixed_clientIds() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2775&StartingLineNumber=2775)
60de679b-0075-4277-806e-b83a508885e3 5a4fb511-d26b-4514-86bd-a0d4b3737521 RealtimeClientChannelTests test__096__Channel__publish__expect_either__an_array_of_Message_objects() expected to eventually have Array<ARTProtocolMessage> with count 1, got 0 Actual Value: [] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2968&StartingLineNumber=2968)
7a0a256c-74b6-405e-bc93-a1d2d4a1a0d6 0fde3213-b92a-4fcc-bf85-cd601cbe41c3 RealtimeClientChannelTests test__098__Channel__publish__expect_either__allows_name_to_be_null() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3000&StartingLineNumber=3000)
cb4df12c-3d8e-43be-bcce-c3e6bbb28fe4 b4d750a7-7a20-43d8-b94c-20010b86c9ed RealtimeClientChannelTests test__099__Channel__publish__expect_either__allows_data_to_be_null() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3039&StartingLineNumber=3039)
46681089-36bd-4369-b657-da6ed3c41652 b8e49f1c-20be-49ae-af53-c4fd2020f9cc RealtimeClientChannelTests test__100__Channel__publish__expect_either__allows_name_and_data_to_be_assigned() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3078&StartingLineNumber=3078)
f6941f3e-d4e7-4d26-97ea-0121a575a1a4 966a51ac-fa8f-4b61-8205-b301e863668f RealtimeClientChannelTests test__105__Channel__publish__Identified_clients_with_clientId__When_publishing_a_Message_with_clientId_set_to_null__should_be_unnecessary_to_set_clientId_of_the_Message_before_publishing_and_have_clientId_value_set_for_the_Message_when_received() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3117&StartingLineNumber=3117)
2093ca41-eb84-449c-b561-0b3eb33d3e93 be5a801e-c21f-4adf-8169-17cc53e393b5 RealtimeClientChannelTests test__112__Channel__subscribe__should_deliver_the_message_even_if_there_is_an_error_while_decoding__using_crypto_data_128() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=82&StartingLineNumber=82)
61f07a6b-b83e-4078-ab22-f00e73388b62 de4ae456-fb4c-48d0-a005-5f867b8d61af RealtimeClientChannelTests test__113__Channel__subscribe__should_deliver_the_message_even_if_there_is_an_error_while_decoding__using_crypto_data_256() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=82&StartingLineNumber=82)
c1a05c61-fa4f-4d8e-a041-a366fdf47f76 93636fa4-ff25-4ccf-9c26-b81ad0258288 RealtimeClientChannelTests test__114__Channel__subscribe__message_cannot_be_decoded_or_decrypted__should_deliver_with_encoding_attribute_set_indicating_the_residual_encoding_and_error_should_be_emitted() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3400&StartingLineNumber=3400)
15008f11-8ce9-48be-a39d-e9b27048641e 0524489a-6118-4148-8d56-e44f4763cf43 RealtimeClientChannelTests test__120__Channel__history__attached_channel_may_receive_an_additional_ATTACHED_ProtocolMessage() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3752&StartingLineNumber=3752)
c8057169-16a2-43f9-8b0c-4720e4ed85af 1cc2f1cd-9f3b-4060-8d3b-9b8804733813 RealtimeClientChannelTests test__128__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__the_channel_is_in_the_ATTACHED_states__an_attempt_to_reattach_the_channel_should_be_made_immediately_by_sending_a_new_ATTACH_message_and_the_channel_should_transition_to_the_ATTACHING_state_with_the_error_emitted_in_the_ChannelStateChange_event() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3815&StartingLineNumber=3815)
26f3afa7-c6f5-4c99-a173-3647730177e3 250774fd-969a-4d1f-b2f0-81fb43525b3f RealtimeClientChannelTests test__129__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__the_channel_is_in_the_SUSPENDED_state__an_attempt_to_reattach_the_channel_should_be_made_immediately_by_sending_a_new_ATTACH_message_and_the_channel_should_transition_to_the_ATTACHING_state_with_the_error_emitted_in_the_ChannelStateChange_event() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3856&StartingLineNumber=3856)
08766192-d7b6-4f4b-b1b6-378b190d0eb3 7b7eae42-73fe-484f-8c7a-e7d939d52306 RealtimeClientChannelTests test__130__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__if_the_attempt_to_re_attach_fails_the_channel_will_transition_to_the_SUSPENDED_state_and_the_error_will_be_emitted_in_the_ChannelStateChange_event() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3912&StartingLineNumber=3912)
6326e495-5b3a-4876-8819-dc2b0dda7831 5446ff21-fb56-4f2f-83be-3584acae08be RealtimeClientChannelTests test__131__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__if_the_channel_was_already_in_the_ATTACHING_state__the_channel_will_transition_to_the_SUSPENDED_state_and_the_error_will_be_emitted_in_the_ChannelStateChange_event() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3976&StartingLineNumber=3976)
e040f752-9e22-493e-acae-86f62e8d45d0 9918bc50-ad7b-4275-8c91-26046bed2bee RealtimeClientChannelTests test__131b__Channel__if_the_channel_receives_a_server_initiated_DETACHED_message_and_if_the_attempt_to_reattach_fails_then_the_channel_will_transition_to_SUSPENDED_state_with_periodic_reattach_with_channelRetryTimeout() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4021&StartingLineNumber=4021)
8e4cd7cd-2fb2-4bba-a424-24d714860339 2d35c7f0-678f-41cc-9aeb-2f5908630c42 RealtimeClientChannelTests test__132__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__if_the_connection_is_no_longer_CONNECTED__then_the_automatic_attempts_to_re_attach_the_channel_must_be_cancelled() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4063&StartingLineNumber=4063)
fddbebbd-988f-4aeb-8351-f294d8fb589c 7338a0ca-031c-4238-930c-97aab60c8a38 RealtimeClientChannelTests test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4153&StartingLineNumber=4153)
4cc9a140-e9cd-417c-a674-764b893ee118 b8c3df34-3682-4969-95d8-50e8b44a5b96 RealtimeClientChannelTests test__134__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attaching() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4204&StartingLineNumber=4204)
ece4eafc-e5d7-45bf-bc1d-136fe34b8447 f7d5affa-8f63-457b-a44c-6b1accd92311 RealtimeClientChannelTests test__136__Channel__history__Channel_options__setOptions__should_fail_if_the_attach_moves_to_FAILED() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4288&StartingLineNumber=4288)
f48343c2-2c68-4f3a-8564-1a571403e687 4f0242fb-d507-4200-9402-863cf7700750 RealtimeClientChannelTests test__137__Channel__history__Channel_options__setOptions__should_fail_if_the_attach_moves_to_DETACHED() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4337&StartingLineNumber=4337)
f7cbb680-0f60-499b-a884-fd2113c85307 a3124efd-3216-40d1-95e6-e703a2678dfd RealtimeClientChannelTests test__138__Channel__crypto__if_configured_for_encryption__channels_encrypt_and_decrypt_messages__data() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4488&StartingLineNumber=4488)
db01b118-d018-4fd6-a2f6-02cbeaea0edf d82905dc-a1c1-4cd4-9d15-af18304d7e2c RealtimeClientChannelTests test__Channel_options__setOptions__shouldUpdateOptionsOfRestChannel() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4391&StartingLineNumber=4391)
ad53bfa2-1b37-4d56-a7ba-07ac44e7cfbb 873d90f1-65ec-453b-a804-7f9495ad2763 RealtimeClientConnectionTests test__004__Connection__Library_and_version_param__agent__should_include_the__Ably_Agent__header_value() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=373&StartingLineNumber=373)
19bf9eed-81e7-47ba-b080-0b56b061bb05 34ce2049-f6c4-4a6a-a89e-732340169c1d RealtimeClientConnectionTests test__006__Connection__should_have_an_opened_websocket_connection_and_received_a_CONNECTED_ProtocolMessage() XCTAssertNil failed: "Error 80014 - timed out" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=781&StartingLineNumber=781)
5caefa1c-77ef-4cf7-befe-781f19247c9b ca3eac50-f43c-4f39-b276-0557f80ac074 RealtimeClientConnectionTests test__008__Connection__it_should_make_sure_that__when_the_CLOSED_ProtocolMessage_arrives_for_the_old_connection__it_doesn_t_affect_the_new_one() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1620&StartingLineNumber=1620)
62361400-f988-4094-a078-6bb65d00948e 1b4fee81-8ef2-4f4b-ab50-e2a2366bad51 RealtimeClientConnectionTests test__010__Connection__attributes_within_ConnectionDetails_should_be_used_as_defaults() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3987&StartingLineNumber=3987)
69049d67-a847-41e5-84a1-b1f89c54ea57 22dfe7d6-4289-4002-b135-449d179e7b9d RealtimeClientConnectionTests test__011__Connection__should_disconnect_the_transport_when_no_activity_exist() XCTAssertEqual failed: ("Connecting") is not equal to ("Connected") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=4439&StartingLineNumber=4439)
636d7968-734a-4fa2-8a99-aa964571735b d7892b50-535d-45e8-ad9f-57ae9b1bfd48 RealtimeClientConnectionTests test__013__Connection__should_set_the_Connection_reason_attribute_based_on_the_Error_member_of_the_CONNECTED_ProtocolMessage() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=4513&StartingLineNumber=4513)
15ddee73-7b32-4715-9f9c-058bda730c53 5a4edf28-fd97-4d4f-8db6-1a44973aef94 RealtimeClientConnectionTests test__016__Connection__ConnectionDetails__maxMessageSize_overrides_the_default_maxMessageSize() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=178&StartingLineNumber=178)
4c031e35-dde9-46d4-973e-24d763533b33 3c70f5e7-66e5-4dbd-8d29-db4b76997f6d RealtimeClientConnectionTests test__018__Connection__url__should_connect_with_query_string_params() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=217&StartingLineNumber=217)
e68bf0b1-b782-4c4e-a34b-43014edd08d4 3f34c0fc-fdfc-4695-bf2f-fe2652abcc7d RealtimeClientConnectionTests test__019__Connection__url__should_connect_with_query_string_params_including_clientId() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=254&StartingLineNumber=254)
2b4329c0-ff18-444d-bc00-a3b50e6de116 e560a1f4-9002-4bc6-9a6e-bbab6f91483c RealtimeClientConnectionTests test__027__Connection__event_emitter__any_state_change_triggered_by_a_ProtocolMessage_that_contains_an_Error_member_should_populate_the_Reason_property() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=669&StartingLineNumber=669)
5c1fafe6-240e-4e26-84a7-ab494205a359 013d8f49-9f1b-4d8e-8aa1-e34f3d8281b3 RealtimeClientConnectionTests test__028__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__successful_receipt_and_acceptance_of_message() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=816&StartingLineNumber=816)
9ffa46db-1893-4708-beb3-cae72f9d8dbb fdfe774d-3326-435b-a3d1-58f5f304707a RealtimeClientConnectionTests test__029__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__successful_receipt_and_acceptance_of_presence() XCTAssertNil failed: "Error 80014 - timed out" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=850&StartingLineNumber=850)
e68f8469-eed7-4c30-b10e-cd19374a304b 63b200a0-d17c-47a0-a15e-ae818dea47d6 RealtimeClientConnectionTests test__030__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__message_failure() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=889&StartingLineNumber=889)
beda302d-6878-4e3c-9842-e4238d964823 c5af8550-613f-4d06-af97-643e3beae853 RealtimeClientConnectionTests test__031__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__presence_failure() XCTAssertNil failed: "Error 80014 - timed out" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=923&StartingLineNumber=923)
72c0557b-beba-4a77-97f3-fbd5dfb9b66b 337ee1e6-0aa8-48cc-9d0e-304b25a6fbb9 RealtimeClientConnectionTests test__032__Connection__ACK_and_NACK__ProtocolMessage__should_contain_unique_serially_incrementing_msgSerial_along_with_the_count() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=965&StartingLineNumber=965)
f40d7bae-0bb9-4e28-b0a8-11d9f17a3c66 89889c54-8d41-4c49-a967-c0c1f051c5e6 RealtimeClientConnectionTests test__033__Connection__ACK_and_NACK__ProtocolMessage__should_continue_incrementing_msgSerial_serially_if_the_connection_resumes_successfully() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1029&StartingLineNumber=1029)
72f0e6e9-8ace-45d9-80a8-9384b5819d5f 4e71277a-67db-4317-9b0a-ac4ad4c6451e RealtimeClientConnectionTests test__034__Connection__ACK_and_NACK__ProtocolMessage__should_reset_msgSerial_serially_if_the_connection_does_not_resume() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1114&StartingLineNumber=1114)
3bdd9b2a-66ee-4612-b1b4-aea40405487a 033affcb-c42d-4121-8b32-4c362bac0ac0 RealtimeClientConnectionTests test__035__Connection__ACK_and_NACK__should_trigger_the_failure_callback_for_the_remaining_pending_messages_if__connection_is_closed() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1210&StartingLineNumber=1210)
863f2bb1-53cd-4bf2-ad9d-83dc08bf9b82 5c4eaeb3-ad1d-42b7-ae48-e19510c7eb1e RealtimeClientConnectionTests test__036__Connection__ACK_and_NACK__should_trigger_the_failure_callback_for_the_remaining_pending_messages_if__connection_state_enters_FAILED() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1249&StartingLineNumber=1249)
37d5c550-b05d-419a-9717-afafdc85eff5 a24317c0-771b-4042-b3ef-ee9651f8487e RealtimeClientConnectionTests test__037__Connection__ACK_and_NACK__should_trigger_the_failure_callback_for_the_remaining_pending_messages_if__lost_connection_state() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1281&StartingLineNumber=1281)
fa817d3d-4d92-4c55-bc69-6e4137c98100 cbcaa06b-81ec-4651-a842-7af41096954c RealtimeClientConnectionTests test__046__Connection__close__if_CONNECTED__should_send_a_CLOSE_action__change_state_to_CLOSING_and_receive_a_CLOSED_action() XCTAssertNil failed: "Error 80014 - timed out" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1718&StartingLineNumber=1718)
667b2ab5-de8f-4ede-bc6e-b72d05d7abeb 152aa5c7-338f-4509-90ba-632d6f215666 RealtimeClientConnectionTests test__047__Connection__close__should_transition_to_CLOSED_action_when_the_close_process_timeouts() XCTAssertNil failed: "Error 80014 - timed out" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1766&StartingLineNumber=1766)
86325186-be73-496d-a8b8-583886f070b1 97296ce5-0828-4124-8507-e06323f9b007 RealtimeClientConnectionTests test__048__Connection__close__transitions_to_the_CLOSING_state_and_then_to_the_CLOSED_state_if_the_transport_is_abruptly_closed() XCTAssertNil failed: "Error 80014 - timed out" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1815&StartingLineNumber=1815)
3d3258c9-279d-4ef3-9b12-fe81198a2acb fa2624fb-e749-406f-b8dd-ba7c899c456e RealtimeClientConnectionTests test__052__Connection__ping__should_send_a_ProtocolMessage_with_action_HEARTBEAT_and_expects_a_HEARTBEAT_message_in_response() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1970&StartingLineNumber=1970)
fe93b8f5-72f7-49d9-a058-234269af07f3 e31daaca-8e27-4b2b-ac6d-83fd815013e3 RealtimeClientConnectionTests test__053__Connection__ping__should_fail_if_a_HEARTBEAT_ProtocolMessage_is_not_received_within_the_default_realtime_request_timeout() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1989&StartingLineNumber=1989)
b784e704-387d-4268-b968-ce1bed801885 c04a5534-6e53-49f5-b598-550bb4089dc6 RealtimeClientConnectionTests test__054__Connection__connection_request_fails__on_DISCONNECTED_after_CONNECTED__should_not_emit_error_with_a_renewable_token() XCTAssertEqual failed: ("80014") is not equal to ("40142") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2069&StartingLineNumber=2069)
5141de2e-1fa0-414b-af5e-92eec4ad26ce 81cc8b0a-f8b2-4816-b38b-bb36d83b110e RealtimeClientConnectionTests test__056__Connection__connection_request_fails__should_transition_to_disconnected_when_the_token_renewal_fails() XCTAssertEqual failed: ("80014") is not equal to ("40142") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2167&StartingLineNumber=2167)
2eb069fa-5e98-476d-b93b-36da999ecf4d e63289f2-2265-40b6-a71b-e5c624906789 RealtimeClientConnectionTests test__057__Connection__connection_request_fails__should_transition_to_Failed_state_because_the_token_is_invalid_and_not_renewable() XCTAssertEqual failed: ("80014") is not equal to ("40142") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2211&StartingLineNumber=2211)
ce7779ca-d875-4743-bb20-bdf5e26785bf d461b7e0-3cb1-49ba-b6f4-7a85cd2f7681 RealtimeClientConnectionTests test__061__Connection__connection_request_fails__should_change_the_state_to_SUSPENDED_when_the_connection_state_has_been_in_the_DISCONNECTED_state_for_more_than_the_connectionStateTtl() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2371&StartingLineNumber=2371)
f11758ca-1a39-4cd1-ac0a-b6cd20c7870b 8a0dcaeb-fe47-495d-8269-63b823db2177 RealtimeClientConnectionTests test__066__Connection__connection_failures_once_CONNECTED__ACK_and_NACK_responses_for_published_messages_can_only_ever_be_received_on_the_transport_connection_on_which_those_messages_were_sent() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2919&StartingLineNumber=2919)
830fe76a-0d53-42d7-a5f2-33ec4d4ff464 1427af37-a41f-494b-8c52-7335caa75095 RealtimeClientConnectionTests test__067__Connection__connection_failures_once_CONNECTED__reconnects_to_the_websocket_endpoint_with_additional_querystring_params__resume_is_the_private_connection_key_and_connection_serial_is_the_most_recent_ProtocolMessage_connectionSerial_received() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2567&StartingLineNumber=2567)
d2102fd1-c6ce-45ce-a766-c50351c560d1 8bee007f-fc22-44f9-9ef4-2e1f4e2b476a RealtimeClientConnectionTests test__068__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 <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2593&StartingLineNumber=2593)
f4d72a11-9ee0-410f-8897-edc07446d15d b2ea3eff-5e84-425d-947f-de001e3f7c3f RealtimeClientConnectionTests test__069__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_same_connectionId_as_the_current_client_and_an_non_fatal_error() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2622&StartingLineNumber=2622)
99c5188e-ec4c-4911-99ab-6a0c950fce42 e563b0c8-d19a-4f85-95d6-e104e15bf2d7 RealtimeClientConnectionTests test__070__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_a_new_connectionId_and_an_error() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2679&StartingLineNumber=2679)
e37a6312-da1e-4bc7-b37a-6d63883c6801 c403cf3f-178f-4974-af71-05f855c498c1 RealtimeClientConnectionTests test__071__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__ERROR_ProtocolMessage_indicating_a_fatal_error_in_the_connection() expected to eventually equal <Connected>, got <Disconnected> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2726&StartingLineNumber=2726)
775554b5-754b-4297-9405-16ad20046751 2450eb4a-b634-490b-b6cc-4ffc6ae2fa0f RealtimeClientConnectionTests test__073__Connection__connection_failures_once_CONNECTED__when_a_connection_is_resumed__the_connection_key_may_change_and_will_be_provided_in_the_first_CONNECTED_ProtocolMessage_connectionDetails() expected to eventually equal <Attached>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2888&StartingLineNumber=2888)
8543197b-bcde-4c5c-84e6-5d6b337092fc 5b38c413-5707-4522-af8e-b9f76f441add RealtimeClientConnectionTests test__075__Connection__connection_failures_once_CONNECTED__when_connection__ttl_plus_idle_interval__period_has_passed_since_last_activity__reattaches_to_the_same_channels_after_a_new_connection_has_been_established() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3020&StartingLineNumber=3020)
5231c7cc-404b-4e12-bb87-2c1356a55522 902857b0-ca0b-4d90-8165-f4ee2474cf7f RealtimeClientConnectionTests test__076__Connection__connection_failures_once_CONNECTED__when_connection__ttl_plus_idle_interval__period_has_NOT_passed_since_last_activity__uses_the_same_connection() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3057&StartingLineNumber=3057)
33e36569-9b0c-4259-bc24-81bccc6e5e4d 3d3a2781-f9cc-42a5-9576-37b79fc2cc4f RealtimeClientConnectionTests test__082__Connection__Connection_recovery__when_a_connection_is_successfully_recovered__Connection_id_will_be_identical_to_the_id_of_the_connection_that_was_recovered_and_Connection_key_will_always_be_updated_to_the_ConnectionDetails_connectionKey_provided_in_the_first_CONNECTED_ProtocolMessage() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3301&StartingLineNumber=3301)
f177a531-0635-4220-9231-0e864645f2b2 91216771-9471-49dd-aa8c-4709523a4d2d RealtimeClientConnectionTests test__085__Connection__Connection_recovery__should_use_msgSerial_from_recoveryKey_to_set_the_client_internal_msgSerial_but_is_not_sent_to_Ably() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3373&StartingLineNumber=3373)
7ad9a791-33c8-461c-8aed-3cb54d924d8d 67bc4dd9-cb19-47a6-b481-96a2ed6eff11 RealtimeClientConnectionTests test__091__Connection__Host_Fallback__every_connection_is_first_attempted_to_the_primary_host_realtime_ably_io() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3684&StartingLineNumber=3684)
afc2c9e4-6184-48eb-b644-64f5d51f82ad 4fd7290a-0a6a-415b-aad2-715d7c897f84 RealtimeClientConnectionTests test__100__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_NSPOSIXErrorDomain_with_code_57() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=75&StartingLineNumber=75)
1cd14de0-1d9e-49e2-9128-e044131d1f16 9757dd5a-e66d-4252-bf54-920ec2169b69 RealtimeClientConnectionTests test__101__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_NSPOSIXErrorDomain_with_code_50() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=75&StartingLineNumber=75)
a2881bff-17c4-435b-8108-c95c727bc22e c3997754-5926-4eea-9475-59379da464c0 RealtimeClientConnectionTests test__102__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_any_kCFErrorDomainCFNetwork() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=75&StartingLineNumber=75)
9b92ae83-7011-4f41-a135-aa53f152003e cc135692-c0f6-4460-8ade-d2356983ef92 RealtimeClientConnectionTests test__107__Connection__Operating_System_events_for_network_internet_connectivity_changes__Ably_can_request_that_a_connected_client_re_authenticates_by_sending_the_client_an_AUTH_ProtocolMessage() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=4254&StartingLineNumber=4254)
51ff09e8-5706-47c0-b123-b62e4d31110f 84c9fbc5-8882-4010-ba99-3e44d1793397 RealtimeClientPresenceTests test__015__Presence__subscribe__with_no_arguments_should_subscribe_a_listener_to_all_presence_messages() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=75&StartingLineNumber=75)
26c67cf3-a7a2-4871-8fcc-251119fdf988 f03a47fa-2ca3-4d5d-a1f0-b922bba53d81 RealtimeClientPresenceTests test__023__Presence__Channel_state_change_side_effects__channel_enters_the_SUSPENDED_state__should_maintain_the_PresenceMap_and_any_members_present_before_and_after_the_sync_should_not_emit_presence_events() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=772&StartingLineNumber=772)
f8f839b5-afb7-4279-9a91-62808b9a2a4e ac44f09c-f521-4bfc-a3d7-58d4f7428c74 RealtimeClientPresenceTests test__032__Presence__enter__entering_without_an_explicit_PresenceMessage_clientId_should_implicitly_use_the_clientId_of_the_current_connection() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=75&StartingLineNumber=75)
5f927b07-f9cf-486c-b4c4-3fb8e58e9b78 114e01a8-8971-4c3a-9cb7-0bb128e2749e RealtimeClientPresenceTests test__037__Presence__update__should_update_the_data_for_the_present_member_with_a_value() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=75&StartingLineNumber=75)
10032929-8e9d-4569-b581-49350fd00fd6 9d3cce67-4267-4074-9b55-9007d3fdcd6e RealtimeClientPresenceTests test__042__Presence__update__update_without_an_explicit_PresenceMessage_clientId_should_implicitly_use_the_clientId_of_the_current_connection() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=1334&StartingLineNumber=1334)
4042ec55-19ab-4a86-9e6a-e152f9773d5f 5f70ebd1-703e-4892-a612-d926afe8619a RealtimeClientPresenceTests test__052__Presence__PresenceMap__compare_for_newness__split_the_id_of_both_presence_messages() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=1612&StartingLineNumber=1612)
7f7c98c0-f6f5-4490-9be8-a700081a9f50 32417542-2489-426e-9fbe-987d5ca479f0 RealtimeClientPresenceTests test__053__Presence__PresenceMap__compare_for_newness__presence_message_has_a_connectionId_which_is_not_an_initial_substring_of_its_id__compares_them_by_timestamp_numerically() Waited more than 40.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=1532&StartingLineNumber=1532)
04b24f2f-b212-499c-aa53-760549ddd042 7b4a1c93-f48b-4d0e-ae5e-b8bb7aaff373 RealtimeClientPresenceTests test__063__Presence__leave__optionally_a_callback_can_be_provided_that_is_called_for_failure() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=2146&StartingLineNumber=2146)
33b5cc53-ef8d-4da1-ad68-73bbc7a63811 7bb0023d-42ce-4dde-b823-b22755045071 RealtimeClientPresenceTests test__065__Presence__leave__entering_without_an_explicit_PresenceMessage_clientId_should_implicitly_use_the_clientId_of_the_current_connection() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=2188&StartingLineNumber=2188)
ad90661c-222d-4979-8398-30363fbe6829 1e5beffd-b21f-4281-85c9-b1b6ab02471d RealtimeClientPresenceTests test__078__Presence__enter__optional_data_can_be_included_when_entering_a_channel() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=75&StartingLineNumber=75)
d26bebb1-94ab-4307-b0a1-1ab45a1d273f ee46a8e6-e4ed-489c-83c7-648774930f92 RealtimeClientPresenceTests test__111__Presence__get__Query__set_of_params___waitForSync_is_false__should_return_immediately_the_known_set_of_presence_members() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=3550&StartingLineNumber=3550)
05226845-b753-491f-b5cc-4cce8566d79b cb634904-7121-4838-8fe8-068be495c523 RealtimeClientPresenceTests test__112__Presence__get__Query__set_of_params___should_return_members_filtered_by_clientId() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=3610&StartingLineNumber=3610)
b2eb22e4-3ed0-4f0a-b20a-1933cdaab2c6 d7ca92ee-f622-488f-8410-5613f1d472c6 RealtimeClientPresenceTests test__113__Presence__get__Query__set_of_params___should_return_members_filtered_by_connectionId() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=3673&StartingLineNumber=3673)
360d7bec-9cb3-4f80-87eb-3a21b0b7fb50 4ba6726c-a48c-46fa-85c2-31ee6db80716 RealtimeClientTests test__001__RealtimeClient__All_WebSocket_connections_should_include_the_current_API_version() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=45&StartingLineNumber=45)
bb97243b-aad6-480e-9faf-98d2fd1112a0 95f7b214-474f-43bf-8ffc-3847dd5eb6ea RealtimeClientTests test__004__RealtimeClient__should_use_the_configured_timeouts_specified() Test crashed with signal ill. (#CharacterRangeLen=0)
04618f5a-317d-4e3e-8871-fa3537f3c6d4 da4d7d42-c79b-45fe-8d99-4ea6377fbabf RealtimeClientTests test__006__RealtimeClient__should_accept_acks_with_different_order() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1309&StartingLineNumber=1309)
b654520e-fd5b-4957-b21b-dc0d43c200d5 e6fc59b0-4dfe-4328-ae6a-4ed48d48d5c1 RealtimeClientTests test__025__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__in_the_CONNECTED_state_and_auth_authorize_is_called__the_client_must_obtain_a_new_token__send_an_AUTH_ProtocolMessage_with_an_auth_attribute() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=439&StartingLineNumber=439)
42212f53-f062-4ee4-9268-68acfb60bcd4 9f138ab3-33cd-4da6-8c0d-8cfcf5f48f04 RealtimeClientTests test__026__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_authentication_token_change_is_successful__then_the_client_should_receive_a_new_CONNECTED_ProtocolMessage() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=497&StartingLineNumber=497)
43be9d1f-dd94-40e4-a7ab-4eb0842653a7 2666a220-3a6a-4a88-8b9d-ce1162837164 RealtimeClientTests test__027__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__performs_an_upgrade_of_capabilities_without_any_loss_of_continuity_or_connectivity_during_the_upgrade_process() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=558&StartingLineNumber=558)
4b558b78-e4d9-4a8f-af22-695f66945c25 7bce1e06-754b-4b28-963d-9f10a2e407c5 RealtimeClientTests test__028__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_capabilities_are_downgraded__client_should_receive_an_ERROR_ProtocolMessage_with_a_channel_property() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=651&StartingLineNumber=651)
494094e5-dcb4-4ebe-88e0-d82ecf98fa04 c051c7d2-0343-4d7d-86da-d8e449e21200 RealtimeClientTests test__029__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_authentication_token_change_fails__client_should_receive_an_ERROR_ProtocolMessage_triggering_the_connection_to_transition_to_the_FAILED_state() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=712&StartingLineNumber=712)
86db7e84-8978-42a1-8733-6d699dd559b7 ffac969f-f69a-4ada-aa0b-67b249803f79 RealtimeClientTests test__031__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_be_indicated_as_completed_with_the_new_token_or_error_only_once_realtime_has_responded_to_the_AUTH_with_either_a_CONNECTED_or_ERROR_respectively() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=805&StartingLineNumber=805)
f6a2c27d-9eeb-4b45-8d12-8119fa502393 506d119f-0725-4166-bcc5-92a972685b17 RealtimeClientTests test__032__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_connection_is_CONNECTING__all_current_connection_attempts_should_be_halted__and_after_obtaining_a_new_token_the_library_should_immediately_initiate_a_connection_attempt_using_the_new_token() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=852&StartingLineNumber=852)
33af84f9-2428-41d7-be15-096330e9a225 66d66b61-b55a-4c8b-ae59-87733567baf6 RealtimeClientTests test__034__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_an_error_if_the_connection_moves_to_the_FAILED_state() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=928&StartingLineNumber=928)
59c77a43-ffc7-4af2-a5d8-062ead0dfc46 40559ced-2ed7-4dc0-8c51-0ebf603761a7 RealtimeClientTests test__035__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_an_error_if_the_connection_moves_to_the_SUSPENDED_state() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=979&StartingLineNumber=979)
febe5f74-32c8-4fcd-a90c-361afbb1c300 e3b1b00c-fa5a-4e37-9ad9-e6ca8adad4e2 RealtimeClientTests test__037__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_SUSPENDED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1067&StartingLineNumber=1067)
2810e0e4-c81c-47ff-8327-26c0fa658331 f1b06ba8-7ddf-4523-a1da-b4b0eb06f10a RealtimeClientTests test__038__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_CLOSED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1123&StartingLineNumber=1123)
eb9e7607-38e4-4e7c-b56d-443604655f76 c2b81ea2-d06c-41a7-b217-36a144da77e5 RealtimeClientTests test__039__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_DISCONNECTED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1179&StartingLineNumber=1179)
d7e015f8-dec8-41c1-adb7-846d37ea1c44 a54428fb-682f-4f07-98b2-9c7ed614f0c3 RealtimeClientTests test__040__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_FAILED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1235&StartingLineNumber=1235)
dd367056-fa68-4911-ae8c-96020378e61a 8d0b1e0d-028d-4b0f-924d-253c25a4f8b9 RestClientChannelTests test__012__publish__ClientOptions_clientId__should_include_the_clientId_as_a_querystring_parameter_in_realtime_connection_requests() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=339&StartingLineNumber=339)
a78b7b6c-e13b-4712-9533-cd2350200861 b538161a-3eaf-4272-a275-61952a557f94 RestClientChannelTests test__013__publish__ClientOptions_clientId__should_include_an_X_Ably_ClientId_header_with_value_set_to_the_clientId_as_Base64_encoded_string_in_REST_connection_requests() No connection found (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=344&StartingLineNumber=344)
bcfa100d-4cbe-4b76-a0b2-1eb04738faf4 e92b45a7-fb3f-40ee-b76b-da4e3b2acea3 RestClientTests test__008__RestClient__should_use_MsgPack_binary_protocol() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1647&StartingLineNumber=1647)
2ce2f763-cfce-4949-90d5-41656cccea84 c6012053-f168-492d-898c-31dfd90f2366 RestClientTests test__009__RestClient__should_use_JSON_text_protocol() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1685&StartingLineNumber=1685)