Details of upload 37038e15-39b1-4d7c-9ce7-04c20d3c2615

Created at
2023-11-11T18:54:48.424Z
Total number of tests
974
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
bb9d64b
Pull request base ref
main
Pull request head ref
feature/no-connection-serial
Branch / tag name
1714/merge
Workflow asset retention period
90 days
GitHub action
__run_7
GitHub run ID
6835582574
GitHub run attempt
3
GitHub run number
523
GitHub job
check
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 13 failures in this upload.

Failure ID Test case ID Test class Test case Message
c6675f24-6346-4b77-aa9e-8927676857eb 787cdd99-a26a-4d5f-ba52-a5f618fe6f20 RealtimeClientChannelTests test__016__Channel__connection_state__if_the_connection_state_enters_the_DISCONNECTED_state__it_will_have_no_effect_on_the_channel_states() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=947&StartingLineNumber=947)
6600ab2e-ac54-459d-b312-4613b5b5e803 71d3ef5d-c5bc-4f7d-bcdc-acd53a4ab955 RealtimeClientChannelTests test__081__Channel__publish__Connection_state_conditions__the_message__should_NOT_be_queued_instead_it_should_be_published_if_the_channel_is__ATTACHED() XCTAssertNil failed: "Error -999 - Authorization has been canceled" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2449&StartingLineNumber=2449)
c7757684-3bc9-4eae-896f-f6689348e194 01a3f0b9-bfbd-4727-9b82-e3c4631e0e3b RealtimeClientChannelTests test__082__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_SUSPENDED() XCTAssertEqual failed: ("Closed") is not equal to ("Connected") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=16&StartingLineNumber=16)
766304d0-9833-436e-8da1-4913cfd891fe 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#CharacterRangeLen=0&EndingLineNumber=1057&StartingLineNumber=1057)
8ca1742d-4995-4441-a684-2ff93774ab0f c04a5534-6e53-49f5-b598-550bb4089dc6 RealtimeClientConnectionTests test__054__Connection__connection_request_fails__on_DISCONNECTED_after_CONNECTED__should_not_emit_error_with_a_renewable_token() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1989&StartingLineNumber=1989)
6905c33a-dc6d-4240-b99a-c121672438de 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 <Token expired. (See https://help.ably.io/error/40142 for help.)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=2095&StartingLineNumber=2095)
eeb82056-d73c-4f83-a215-3bdb44f921a2 f86f7fee-db77-4cb7-a5e2-c1c3db756240 RealtimeClientConnectionTests test__078__Connection__connection_failures_once_CONNECTED__DISCONNECTED_message_contains_a_token_error__and_the_library_does_not_have_a_means_to_renew_the_token__the_connection_will_transition_to_the_FAILED_state() XCTAssertEqual failed: ("Connecting") is not equal to ("Connected") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3162&StartingLineNumber=3162)
d32a751f-8748-40ab-9eea-385e86648378 e5b94fba-1e6f-411a-9356-68480d872058 RealtimeClientConnectionTests test__108__Connection__Operating_System_events_for_network_internet_connectivity_changes__re_authenticate_and_resume_the_connection_when_the_client_is_forcibly_disconnected_following_a_DISCONNECTED_message_containing_an_error_code_greater_than_or_equal_to_40140_and_less_than_40150() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=4954&StartingLineNumber=4954)
5ecb8d11-73f0-4048-b68a-1fd0e6da0df7 e83546e8-65d6-41c4-aeda-629d30b09cc9 RealtimeClientConnectionTests test__200a__Connection__Connection_recovery__failures_system-response_to_unrecoverable_token_error() XCTAssertEqual failed: ("Optional(40142)") is not equal to ("Optional(40141)") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3659&StartingLineNumber=3659)
1903ed09-b5fd-4cd0-be8d-50ad12fbf655 5402ab91-2d58-4449-a0b3-7a393c1050da RealtimeClientConnectionTests test__200b__Connection__Connection_recovery__failures_system-response_to_unrecoverable_token_error() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3687&StartingLineNumber=3687)
c40f2b2a-697f-47ae-951a-fc2b259983c0 78104228-6c27-407c-9f6f-e52c69a752a0 RealtimeClientConnectionTests test__200c__Connection__Connection_recovery__failures_system-response_to_unrecoverable_token_error() XCTAssertNil failed: "Error 40141 - Test token revokation" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3721&StartingLineNumber=3721)
a3b25b56-674b-42e5-afdd-c8079c6a65e7 b516d13b-e84f-4e66-b51b-79246cfdedbd RealtimeClientConnectionTests test__202__Connection__Connection_recovery__failures_with_any_other_fatal_error_in_the_connection() failed - Should not be connected (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=3809&StartingLineNumber=3809)
060cfa7a-3785-43ad-8330-a52037b2d4d9 e0560b84-d2ca-4897-9c7e-a088f722fc52 RestClientTests test__034__RestClient__time__should_return_server_time() expected to eventually be close to <1699728579.6364> (within 60), got <1699728647.058> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RestClientTests.swift#CharacterRangeLen=0&EndingLineNumber=501&StartingLineNumber=501)