There are 21 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| 435b0f66-9506-4550-8140-dc3a23ecdc3b | 2447ec22-b780-40ee-afa2-c0711b7cd579 | RealtimeClientPresenceTests | test__115__Presence__history__should_return_a_PaginatedResult_page() | XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-BE965E99-9DC2-4859-8C78-E21CD8EC5754-92C49465-4823-4D28-A6A2-7F920D87855C--tvOS-BE965E99-9DC2-4859-8C78-E21CD8EC5754-788028978.18691-E501D149-DC07-454A-91A0-2C68CC03EAAF/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=3686&StartingLineNumber=3686) |
| 04e47fb7-3a64-4e2c-92a0-b8edbaeecfab | 3f7f5c51-32e7-4fea-a9ea-da40e38c873a | RestClientChannelTests | test__022__publish__idempotent_publishing__should_generate_for_internal_message_that_is_created_in_publish_name_data___method() | XCTUnwrap failed: threw error "serializedObjectIsNotOfExpectedType" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=766&StartingLineNumber=766) |
| 37de548b-4d4a-49e8-a78c-561655211737 | 4ca56614-4dce-40a4-b488-ffb1edcca71f | RestClientChannelTests | test__036__message_encoding__payloads_should_be_binary__strings__or_objects_capable_of_JSON_representation() | failed - typeMismatch(Swift.Dictionary<Swift.String, Any>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode Dictionary<String, Any> but found an array instead.", underlyingError: nil)) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1296&StartingLineNumber=1296) |
| 8db94ed9-4f4e-4c95-8b7b-304caac96004 | ac78df1e-766f-4ce6-9669-1e8a1264e459 | RestClientChannelTests | test__037__message_encoding__encoding_attribute_should_represent_the_encoding_s__applied_in_right_to_left() | failed - typeMismatch(Swift.Dictionary<Swift.String, Any>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode Dictionary<String, Any> but found an array instead.", underlyingError: nil)) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1353&StartingLineNumber=1353) |
| c25049ef-81a2-430c-9018-39acee34a781 | c5d76c61-0a30-4760-ae20-8c7af473905d | RestClientChannelTests | test__038__message_encoding__json__binary_payload_should_be_encoded_as_Base64_and_represented_as_a_JSON_string() | XCTAssertEqual failed: ("nil") is not equal to ("Optional("MTIzNDU2")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1383&StartingLineNumber=1383) |
| 42e9d1d1-1573-4683-8477-0b5e0c70903e | ac1bdbc2-74ff-460d-ad4d-e4d39617d62d | RestClientChannelTests | test__039__message_encoding__json__string_payload_should_be_represented_as_a_JSON_string() | XCTAssertEqual failed: ("nil") is not equal to ("Optional("John")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1408&StartingLineNumber=1408) |
| 30cec897-4fde-409d-9d2c-0a262c881edb | a9607ebb-93fe-4136-a1b3-1838a48eb9cd | RestClientChannelTests | test__041__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Array() | XCTAssertEqual failed: ("nil") is not equal to ("Optional(<Swift.__SwiftDeferredNSArray 0x60000053d200>( John, Mary ) )") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1441&StartingLineNumber=1441) |
| f2d474f8-1729-4eca-94e5-b08bde329ae3 | 1a98b6c2-bcf8-4908-8f50-95be6f0ab3d6 | RestClientChannelTests | test__042__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Object() | XCTAssertEqual failed: ("nil") is not equal to ("Optional({ name = John; number = 3; })") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1472&StartingLineNumber=1472) |
| 10095c32-21bc-4042-a749-dd8e59b73cd1 | 66cd10fc-b8db-4a5b-83a3-70ac690703bd | RestClientChannelTests | test__043__message_payload_encryption__should_support_AES_encryption__128_CBC_mode() | XCTAssertEqual failed: ("nil") is not equal to ("Optional("utf-8/cipher+aes-128-cbc/base64")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=64&StartingLineNumber=64) |
| 0b811e77-26ce-4695-ac4d-c453a04a59cc | de7258d7-5c54-4e65-82e8-81f56d639dc5 | RestClientChannelTests | test__044__message_payload_encryption__should_support_AES_encryption__256_CBC_mode() | XCTAssertEqual failed: ("nil") is not equal to ("Optional("utf-8/cipher+aes-256-cbc/base64")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=64&StartingLineNumber=64) |
| 70d4c4fe-ab73-4188-825c-14420aa56d23 | d5bcaf22-ff21-4cc5-8249-80158dc04652 | RestClientPresenceTests | test__001__Presence__presence_messages_retrieved_are_decoded_in_the_same_way_that_messages_are_decoded() | XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-A130C8EC-BA04-4202-A8AE-703083FFEA70-AB96768C-34C8-4469-8366-D50D428302AC--tvOS-A130C8EC-BA04-4202-A8AE-703083FFEA70-788029105.478748-6A6B6EF2-BD97-4256-856A-D7F0F26C3EB0/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientPresenceTests.swift#EndingLineNumber=472&StartingLineNumber=472) |
| 26ec1f1d-9689-4307-a132-0c7a8e4d2b66 | ecb7da2d-b16a-4621-992d-53a9f6eb7cb0 | RestClientPresenceTests | test__006__Presence__history__should_return_a_PaginatedResult_page_containing_the_first_page_of_members() | XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-857344C8-92DC-4240-B962-DD32BF5A6D45-BDB2F540-B229-4F6A-9671-C0FC86275182--tvOS-857344C8-92DC-4240-B962-DD32BF5A6D45-788029205.14221-3FD0AC28-DC30-41F4-B7E1-EFDC50E1FCE5/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientPresenceTests.swift#EndingLineNumber=182&StartingLineNumber=182) |
| eed8eb5e-4424-431a-902f-30c5b1a7c3b9 | e798aab2-a9e1-4237-87ec-f29660701675 | RestClientPresenceTests | test__007__Presence__history__query_argument__direction_should_change_the_order_of_the_members() | XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-06EAE281-CC66-4EB7-B2AE-78E96E2E0EE8-88D462D6-EEAC-4B6A-9ED2-F9A87762ED18--tvOS-06EAE281-CC66-4EB7-B2AE-78E96E2E0EE8-788029280.493428-D3F19826-FEE9-4AB9-BB22-17612BB8BD38/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientPresenceTests.swift#EndingLineNumber=249&StartingLineNumber=249) |
| 791f7703-ba86-442c-b713-6fdcf73ce85e | 7141642d-e857-4320-82e5-288b84efa762 | RestClientPresenceTests | test__009__Presence__history__query_argument__limit_supports_up_to_1000_members() | XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-3C8BF68A-2442-4E0B-934E-FF0AC06F1BD7-7911C237-A706-4847-8BCB-6C7B808CB349--tvOS-3C8BF68A-2442-4E0B-934E-FF0AC06F1BD7-788029292.857932-D521617A-8B03-4C45-9197-C8CA1F2CD703/presence/history?limit=1&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientPresenceTests.swift#EndingLineNumber=299&StartingLineNumber=299) |
| bf2968cd-bc19-4979-af58-0a00425c266b | 4de93fa8-d7b0-4cf9-819e-6f35a84f0896 | RestClientPresenceTests | test__010__Presence__history__query_argument__start_and_end_should_filter_members_between_those_two_times() | Crash: xctest (62056) implicit closure #2 in closure #1 in closure #1 in implicit closure #1 in closure #4 in RestClientPresenceTests.test__010__Presence__history__query_argument__start_and_end_should_filter_members_between_those_two_times() |
| 3ad75108-ab9d-4dfd-830c-72f854feff5e | e92b45a7-fb3f-40ee-b76b-da4e3b2acea3 | RestClientTests | test__008__RestClient__should_use_MsgPack_binary_protocol() | failed - expected dictionary, got __NSArrayM: ( { data = message; id = "c1hd7rMMw7dV:0"; } ) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1658&StartingLineNumber=1658) |
| 37ee2935-99ae-44f5-b45c-13d83f79713f | c6012053-f168-492d-898c-31dfd90f2366 | RestClientTests | test__009__RestClient__should_use_JSON_text_protocol() | failed - HTTPBody has invalid format (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1696&StartingLineNumber=1696) |
| 1b103a0b-a129-4af2-b278-5f11f9af3ef5 | ff05c448-07ce-4221-8d5f-4f26f3a785e6 | RestClientTests | test__089__RestClient__request__method_signature_and_arguments__should_error_if_method_is_invalid() | Method A isn't valid. (NSInternalInconsistencyException) (/Users/runner/work/ably-cocoa/ably-cocoa/Source/ARTRest.m#EndingLineNumber=643&StartingLineNumber=643) |
| 1d075c68-96df-4753-b42f-7547d37c660b | 60b01c8f-b8fd-43d6-880b-c38d804791ad | RestClientTests | test__090__RestClient__request__method_signature_and_arguments__should_error_if_path_is_invalid() | Path cannot be empty. (NSInternalInconsistencyException) (/Users/runner/work/ably-cocoa/ably-cocoa/Source/ARTRest.m#EndingLineNumber=655&StartingLineNumber=655) |
| be6c86e5-e746-41f0-a377-0b10627095b8 | 5ec77f24-1634-4cd8-b7bc-cc88774c9060 | RestClientTests | test__091__RestClient__request__method_signature_and_arguments__should_error_if_body_is_not_a_Dictionary_or_an_Array() | Body should be a NSData, NSDictionary or an NSArray. (NSInternalInconsistencyException) (/Users/runner/work/ably-cocoa/ably-cocoa/Source/ARTRest.m#EndingLineNumber=649&StartingLineNumber=649) |
| 1ea74d94-14df-4c4d-a4fe-d6d196cb662c | 0052bcb6-1254-45a2-b9cc-0fbf190bf99b | WrapperSDKProxyTests | test_presenceHistory_addsWrapperSDKAgentToRequest() | XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-E30C02AA-328F-41B6-A32F-E612E1A31315-B48E8BD7-94A0-498C-AEE8-8F0BA54B27F1--tvOS-E30C02AA-328F-41B6-A32F-E612E1A31315-788029378.010847-141D2758-D95A-4E28-A8F2-D927844A1CA3/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/WrapperSDKProxyTests.swift#EndingLineNumber=528&StartingLineNumber=528) |