There are 16 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
1debaff5-6661-4929-ab7f-06aa860bc66f | 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() | expected to equal <Leave>, got <Present> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=756&StartingLineNumber=756) |
b7651351-21ca-4696-8844-94307f32986b | 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() | waitUntil(..) expects its completion closure to be only called once (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2229&StartingLineNumber=2229) |
809723a3-3adb-416d-87e5-61c4da073e60 | 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() | waitUntil(..) expects its completion closure to be only called once (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2842&StartingLineNumber=2842) |
562d8071-f713-4df4-8882-6764df2b7573 | 1ced7561-01df-41ca-a73d-559178721d5f | RealtimeClientChannelTests | test__003__Channel__EventEmitter__channel_states_and_events__should_implement_the_EventEmitter_and_emit_events_for_state_changes() | expected to equal <Attached>, got <Detaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=261&StartingLineNumber=261) |
7074584c-e8aa-4266-ba35-fdab585b90cf | 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() | expected to equal <Initialized>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=314&StartingLineNumber=314) |
1211f11b-045f-4f62-89ce-5b61a01fd69f | 930c2574-6caf-42c1-9955-b68e6ab0e674 | RealtimeClientChannelTests | test__007__Channel__EventEmitter__channel_states_and_events__should_not_emit_detached_event_on_an_already_detached_channel() | expected to not equal <Attaching>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=401&StartingLineNumber=401) |
bc74baa0-da5b-4708-8ab9-8410f00333c3 | 6173cdf2-3619-4e1b-9c8f-0c733b9d3c04 | RealtimeClientChannelTests | test__010__Channel__EventEmitter__channel_states_and_events__a_ChannelStateChange_is_emitted_as_the_first_argument_for_every_channel_state_change() | expected to not equal <Attaching>, got <Attaching> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=475&StartingLineNumber=475) |
bc44eadc-1478-49e9-81b2-d6fd5ff05421 | 383cce89-8450-47cf-86e4-c00b9f782aa0 | RealtimeClientChannelTests | test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message() | expected to have Array<ARTProtocolMessage> with count 2, got 3 Actual Value: [<ARTProtocolMessage: 0x7fecd03a1590> {count: 0,id: (null),action: 10 (Attach),channel: test-196--tvOS-test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message-689509245.999877-D114FF1A-AB97-4F9A-B29B-1F93B3864C8E,channelSerial: (null),connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}, <ARTProtocolMessage: 0x7fecd055f690> {count: 0,id: (null),action: 10 (Attach),channel: test-196--tvOS-test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message-689509245.999877-D114FF1A-AB97-4F9A-B29B-1F93B3864C8E,channelSerial: (null),connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}, <ARTProtocolMessage: 0x7feccfa807c0> {count: 0,id: (null),action: 10 (Attach),channel: test-196--tvOS-test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message-689509245.999877-D114FF1A-AB97-4F9A-B29B-1F93B3864C8E,channelSerial: e7db5uRWwBHhft58042020:-1,connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 131104,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}] (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1551&StartingLineNumber=1551) |
cc41ee0f-6cbf-4145-a3c1-e79adfe492f2 | 309c5b16-3cd3-4e72-b238-d3ee73d352cc | RealtimeClientChannelTests | test__049__Channel__detach__if_state_is_INITIALIZED_or_DETACHED_nothing_is_done() | waitUntil(..) expects its completion closure to be only called once (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=1645&StartingLineNumber=1645) |
94a3361e-5db4-4b5c-a3d5-8a8a9d2c85e1 | 3be847c5-6a88-45ea-b304-6fba1e8c0f40 | RealtimeClientChannelTests | test__069__Channel__publish__should_invoke_callback__for_all_messages_published() | Callback was invoked with an invalid sequence expected to equal <51>, got <1> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2185&StartingLineNumber=2185) |
492e7702-4e3f-4dd0-8ebe-dc0db11f73f5 | 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() | expected to have Array<ARTProtocolMessage> with count 2, got 3 Actual Value: [<ARTProtocolMessage: 0x7fecd019bfc0> {count: 0,id: (null),action: 10 (Attach),channel: test-272--tvOS-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-689509307.757458-865F9D5C-9DC7-4A36-B2FC-8E4836C6636A,channelSerial: (null),connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}, <ARTProtocolMessage: 0x7feccfbdcc10> {count: 0,id: (null),action: 10 (Attach),channel: test-272--tvOS-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-689509307.757458-865F9D5C-9DC7-4A36-B2FC-8E4836C6636A,channelSerial: (null),connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}, <ARTProtocolMessage: 0x7fecd03af330> {count: 0,id: (null),action: 10 (Attach),channel: test-272--tvOS-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-689509307.757458-865F9D5C-9DC7-4A36-B2FC-8E4836C6636A,channelSerial: (null),connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 32,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}] (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=3781&StartingLineNumber=3781) |
951253c9-b080-4ca6-a6d4-b389cb1a0ed7 | 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() | expected to have Array<ARTProtocolMessage> with count 2, got 3 Actual Value: [<ARTProtocolMessage: 0x7feccf9dc5f0> {count: 0,id: (null),action: 10 (Attach),channel: test-277--tvOS-test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached-689509312.11416-EF5B3F37-851D-4EBF-A4D0-8114BBF6D92E,channelSerial: (null),connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}, <ARTProtocolMessage: 0x7fecd07acb60> {count: 0,id: (null),action: 10 (Attach),channel: test-277--tvOS-test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached-689509312.11416-EF5B3F37-851D-4EBF-A4D0-8114BBF6D92E,channelSerial: (null),connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}, <ARTProtocolMessage: 0x7fecd0711ed0> {count: 0,id: (null),action: 10 (Attach),channel: test-277--tvOS-test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached-689509312.11416-EF5B3F37-851D-4EBF-A4D0-8114BBF6D92E,channelSerial: e7d_3ZWEQBHhhR73557638:-1,connectionId: (null),connectionKey: (null),msgSerial: (null),timestamp: (null),flags: 393248,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: {delta = vcdiff;}}] (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=4067&StartingLineNumber=4067) |
a000f7b0-f765-4c00-8fd7-1f3ca6392e4e | efb2227c-f607-4cf0-b922-d728efed09e3 | RealtimeClientPresenceTests | test__026__Presence__subscribe__should_implicitly_attach_the_channel() | expected to be nil, got <Error 80017 - connection broken before receiving publishing acknowledgment> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=770&StartingLineNumber=770) |
21136ff2-5cda-4ade-8be8-4b7c840fa280 | 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 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=1482&StartingLineNumber=1482) |
d60345e6-361c-4a36-acff-c606ef275260 | 13347ff5-369a-4bd0-835b-cb93a998cacb | RealtimeClientPresenceTests | test__056__Presence__enter__should_result_in_an_error_if_the_client_does_not_have_required_presence_permission() | expected to be nil, got <Error 90000 - channel is being DETACHED> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=1484&StartingLineNumber=1484) |
574b3826-3bba-44ef-a9e4-e1efb40070d2 | 7cbc8c90-55f5-41bc-874d-919df3b3cedb | UtilitiesTests | test__021__Utilities__Logger__should_have_a_history_of_logs() | expected to contain <channel state transitions from 1 - Attaching to 2 - Attached>, got <(ARTWebSocketTransport.m:324) R:0x7fecd05f3200 WS:0x7fecd0522860 websocket did receive message> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/UtilitiesTests.swift#CharacterRangeLen=0&EndingLineNumber=455&StartingLineNumber=455) |