Details of upload 93113f74-d8e1-4d31-99e4-eb1297bf757c

Created at
2023-11-26T19:13:18.513Z
Total number of tests
858
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
d167801
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_6
GitHub run ID
6997386544
GitHub run attempt
1
GitHub run number
581
GitHub job
check
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 8 failures in this upload.

Failure ID Test case ID Test class Test case Message
427f3f96-00e2-428a-b4ca-86c9c0f40778 0a984f48-2096-4a0f-8b9a-aec305f1fca2 RealtimeClientChannelTests test__088__Channel__publish__message_bundling__Messages_are_delivered_using_a_single_ProtocolMessage_where_possible_by_bundling_in_all_messages_for_that_channel() XCTAssertEqual failed: ("2") is not equal to ("1") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2630&StartingLineNumber=2630)
fbd7c88d-35d4-4d60-a2c7-59bcfb83a350 b07e3dc7-cfed-424f-a26d-820d341da8a1 RealtimeClientChannelTests test__089__Channel__publish__message_bundling__The_resulting_ProtocolMessage_must_not_exceed_the_maxMessageSize() XCTAssertEqual failed: ("4000") is not equal to ("2000") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2693&StartingLineNumber=2693)
79b360f2-6431-460b-9a1a-ee3df69f3797 24d37177-c3d9-4b46-b59b-a9dbb82680d2 RealtimeClientChannelTests test__092__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_with_different__non_empty__clientIds_are_posted_via_different_protocol_messages() XCTAssertEqual failed: ("6") is not equal to ("3") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2720&StartingLineNumber=2720)
e6bcdcc6-a59d-4f80-b4d5-75853fa50865 f8c4ba98-4d9b-4cf4-87e0-7da26cb10671 RealtimeClientChannelTests test__093__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_with_mixed_empty_non_empty_clientIds_are_posted_via_different_protocol_messages() XCTAssertEqual failed: ("4") is not equal to ("2") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2746&StartingLineNumber=2746)
fa0f5111-c9b9-4b2d-8ebc-cd6daf87da65 93f73eea-8906-4032-b2b5-19a9e23a113b RealtimeClientChannelTests test__094__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_bundled_by_the_user_are_posted_in_a_single_protocol_message_even_if_they_have_mixed_clientIds() XCTAssertEqual failed: ("2") is not equal to ("1") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2771&StartingLineNumber=2771)
af451cad-02bf-48c1-8b85-2eee5398f625 5a4fb511-d26b-4514-86bd-a0d4b3737521 RealtimeClientChannelTests test__096__Channel__publish__expect_either__an_array_of_Message_objects() expected to eventually have Array<ARTProtocolMessage> with count 1, got 2 Actual Value: [<ARTProtocolMessage: 0x600001937210> { count: 0, id: (null), action: 15 (Message), channel: test-76038C17-ED3C-40C8-BAF3-14419600F064-342841D5-8728-4E9E-8886-AD0CEAE8E3A4--tvOS-76038C17-ED3C-40C8-BAF3-14419600F064-722717828.129303-4D75B078-8B11-46E7-A74F-CD982CEFC04A, channelSerial: (null), connectionId: (null), connectionKey: (null), msgSerial: 0, timestamp: (null), flags: 0, flags.hasPresence: NO, flags.hasBacklog: NO, flags.resumed: NO, messages: ( "<ARTMessage: 0x6000008ce2b0> {\n id: (null),\n clientId: (null),\n connectionId: o_gtWA2no4,\n timestamp: (null),\n encoding: json,\n data: {\"key\":1},\n name: (null)\n}", "<ARTMessage: 0x6000008ce300> {\n id: (null),\n clientId: (null),\n connectionId: o_gtWA2no4,\n timestamp: (null),\n encoding: json,\n data: {\"key\":2},\n name: (null)\n}" ) presence: (null) params: (null) }, <ARTProtocolMessage: 0x600001937210> { count: 0, id: (null), action: 15 (Message), channel: test-76038C17-ED3C-40C8-BAF3-14419600F064-342841D5-8728-4E9E-8886-AD0CEAE8E3A4--tvOS-76038C17-ED3C-40C8-BAF3-14419600F064-722717828.129303-4D75B078-8B11-46E7-A74F-CD982CEFC04A, channelSerial: (null), connectionId: (null), connectionKey: (null), msgSerial: 0, timestamp: (null), flags: 0, flags.hasPresence: NO, flags.hasBacklog: NO, flags.resumed: NO, messages: ( "<ARTMessage: 0x6000008ce2b0> {\n id: (null),\n clientId: (null),\n connectionId: o_gtWA2no4,\n timestamp: (null),\n encoding: json,\n data: {\"key\":1},\n name: (null)\n}", "<ARTMessage: 0x6000008ce300> {\n id: (null),\n clientId: (null),\n connectionId: o_gtWA2no4,\n timestamp: (null),\n encoding: json,\n data: {\"key\":2},\n name: (null)\n}" ) presence: (null) params: (null) }] (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientChannelTests.swift#CharacterRangeLen=0&EndingLineNumber=2954&StartingLineNumber=2954)
347e24e7-213b-496d-93c2-f9cf5892f99e 337ee1e6-0aa8-48cc-9d0e-304b25a6fbb9 RealtimeClientConnectionTests test__032__Connection__ACK_and_NACK__ProtocolMessage__should_contain_unique_serially_incrementing_msgSerial_along_with_the_count() XCTAssertEqual failed: ("Optional(0)") is not equal to ("Optional(1)") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientConnectionTests.swift#CharacterRangeLen=0&EndingLineNumber=1008&StartingLineNumber=1008)
dc769e74-aa21-43dd-b1c2-469f6e0c2054 40d251f4-3308-481f-9010-ac6ba81c2406 RealtimeClientPresenceTests test__023__Presence__Channel_state_change_side_effects__channel_enters_the_SUSPENDED_state__members_map_is_preserved_and_only_members_that_changed_between_ATTACHED_states_should_result_in_presence_events() XCTAssertEqual failed: ("4") is not equal to ("3") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=853&StartingLineNumber=853)