There are 19 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
602b7a66-0c65-4228-bdcc-481c146d719e | 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() | Should not reach Disconnected state (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=418&StartingLineNumber=418) |
75a30d66-855e-4b4b-8447-2025460b02f8 | 4f5b7c26-a481-492e-bdf7-8177b005660d | AuthTests | test__044__Token__token_auth_and_clientId__Incompatible_client__with_Realtime__it_should_change_the_connection_state_to_FAILED_and_emit_an_error() | Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=1000&StartingLineNumber=1000) |
b429006b-c6fd-4b5a-9fc1-429e16ce5ea9 | 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_() | expected to match one of: {contain <invalid signature>}, or {contain <signature verification failed>}, got Error 40144 - Unexpected error decoding Ably token or JWT; the token is not valid. (See https://help.ably.io/error/40144 for help.) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=4089&StartingLineNumber=4089) |
72f8d986-9408-4d37-bf96-d1504a5292e4 | 6124b61f-19f6-48cb-af64-10d2f7f9493b | AuthTests | test__143__JWT_and_realtime__when_using_authUrl__with_wrong_credentials__fails_to_connect_with_reason__invalid_signature_() | XCTAssertEqual failed: ("0") is not equal to ("40144") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=4139&StartingLineNumber=4139) |
3a4fa0f3-ac30-409a-8f7b-9a6dffb2e024 | eaebbab2-8b9f-4204-9c48-17e3cd9c4ca6 | AuthTests | test__144__JWT_and_realtime__when_using_authUrl__when_token_expires__receives_a_40142_error_from_the_server() | XCTAssertEqual failed: ("Optional(0)") is not equal to ("Optional(40142)") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=4165&StartingLineNumber=4165) |
861feab9-24b2-478e-b780-f66eb2b159c5 | 895f77f3-dadf-4b03-a40b-1412df5dcef9 | AuthTests | test__147__JWT_and_realtime__when_using_authCallback__with_invalid_credentials__fails_to_connect() | XCTAssertEqual failed: ("0") is not equal to ("40144") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=4259&StartingLineNumber=4259) |
c4d8f565-5ba9-489d-ab2f-169794ee470f | 4624e321-8ab9-4ec8-92e7-1d0f7d2addc1 | AuthTests | test__150__JWT_and_realtime__when_the_token_request_includes_subscribe_only_capabilities__fails_to_publish_to_a_channel_with_subscribe_only_capability() | expected to contain <permission denied>, got <Channel denied access based on given capability; channelId = test_JWT> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=4337&StartingLineNumber=4337) |
641b9d8d-6e97-41ee-a423-90003a912fe2 | 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: 0x600002c97340> { id: ZwEsISaN0d:0:0, clientId: (null), connectionId: ZwEsISaN0d, timestamp: 2024-07-23 21:52:02 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x600002c97160> { id: ZwEsISaN0d:1:0, clientId: (null), connectionId: ZwEsISaN0d, timestamp: 2024-07-23 21:52:02 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "ZwEsISaN0d:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=132&StartingLineNumber=132) |
d25eaf0b-41f7-4186-816c-faf5a151f971 | 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: 0x600002ccfbb0> { id: nggZ3_UDAG:0:0, clientId: (null), connectionId: nggZ3_UDAG, timestamp: 2024-07-23 21:52:23 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x600002c9df40> { id: nggZ3_UDAG:1:0, clientId: (null), connectionId: nggZ3_UDAG, timestamp: 2024-07-23 21:52:23 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "nggZ3_UDAG:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=190&StartingLineNumber=190) |
fce174e6-7ff2-406b-86d5-88334e9b13f1 | 3be847c5-6a88-45ea-b304-6fba1e8c0f40 | RealtimeClientChannelTests | test__069__Channel__publish__should_invoke_callback__for_all_messages_published() | expected to eventually equal <50>, got <6> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=2277&StartingLineNumber=2277) |
bb8d77a3-dc88-4e70-9dc9-dd8176a70bee | 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) |
6f6db951-729b-43cc-b6ee-25d226f9772f | 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) |
62ba30fe-80e8-4cad-abef-ad473dcf6328 | 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) |
4cdce575-79dd-4d1a-baac-10f93a1a4dfb | f9a63b3b-99a7-4871-aebb-73fc2ea32d2f | RealtimeClientConnectionTests | test__055__Connection__connection_request_fails__on_token_error_while_CONNECTING__reissues_token_and_reconnects() | Waited more than 40.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2045&StartingLineNumber=2045) |
eaf1b583-5cff-4e2e-a8e3-106041d8ad61 | 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) |
8baa474f-c18a-4e0d-a91f-f943a8948438 | 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: ("0") is not equal to ("40142") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=2140&StartingLineNumber=2140) |
4fc5ad1a-8bfb-4352-93e2-4f06a2945f6f | 232b9c4d-5f21-4474-94e5-3b70a592c697 | RealtimeClientConnectionTests | test__079__Connection__connection_failures_once_CONNECTED__DISCONNECTED_message_contains_a_token_error__should_transition_to_disconnected_when_the_token_renewal_fails_and_the_error_should_be_emitted() | XCTAssertEqual failed: ("0") is not equal to ("40142") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=3211&StartingLineNumber=3211) |
537f6b92-e5d9-4869-9be9-48b63e4eff50 | 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) |
c850840c-cfaa-4e64-b30e-601ffe985931 | 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) |