Details of upload 684f1855-63ab-4af0-b46d-a71240095109

Created at
2025-11-23T17:27:26.027Z
Total number of tests
979
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/56164748729
Loop iteration
1

Test failures

There are 12 failures in this upload.

Failure ID Test case ID Test class Test case Message
0ba27a37-0e8f-41ed-9f54-3ae8b857ef77 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)
12e5346a-d252-44d4-9ff0-1648022c1414 26a1fa72-c7bf-4623-bfd3-a445db809681 RealtimeClientPresenceTests test__038__Presence__update__should_update_the_data_for_the_present_member_with_null() failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=1309&StartingLineNumber=1309)
729e2ee1-2c96-4632-a67d-8313668188c9 4fba756f-ff94-41f2-95a5-0f11192c678d RealtimeClientPresenceTests test__200__Presence__PresenceMap_should_perform_re_entry_whenever_a_channel_moves_into_the_attached_state_and_presence_message_consists_of_enter_action_with_client_id_and_data() failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=2722&StartingLineNumber=2722)
2032ac12-38a6-4456-971f-729f41a67348 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.a.fallback.ably-realtime.com, main.c.fallback.ably-realtime.com, main.b.fallback.ably-realtime.com, main.e.fallback.ably-realtime.com, main.d.fallback.ably-realtime.com)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=877&StartingLineNumber=877)
0c91c0f3-17ff-4c42-a729-99effeb620d1 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)
3f90509d-c97c-457a-a7c2-c2b817e5988a 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)
2410deef-4e3d-46b9-b210-db414ffcf223 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)
c2297604-deb7-4ff3-80b7-43e266ffb446 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)
4757b2f5-2ef9-4b41-bfb0-032c2b99b248 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)
cec6bfc0-a37c-4fb0-974e-12d96035aa0c 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)
68c01156-db9d-42f2-8a31-e4252dd4f909 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)
eb68569c-418e-4a3e-b5c3-48e1ef9a9d80 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)