Details of upload 6ac90b3c-2115-4649-ae1c-bfc47a4deb05

Created at
2024-08-14T09:19:15.054Z
Total number of tests
1030
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
4c7b890
Pull request base ref
main
Pull request head ref
enable-workflow-dispatch
Branch / tag name
1956/merge
Workflow asset retention period
90 days
GitHub action
__run_6
GitHub run ID
10282803405
GitHub run attempt
3
GitHub run number
306
GitHub job
check
GitHub job URL
https://github.com/ably/ably-cocoa/actions/runs/10282803405/job/28750819409
Loop iteration
1

Test failures

There are 10 failures in this upload.

Failure ID Test case ID Test class Test case Message
672b8d70-00b2-4aa6-ac77-c90d8db2e943 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)
1314128d-622e-47dd-a041-73771a1b13ef 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_() Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=4083&StartingLineNumber=4083)
01eb62da-d4dc-4675-9d43-1fa7db6ca286 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)
1844fb67-d877-4573-94b1-d8d4f18b7b5c eaebbab2-8b9f-4204-9c48-17e3cd9c4ca6 AuthTests test__144__JWT_and_realtime__when_using_authUrl__when_token_expires__receives_a_40142_error_from_the_server() expected to contain <Key/token status changed (expire)>, got <Error 40142 - Key/token status changed (token expired). (See https://help.ably.io/error/40142 for help.)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=4166&StartingLineNumber=4166)
29cb183c-1d4c-4956-ab82-222c0e487cf8 895f77f3-dadf-4b03-a40b-1412df5dcef9 AuthTests test__147__JWT_and_realtime__when_using_authCallback__with_invalid_credentials__fails_to_connect() 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=4260&StartingLineNumber=4260)
91e5ce0e-97bc-4aab-81d0-2a3b5844b050 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)
5d7af527-d7c6-4480-8c44-e10c07356ad8 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)
4c5ed6c9-979b-484f-98f7-9b60a4958420 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)
cebd23bd-fb48-49fb-9d3c-a3bf25dc0cf0 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)
fda29a46-6eb2-4e2d-8af1-66ee47c61597 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)