Details of upload 3fc34de8-3f81-4328-90e4-d8eca0c8838e

Created at
2025-11-23T17:30:24.621Z
Total number of tests
1100
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
73402ec
Pull request base ref
main
Pull request head ref
2098-ADR-119
Branch / tag name
2109/merge
Workflow asset retention period
90 days
GitHub action
__run_6
GitHub run ID
19614342285
GitHub run attempt
1
GitHub run number
855
GitHub job
check
GitHub job URL
https://github.com/ably/ably-cocoa/actions/runs/19614342285/job/56164748713
Loop iteration
1

Test failures

There are 14 failures in this upload.

Failure ID Test case ID Test class Test case Message
8d895c90-ae11-4bce-9d15-cd8853e435a5 c961f8b6-f5bf-4ecf-8139-354b5cd5ba52 RealtimeClientConnectionTests test__092__Connection__Host_Fallback__should_retry_hosts_in_random_order_after_checkin_if_an_internet_connection_is_available_prod() XCTAssertEqual failed: ("[]") is not equal to ("["main.d.fallback.ably-realtime.com", "main.e.fallback.ably-realtime.com", "main.a.fallback.ably-realtime.com", "main.c.fallback.ably-realtime.com", "main.b.fallback.ably-realtime.com"]") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=4336&StartingLineNumber=4336)
2595281a-105f-46e9-a607-f67fed39b638 dc490797-c3c4-44ec-a0bf-1e767605e2e3 RealtimeClientConnectionTests test__092__Connection__Host_Fallback__should_retry_hosts_in_random_order_after_checkin_if_an_internet_connection_is_available_sandbox() failed - splitDone called more than the expected 6 times (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientConnectionTests.swift#EndingLineNumber=4312&StartingLineNumber=4312)
8a22c107-a1d3-4a29-82fd-b1ebed814910 7a23d368-8066-4f44-bbe1-e11fac490dea RealtimeClientPresenceTests test__043__Presence__leave__should_leave_the_current_client_from_the_channel_and_the_data_will_be_updated_with_the_value_provided() failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=1448&StartingLineNumber=1448)
44b78287-4169-406b-a394-a27d0ef651ab 40312953-06ab-4574-aab5-d8ade2fa10e6 RealtimeClientPresenceTests test__051__Presence__PresenceMap__any_incoming_presence_message_that_passes_the_newness_check_should_be_emitted_on_the_Presence_object__with_an_event_name_set_to_its_original_action() failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=1987&StartingLineNumber=1987)
8945ca1c-1dd5-4521-9968-73689641683a 6810d918-488d-4fab-b860-8a7221c35207 RealtimeClientTests test__036__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_an_error_if_the_connection_moves_to_the_CLOSED_state() failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientTests.swift#EndingLineNumber=1022&StartingLineNumber=1022)
6af0e0ac-9b9d-43a3-9d6e-baf515a5d8f2 a76b6262-78b8-4a8a-9af6-84de08d1bb33 RestClientTests test__052__RestClient__Host_Fallback__fallbackHostsUseDefault_option__allows_the_default_fallback_hosts_to_be_used_when_a_custom_Realtime_or_REST_host_endpoint_is_being_used() failed - expected to contain <a.ably-realtime.com>, got <(main.c.fallback.ably-realtime.com, main.d.fallback.ably-realtime.com, main.e.fallback.ably-realtime.com, main.b.fallback.ably-realtime.com, main.a.fallback.ably-realtime.com)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=877&StartingLineNumber=877)
fc4c89fa-1c19-4217-afc5-e6102c52a597 35b0c477-a37e-4763-a159-a563c59ac8e7 RestClientTests test__065a__RestClient__Host_Fallback__set_of_fallback_domains_is_defined_implicitly() failed - expected to match <[a-e].ably-realtime.com>, got <main.a.fallback.ably-realtime.com> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1175&StartingLineNumber=1175)
0fc9abfb-e482-4846-927d-21d9450f0ead 61970fcb-3415-43d3-80c9-32d5d3cf0d7e RestClientTests test__067__RestClient__Host_Fallback__retry_hosts_in_random_order__until_httpMaxRetryCount_has_been_reached() XCTAssertEqual failed: ("[]") is not equal to ("["main.e.fallback.ably-realtime.com", "main.d.fallback.ably-realtime.com", "main.a.fallback.ably-realtime.com"]") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1268&StartingLineNumber=1268)
466672f7-379a-4034-9fe4-7cab4f3d9c80 cec544b2-f5e4-4f24-9fc1-edcc878f3e82 RestClientTests test__077__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___hostUnreachable() XCTAssertTrue failed (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=66&StartingLineNumber=66)
0a558e5e-0ede-4d8c-b0f9-43ab71ef4a56 5a15dc0f-d62f-40e5-8eca-0b8686572a99 RestClientTests test__078__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___requestTimeout_timeout__0_1_() XCTAssertTrue failed (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=66&StartingLineNumber=66)
bbb834f7-5d21-4eb4-90a9-9a776c2329c6 1edf620a-13b1-4841-a858-2cde7ff10b84 RestClientTests test__079__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___hostInternalError_code__501_() XCTAssertTrue failed (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=66&StartingLineNumber=66)
a975d82f-45bd-4ee8-92ff-26b1287cf0cc 4cf6bcd0-f10e-4b39-b9a9-795e7b640a7e RestClientTests test__083__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_use_another_fallback_host_if_previous_fallback_request_failed_and_store_it_as_default_if_current_fallback_request_succseeded___hostUnreachable() XCTAssertTrue failed (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=133&StartingLineNumber=133)
2439bf6a-4146-4173-a642-ea80f222db58 b338db27-c672-4068-8a1b-42268c84c500 RestClientTests test__084__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_use_another_fallback_host_if_previous_fallback_request_failed_and_store_it_as_default_if_current_fallback_request_succseeded___requestTimeout_timeout__0_1_() XCTAssertTrue failed (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=133&StartingLineNumber=133)
20bbebb1-d7b3-4b11-a81e-5ac5bb2227bf bc58d518-fd51-4338-85a3-2c26ffcab812 RestClientTests test__085__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_use_another_fallback_host_if_previous_fallback_request_failed_and_store_it_as_default_if_current_fallback_request_succseeded___hostInternalError_code__501_() XCTAssertTrue failed (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=133&StartingLineNumber=133)