Details of upload 5d2a3631-98b6-4460-af8a-ddef022c7301

Created at
2022-11-07T10:32:53.362Z
Total number of tests
920
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
df03b89
Pull request base ref
integration/protoco_2.0
Pull request head ref
integration/no_connection_time_serial
Branch / tag name
1496/merge
Workflow asset retention period
90 days
GitHub action
__run_6
GitHub run ID
3409428046
GitHub run attempt
1
GitHub run number
458
GitHub job
check
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 12 failures in this upload.

Failure ID Test case ID Test class Test case Message
f61fae50-62c9-40e9-abc8-e6cc1fc09873 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)
6c5da06a-d1ca-4985-ac61-acd9853195a4 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)
5abefca2-b0d2-49be-bca5-2a455a7b0dad 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)
2600176c-857e-490e-83ee-4af70c2211c6 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)
417d009c-6439-4a07-8e3b-00b66b5a88a4 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: 0x7fcb7ea59200> {count: 0,id: (null),action: 10 (Attach),channel: test-230--iOS-test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message-689509378.061516-7D724910-1AA3-4620-86EB-D819296E4AC5,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: 0x7fcb7e735540> {count: 0,id: (null),action: 10 (Attach),channel: test-230--iOS-test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message-689509378.061516-7D724910-1AA3-4620-86EB-D819296E4AC5,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: 0x7fcb7ea4b160> {count: 0,id: (null),action: 10 (Attach),channel: test-230--iOS-test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message-689509378.061516-7D724910-1AA3-4620-86EB-D819296E4AC5,channelSerial: e7d0k9NpwBHhfs32443713:-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)
70146122-531e-41f8-b780-b3599376e1f3 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)
2ca7fc23-113a-49a0-ac53-adbcc353870f 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: 0x7fcb7f2e0450> {count: 0,id: (null),action: 10 (Attach),channel: test-306--iOS-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-689509466.702754-014D1193-46FD-4325-A3C9-2388F061BE14,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: 0x7fcb7e784b40> {count: 0,id: (null),action: 10 (Attach),channel: test-306--iOS-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-689509466.702754-014D1193-46FD-4325-A3C9-2388F061BE14,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: 0x7fcb7f0c59f0> {count: 0,id: (null),action: 10 (Attach),channel: test-306--iOS-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-689509466.702754-014D1193-46FD-4325-A3C9-2388F061BE14,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)
4ab4561f-5da3-44b8-95b8-8c281ce6b743 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: 0x7fcb7edb8c90> {count: 0,id: (null),action: 10 (Attach),channel: test-311--iOS-test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached-689509472.497692-26266419-F289-4606-B91A-40D7162B3050,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: 0x7fcb7edd4760> {count: 0,id: (null),action: 10 (Attach),channel: test-311--iOS-test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached-689509472.497692-26266419-F289-4606-B91A-40D7162B3050,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: 0x7fcb7edde0b0> {count: 0,id: (null),action: 10 (Attach),channel: test-311--iOS-test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached-689509472.497692-26266419-F289-4606-B91A-40D7162B3050,channelSerial: e7d0k9NpwBHhfs56254014:-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)
342a14fd-0b03-4c35-b6e2-49939d18b2c1 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)
5ddd321f-0091-4810-9d49-689d32b998c3 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)
d743023d-900f-46f2-a237-5f12ff30a50b 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)
cc5bf42f-14e4-4f8d-9e3f-40975968c356 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:0x7fcb7ea3dfe0 WS:0x7fcb7f2a4e10 websocket did receive message> (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/UtilitiesTests.swift#CharacterRangeLen=0&EndingLineNumber=455&StartingLineNumber=455)