Details of upload abb86599-6cce-4a0d-babb-fc66e51d09aa

Created at
2024-07-25T22:46:13.801Z
Total number of tests
910
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
501e0bc
Pull request base ref
main
Pull request head ref
test-against-lmars
Branch / tag name
1950/merge
Workflow asset retention period
90 days
GitHub action
__run_6
GitHub run ID
10102185286
GitHub run attempt
1
GitHub run number
281
GitHub job
check
GitHub job URL
https://github.com/ably/ably-cocoa/actions/runs/10102185286/job/27937293815
Loop iteration
1

Test failures

There are 9 failures in this upload.

Failure ID Test case ID Test class Test case Message
d721e63c-1f68-405c-b07a-7b1b0d6e3a7b 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() expected to contain <No application found with id>, got <token invalid. (See https://help.ably.io/error/40101 for help.)> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/AuthTests.swift#EndingLineNumber=414&StartingLineNumber=414)
e17533a9-2c66-47cc-91d7-1c108ee89637 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: 0x600000a14aa0> { id: GFx5g2TTkM:0:0, clientId: (null), connectionId: GFx5g2TTkM, timestamp: 2024-07-25 22:13:59 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x600000a0d950> { id: GFx5g2TTkM:1:0, clientId: (null), connectionId: GFx5g2TTkM, timestamp: 2024-07-25 22:13:59 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "GFx5g2TTkM:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=132&StartingLineNumber=132)
762236b2-9e52-4d97-bc92-b840a4f559d2 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: 0x600000a07390> { id: UHcHsIoQgl:0:0, clientId: (null), connectionId: UHcHsIoQgl, timestamp: 2024-07-25 22:14:20 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x600000a17610> { id: UHcHsIoQgl:1:0, clientId: (null), connectionId: UHcHsIoQgl, timestamp: 2024-07-25 22:14:20 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "UHcHsIoQgl:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=190&StartingLineNumber=190)
c45c67e3-b66a-44df-9de9-04383257f7db 3be847c5-6a88-45ea-b304-6fba1e8c0f40 RealtimeClientChannelTests test__069__Channel__publish__should_invoke_callback__for_all_messages_published() expected to eventually equal <50>, got <0> (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=2277&StartingLineNumber=2277)
4500f858-f649-42b1-b4d6-8207ebf8a043 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)
336db6a7-aee1-4a80-be2d-7b67ac15b4d6 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)
d7d0e059-77d7-4828-a08f-f0295e452ca1 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)
f933e7d1-093e-48ca-a9cf-dd5b3fd746f3 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)
b567a19f-1613-48ee-a36e-addc2cbb41c5 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)