There are 8 failures in this upload.
Failure ID | Test case ID | Test class | Test case | Message |
---|---|---|---|---|
0df50363-be2d-4411-bda4-78bf7605a633 | 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) |
8a31282a-e364-42bc-86e8-9c0e545cd575 | 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) |
d94c5a1b-f0f8-429d-afcc-74b84faeaa08 | 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) |
c7d29f77-b6a9-4a89-94e5-694e7ebe88b3 | 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) |
dba0b12d-4fa1-43a4-93e5-c4067e1fb6a7 | 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) |
33bbaf4c-0fe6-42cc-9170-e17c245107eb | 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: 0x600003f2c120> { count: 0, id: (null), action: 15 (Message), channel: test-8503F9A7-9C44-433F-8445-541F0AA2644D-E4579964-0220-45F1-A87F-3E8D92FE7798--OSX-8503F9A7-9C44-433F-8445-541F0AA2644D-722717758.624189-5B0BDF00-7E01-4559-9844-AFD5310D88D6, channelSerial: (null), connectionId: (null), connectionKey: (null), msgSerial: 0, timestamp: (null), flags: 0, flags.hasPresence: NO, flags.hasBacklog: NO, flags.resumed: NO, messages: ( "<ARTMessage: 0x600002eb79d0> {\n id: (null),\n clientId: (null),\n connectionId: FIzLL9aeZu,\n timestamp: (null),\n encoding: json,\n data: {\"key\":1},\n name: (null)\n}", "<ARTMessage: 0x600002eb7890> {\n id: (null),\n clientId: (null),\n connectionId: FIzLL9aeZu,\n timestamp: (null),\n encoding: json,\n data: {\"key\":2},\n name: (null)\n}" ) presence: (null) params: (null) }, <ARTProtocolMessage: 0x600003f2c120> { count: 0, id: (null), action: 15 (Message), channel: test-8503F9A7-9C44-433F-8445-541F0AA2644D-E4579964-0220-45F1-A87F-3E8D92FE7798--OSX-8503F9A7-9C44-433F-8445-541F0AA2644D-722717758.624189-5B0BDF00-7E01-4559-9844-AFD5310D88D6, channelSerial: (null), connectionId: (null), connectionKey: (null), msgSerial: 0, timestamp: (null), flags: 0, flags.hasPresence: NO, flags.hasBacklog: NO, flags.resumed: NO, messages: ( "<ARTMessage: 0x600002eb79d0> {\n id: (null),\n clientId: (null),\n connectionId: FIzLL9aeZu,\n timestamp: (null),\n encoding: json,\n data: {\"key\":1},\n name: (null)\n}", "<ARTMessage: 0x600002eb7890> {\n id: (null),\n clientId: (null),\n connectionId: FIzLL9aeZu,\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) |
0782d430-51c0-409c-b97a-be1332cab99a | 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) |
25545834-854c-4351-9d74-3a949e36c3fd | 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) |