There are 39 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
d6708c9c-bf34-4bef-ba03-88c0b0d27abd | 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() | XCTAssertNil failed: "*" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=1229&StartingLineNumber=1229) |
baaa4f53-e2e7-4bc9-b8d1-89207c2305b3 | e6919917-5545-4943-86a9-4631a5860dae | PushAdminTests | test__002__publish__should_publish_successfully() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/PushAdminTests.swift#EndingLineNumber=236&StartingLineNumber=236) |
533105c8-6467-47bf-b7ef-d1a047591a98 | 9b8787be-5448-4fb4-b29d-82470590238b | PushAdminTests | test__005__publish__should_fail_with_an_empty_payload() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/PushAdminTests.swift#EndingLineNumber=320&StartingLineNumber=320) |
2c4fe59f-ce20-41b3-a8f5-c1c30c882faa | 1ced7561-01df-41ca-a73d-559178721d5f | RealtimeClientChannelTests | test__003__Channel__EventEmitter__channel_states_and_events__should_implement_the_EventEmitter_and_emit_events_for_state_changes() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=252&StartingLineNumber=252) |
b0219ca8-f4fb-47fc-be66-9901f3bf4dcc | ebeba20b-9367-4a83-927c-1fa3e7c2110e | RealtimeClientChannelTests | test__004__Channel__EventEmitter__channel_states_and_events__should_implement_the_EventEmitter_and_emit_events_for_FAILED_state_changes() | Detach state change reason is nil (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=266&StartingLineNumber=266) |
aef1eba4-979d-4a05-92c7-c912e8fc50a9 | a353faee-e0ab-4c26-b6e0-05e92a63be7f | RealtimeClientChannelTests | test__011a__Channel__EventEmitter__channel_states_and_events__ChannelStateChange_will_contain_a_resumed_boolean_attribute_with_value__true__if_the_bit_flag_RESUMED_was_included() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=508&StartingLineNumber=508) |
6ebdbfeb-21aa-4684-a5bd-6026d765072d | 5f1180cc-e26b-42a5-8551-ac2a8b0b2c4f | RealtimeClientChannelTests | test__013__Channel__connection_state__if_the_connection_state_enters_the_CONNECTED_state__then_a_SUSPENDED_channel_will_transition_to_ATTACHING_and_goes_back_to_SUSPNDED_on_timeout() | XCTAssertEqual failed: ("Attached") is not equal to ("Attaching") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=907&StartingLineNumber=907) |
bad54fb3-379c-4568-9b8e-0fe0013716cc | 787cdd99-a26a-4d5f-ba52-a5f618fe6f20 | RealtimeClientChannelTests | test__016__Channel__connection_state__if_the_connection_state_enters_the_DISCONNECTED_state__it_will_have_no_effect_on_the_channel_states() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=1015&StartingLineNumber=1015) |
6ff237c8-b1da-431d-b8ab-4566d5929dde | 7f458563-e963-4505-8984-77dfaa5c6cc9 | RealtimeClientChannelTests | test__025__Channel__connection_state__changes_to_SUSPENDED__ATTACHED_channel_should_transition_to_SUSPENDED() | expected to eventually equal <Attached>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=834&StartingLineNumber=834) |
56c37367-bd95-4f15-8a34-f13692a0c143 | 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#EndingLineNumber=1371&StartingLineNumber=1371) |
f5dd62cb-6f02-4aa6-acf9-bfed9d06948c | fe89facd-76a5-43e1-a894-da866bc636b8 | RealtimeClientChannelTests | test__033__Channel__attach__if_called_with_a_callback_should_call_it_once_attached() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=1411&StartingLineNumber=1411) |
00145125-5c5c-4780-8ded-f5fb36f86e56 | 6580736e-eb1e-46ec-86d4-7c2ecd13e0c4 | RealtimeClientChannelTests | test__051__Channel__detach__if_the_channel_is_in_a_pending_state_ATTACHING__do_the_detach_operation_after_the_completion_of_the_pending_request() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=1797&StartingLineNumber=1797) |
35eb8de1-fea7-41cb-85ca-33860ffa1f90 | 83261f14-6c33-4150-92ed-418f51571ea7 | RealtimeClientChannelTests | test__055__Channel__detach__if_called_with_a_callback_and_already_detaching_should_call_the_callback_once_detached() | expected to eventually equal <Attached>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=1894&StartingLineNumber=1894) |
f166c33c-a0c3-4fb6-993b-26e08884ee89 | 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#EndingLineNumber=2737&StartingLineNumber=2737) |
4261eec3-9e54-4652-ae7e-2cf74b994533 | ab7cba73-1b27-4b6c-af66-3be459426081 | RealtimeClientChannelTests | test__095__Channel__publish__Unidentified_clients_using_Basic_Auth__should_have_the_provided_clientId_on_received_message_when_it_was_published_with_clientId() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=2906&StartingLineNumber=2906) |
58f2d281-b33f-4fb8-ac37-038e743c17ed | 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#EndingLineNumber=2960&StartingLineNumber=2960) |
f7135b62-809c-4504-9d35-683e306eabff | 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() | XCTAssertEqual failed: ("Optional(The quick brown fox jumped over the lazy dog)") is not equal to ("Optional(<1cee1c61 23fc2f26 cf6013d9 3c740eb6 61c8b5cc 58752bdc 3540ba91 7569327d 1514bfbd cf6ff9b4 9e9615b4 744814f5 c61151b8 9f8c7811 93537c8e 63d3f9a3>)") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=86&StartingLineNumber=86) |
d36a316f-dafc-4ff5-8323-755a017963dd | caede885-913c-4891-824c-f3237d7122d9 | RealtimeClientChannelTests | test__127__Channel__history__supports_the_param_untilAttach__should_retrieve_messages_prior_to_the_moment_that_the_channel_was_attached() | expected to eventually equal <Attached>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=3659&StartingLineNumber=3659) |
128a09aa-5c27-487b-8a71-2e60681e2bf9 | 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() | expected to be close to <2024-10-06 21:30:49.7470> (within 1.5), got <2024-10-06 21:30:34.6090> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=4059&StartingLineNumber=4059) |
a987ec9f-b302-48c2-93ae-caca8811516f | 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#EndingLineNumber=4097&StartingLineNumber=4097) |
884baddb-94da-4aae-a952-048c15fd252f | 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#EndingLineNumber=4718&StartingLineNumber=4718) |
92fda609-d133-4a60-bc49-3fefd0533466 | f97b1e54-a9e6-41cc-b9b3-191f9e91c20f | RealtimeClientConnectionTests | test__001__Connection__should_connect_automatically() | XCTAssertNil failed: "Error 50004 - Service Unavailable (server at capacity limit)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=297&StartingLineNumber=297) |
f355aff9-1188-4c21-ad55-1001a7ea2181 | 26112626-f0dd-4b99-a80c-ae1ed413aeff | RealtimeClientConnectionTests | test__002__Connection__should_connect_manually() | XCTAssertNil failed: "Error 50004 - Service Unavailable (server at capacity limit)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=321&StartingLineNumber=321) |
e2922062-ce61-4efc-b90f-32a114687fe0 | 16858cb8-973b-485f-8cc1-e05a9f53abc8 | RealtimeClientConnectionTests | test__024__Connection__event_emitter__should_have_the_current_state() | XCTAssertNil failed: "Error 50004 - Service Unavailable (server at capacity limit)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=630&StartingLineNumber=630) |
27257f2f-1cec-4583-aea9-e87182b3bc21 | 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#EndingLineNumber=1090&StartingLineNumber=1090) |
ee13b320-2438-4fd8-8476-a80f2fa31cb4 | 65c8b8c7-f06a-4771-93a1-263a1d1f7313 | RealtimeClientConnectionTests | test__039__Connection__connection_id__should_have_unique_IDs() | XCTAssertNil failed: "Error 50004 - Service Unavailable (server at capacity limit)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=1349&StartingLineNumber=1349) |
6814eadf-2589-4b8b-8e44-0d46f30d6c43 | bd5e7136-27a1-43a7-a2f3-94f28609cefd | RealtimeClientConnectionTests | test__041__Connection__connection_key__should_have_unique_connection_keys() | XCTAssertNil failed: "Error 50004 - Service Unavailable (server at capacity limit)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=1511&StartingLineNumber=1511) |
a712d9ad-6c77-491d-8ca7-db216d5268c1 | 152aa5c7-338f-4509-90ba-632d6f215666 | RealtimeClientConnectionTests | test__047__Connection__close__should_transition_to_CLOSED_action_when_the_close_process_timeouts() | XCTAssertNil failed: "Error 50004 - Service Unavailable (server at capacity limit)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=1725&StartingLineNumber=1725) |
12273bf2-8cfc-49c3-b454-de097440f397 | 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: ("50004") is not equal to ("40142") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2028&StartingLineNumber=2028) |
b215d183-393c-4338-9cb4-acbfcaa90c7c | 81cc8b0a-f8b2-4816-b38b-bb36d83b110e | RealtimeClientConnectionTests | test__056__Connection__connection_request_fails__should_transition_to_disconnected_when_the_token_renewal_fails() | XCTAssertEqual failed: ("50004") is not equal to ("40142") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2126&StartingLineNumber=2126) |
7bb48c9e-f503-4ec3-b783-025e72e88fc6 | 752111fe-1e41-4187-bddf-62cbfbece196 | RealtimeClientConnectionTests | test__064__Connection__connection_failures_once_CONNECTED__if_a_Connection_transport_is_disconnected_unexpectedly_or_if_a_token_expires__then_the_Connection_manager_will_immediately_attempt_to_reconnect() | expected to be close to <0> (within 10), got <14.3277> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2558&StartingLineNumber=2558) |
5fab912f-5d01-4649-b7bf-60d32c4dbe43 | 1bbb4a87-0e84-4011-b24f-ad075da640da | RealtimeClientConnectionTests | test__067__Connection__connection_failures_once_CONNECTED__reconnects_to_the_websocket_endpoint_with_additional_querystring_params__resume_is_the_private_connection_key_from_the_most_recent_CONNECTED_ProtocolMessage_received() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2579&StartingLineNumber=2579) |
05ce5a56-da81-48e8-a916-497ac5cad0d7 | 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() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Test%20Utilities/TestUtilities.swift#EndingLineNumber=1677&StartingLineNumber=1677) |
2cb9788f-4598-46d4-a0b0-bbb96b727250 | 48d8b28f-22ff-46fb-a417-b4b4da4f15d9 | RealtimeClientConnectionTests | test__074__Connection__connection_failures_once_CONNECTED__when_connection__ttl_plus_idle_interval__period_has_passed_since_last_activity__uses_a_new_connection() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=3034&StartingLineNumber=3034) |
0617404d-697c-4b47-99f9-e7d4b50d875f | 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#EndingLineNumber=75&StartingLineNumber=75) |
2e254a9d-2137-4255-bd11-6c4c0c3ac95f | 9289cd0c-49f4-430b-9560-6e2faa5d3c1e | RealtimeClientConnectionTests | test__106_b__Connection__Operating_System_events_for_network_internet_connectivity_changes__should_restart_the_pending_connection_attempt_if_the_operating_system-indicates_that_the_underlying_internet_connection_is_now_available_when_CONNECTING() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=4833&StartingLineNumber=4833) |
1ed018f7-857b-4dcf-80ca-950a1a3e0023 | e9dcfa15-82dc-4033-8be7-d0fd22237d05 | RealtimeClientConnectionTests | test__139__Connection__connection_id_and_key__should_be_nil_when_sdk_is_in_CLOSING_and_CLOSED_states() | expected to be nil, got <Error 50004 - Service Unavailable (server at capacity limit)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=1387&StartingLineNumber=1387) |
9dd3809f-829d-4011-87a8-249641bb8475 | e6c96ab7-f366-446d-aaf8-bb4d719dd65c | RealtimeClientConnectionTests | test__141__Connection__connection_id_and_key__should_be_nil_when_sdk_is_in_FAILED_state() | expected to be nil, got <Error 50004 - Service Unavailable (server at capacity limit)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=1444&StartingLineNumber=1444) |
ad1fbf74-1d3d-4a0c-a689-443d4c6a9399 | 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=3342&StartingLineNumber=3342) |