There are 10 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
30611fb9-2a54-4c8d-b345-2fef52f64922 | c028ab04-1b06-4d12-9414-e1bc7fdfacb2 | AuthTests | test__025__Token__authentication_method__in_Realtime__if_the_connection_fails_due_to_a_terminal_token_error__then_the_connection_should_move_to_the_FAILED_state_and_reports_the_error() | expected to contain <No application found with id>, got <token invalid. (See https://help.ably.io/error/40101 for help.)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=414&StartingLineNumber=414) |
7975f4ce-fa3e-4827-b858-507e3529672d | 1e4cb687-6d57-4a49-94d2-3dea1df52645 | DeltaCodecTests | test__002__DeltaCodec__decoding__should_fail_and_recover_when_the_vcdiff_messages_are_out_of_order() | expected to eventually have Array<ARTMessage> with count 5, got 2 Actual Value: [<ARTMessage: 0x600002150d20> { id: y2eMI5xg8t:0:0, clientId: (null), connectionId: y2eMI5xg8t, timestamp: 2024-07-25 22:14:27 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x600002151a40> { id: y2eMI5xg8t:1:0, clientId: (null), connectionId: y2eMI5xg8t, timestamp: 2024-07-25 22:14:27 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "y2eMI5xg8t:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=132&StartingLineNumber=132) |
cf03ef98-499f-4d54-ab58-d78687f3f9ff | 782f7ca8-16c7-45fa-93b9-2ddd1aa4ab9f | DeltaCodecTests | test__003__DeltaCodec__decoding__should_recover_when_the_vcdiff_message_decoding_fails() | expected to eventually have Array<ARTMessage> with count 5, got 2 Actual Value: [<ARTMessage: 0x6000021522b0> { id: 5z7Au794YH:0:0, clientId: (null), connectionId: 5z7Au794YH, timestamp: 2024-07-25 22:14:48 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x600002158f50> { id: 5z7Au794YH:1:0, clientId: (null), connectionId: 5z7Au794YH, timestamp: 2024-07-25 22:14:48 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "5z7Au794YH:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=190&StartingLineNumber=190) |
f465fa17-a232-4dd0-922d-5888e881101f | 3be847c5-6a88-45ea-b304-6fba1e8c0f40 | RealtimeClientChannelTests | test__069__Channel__publish__should_invoke_callback__for_all_messages_published() | expected to eventually equal <50>, got <0> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=2277&StartingLineNumber=2277) |
51c3645a-fc9f-4191-9f84-9d59770d14d5 | 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=1043&StartingLineNumber=1043) |
9c2828f0-558d-4f44-9d18-188bba3e8108 | 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#EndingLineNumber=1128&StartingLineNumber=1128) |
5d90ece6-1b86-4fbc-88e6-58b42b9a37b7 | 152aa5c7-338f-4509-90ba-632d6f215666 | RealtimeClientConnectionTests | test__047__Connection__close__should_transition_to_CLOSED_action_when_the_close_process_timeouts() | expected to eventually not be nil, got <nil> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=1713&StartingLineNumber=1713) |
b975d684-a418-4772-97ce-8c8ca3f4ce07 | 81cc8b0a-f8b2-4816-b38b-bb36d83b110e | RealtimeClientConnectionTests | test__056__Connection__connection_request_fails__should_transition_to_disconnected_when_the_token_renewal_fails() | expected to contain <Key/token status changed (expire)>, got <Key/token status changed (token expired). (See https://help.ably.io/error/40142 for help.)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2098&StartingLineNumber=2098) |
ecbda117-3063-4f99-8acb-7e26b2756fc3 | 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() | expected to contain <Invalid accessToken>, got <Invalid token> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientTests.swift#EndingLineNumber=746&StartingLineNumber=746) |
5c906107-8b8a-493a-adc2-408d49c091d5 | bc07f176-e2c6-4d98-89be-91628236fcc3 | RestClientChannelTests | test__003__publish__should_provide_an_optional_argument_that_allows_the_extras_value_to_be_specified() | unexpected error Error -1003 - A server with the specified hostname could not be found. (reason: NSURLErrorDomain) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientChannelTests.swift#EndingLineNumber=575&StartingLineNumber=575) |