Details of upload 640cb6b4-986c-4cab-bd12-8087d564c6f8

Created at
2024-07-27T09:37:27.058Z
Total number of tests
1030
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
b425a3e
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
10122324871
GitHub run attempt
1
GitHub run number
285
GitHub job
check
GitHub job URL
https://github.com/ably/ably-cocoa/actions/runs/10122324871/job/27994321138
Loop iteration
1

Test failures

There are 7 failures in this upload.

Failure ID Test case ID Test class Test case Message
d16b3ee8-7035-4029-a103-4818cbab7026 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)
4ce4ea5a-de74-4ad1-b8e6-61697f7433f0 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: 0x600002772ad0> { id: yGl2zdzy0P:0:0, clientId: (null), connectionId: yGl2zdzy0P, timestamp: 2024-07-27 09:02:51 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x600002485f40> { id: yGl2zdzy0P:1:0, clientId: (null), connectionId: yGl2zdzy0P, timestamp: 2024-07-27 09:02:51 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "yGl2zdzy0P:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=132&StartingLineNumber=132)
28a98969-28e8-4a21-b701-04aad950e98f 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: 0x600002485220> { id: ZUgG0YACCT:0:0, clientId: (null), connectionId: ZUgG0YACCT, timestamp: 2024-07-27 09:03:12 +0000, encoding: (null), data: { foo: "bar", count: 1, status: "active" }, name: 0 }, <ARTMessage: 0x6000027726c0> { id: ZUgG0YACCT:1:0, clientId: (null), connectionId: ZUgG0YACCT, timestamp: 2024-07-27 09:03:12 +0000, encoding: (null), data: { foo: "bar", count: 2, status: "active" }, name: 1 extras: { delta = { format = vcdiff; from = "ZUgG0YACCT:0:0"; }; } }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/DeltaCodecTests.swift#EndingLineNumber=190&StartingLineNumber=190)
fc8c57e9-b013-4f37-94fc-cad9204256e5 e6919917-5545-4943-86a9-4631a5860dae PushAdminTests test__002__publish__should_publish_successfully() XCTAssertNil failed: "Error -1003 - A server with the specified hostname could not be found. (reason: NSURLErrorDomain)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/PushAdminTests.swift#EndingLineNumber=253&StartingLineNumber=253)
9b123d70-2a74-4fb2-8368-bf603c303919 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)
f5392ab0-d80f-437b-b56e-9c489e48bd65 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)
29734ccf-2fb7-47c6-9590-6ceb4860fc50 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)