Details of upload acb4d1bf-e996-47d3-9ea6-dad3afba55a8

Created at
2023-11-26T20:54:15.761Z
Total number of tests
974
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
51b8a58
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
6997813491
GitHub run attempt
1
GitHub run number
548
GitHub job
check
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 9 failures in this upload.

Failure ID Test case ID Test class Test case Message
c5eb5588-0f9c-4c5c-8e32-47ecfce66c46 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)
0a7e17dc-49c3-4197-b5a6-129486799caa 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)
798d21da-7242-4758-a975-39c4731d039e 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)
2c5fd637-b74e-42fa-8386-30892f95c65e 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)
903c824c-bd88-4a0e-8c30-307599d3f0fc 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)
9f571eec-4da3-47fe-9e7d-2bea98a1b03c 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: 0x600002db34e0> { count: 0, id: (null), action: 15 (Message), channel: test-74B06E83-1972-4788-B9BF-FCD6BC33813D-361ABEC7-02DF-4466-9BC1-5248E041B7A0--iOS-74B06E83-1972-4788-B9BF-FCD6BC33813D-722723743.645558-DC20494F-0C23-4EA9-8551-05F93CFAE630, channelSerial: (null), connectionId: (null), connectionKey: (null), msgSerial: 0, timestamp: (null), flags: 0, flags.hasPresence: NO, flags.hasBacklog: NO, flags.resumed: NO, messages: ( "<ARTMessage: 0x600003c7a260> {\n id: (null),\n clientId: (null),\n connectionId: MtQC34FH3R,\n timestamp: (null),\n encoding: json,\n data: {\"key\":1},\n name: (null)\n}", "<ARTMessage: 0x600003c792c0> {\n id: (null),\n clientId: (null),\n connectionId: MtQC34FH3R,\n timestamp: (null),\n encoding: json,\n data: {\"key\":2},\n name: (null)\n}" ) presence: (null) params: (null) }, <ARTProtocolMessage: 0x600002db34e0> { count: 0, id: (null), action: 15 (Message), channel: test-74B06E83-1972-4788-B9BF-FCD6BC33813D-361ABEC7-02DF-4466-9BC1-5248E041B7A0--iOS-74B06E83-1972-4788-B9BF-FCD6BC33813D-722723743.645558-DC20494F-0C23-4EA9-8551-05F93CFAE630, channelSerial: (null), connectionId: (null), connectionKey: (null), msgSerial: 0, timestamp: (null), flags: 0, flags.hasPresence: NO, flags.hasBacklog: NO, flags.resumed: NO, messages: ( "<ARTMessage: 0x600003c7a260> {\n id: (null),\n clientId: (null),\n connectionId: MtQC34FH3R,\n timestamp: (null),\n encoding: json,\n data: {\"key\":1},\n name: (null)\n}", "<ARTMessage: 0x600003c792c0> {\n id: (null),\n clientId: (null),\n connectionId: MtQC34FH3R,\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)
a52f4907-4ce5-41f6-ab55-1bcc1a3d4aa3 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)
3eff4157-3db0-4310-b733-f46c427d606b 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: ("2") is not equal to ("1") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=840&StartingLineNumber=840)
961d7112-e182-432f-85de-fce9495195fc efb2227c-f607-4cf0-b922-d728efed09e3 RealtimeClientPresenceTests test__026__Presence__subscribe__should_implicitly_attach_the_channel() failed - splitDone called more than the expected 4 times (/Users/runner/work/ably-cocoa/ably-cocoa/Test/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&EndingLineNumber=815&StartingLineNumber=815)