Details of upload 95a866ff-b845-4571-bd56-84b184d25897

Created at
2022-05-17T05:40:05.275Z
Total number of tests
907
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
2e4a63a
Pull request base ref
main
Pull request head ref
1361-run-test-case-b747a0db-dfdb-497b-ab81-bddc93dbaf5a-a-lot
Branch / tag name
1419/merge
Workflow asset retention period
90 days
GitHub action
__run
GitHub run ID
2332431937
GitHub run attempt
1
GitHub run number
2
GitHub job
check-3
GitHub job URL
Not known
Loop iteration
24

Test failures

There are 2 failures in this upload.

Failure ID Test case ID Test class Test case Message
7717a94e-d90f-4ac2-aa2f-0ff528f2801e 506d119f-0725-4166-bcc5-92a972685b17 RealtimeClientTests test__032__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_connection_is_CONNECTING__all_current_connection_attempts_should_be_halted__and_after_obtaining_a_new_token_the_library_should_immediately_initiate_a_connection_attempt_using_the_new_token() expected to have Array<ARTProtocolMessage> with count 1, got 2 Actual Value: [<ARTProtocolMessage: 0x7f815b622140> {count: 0,id: (null),action: 4 (Connected),channel: (null),channelSerial: (null),connectionId: NeNWwjPGyI,connectionKey: e7dobrKzABBTMF!NeNWwjPGyIa2gK0f-7b83e7dobrKzABBTMF,connectionSerial: -1,msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}, <ARTProtocolMessage: 0x7f81612de970> {count: 0,id: (null),action: 4 (Connected),channel: (null),channelSerial: (null),connectionId: NeNWwjPGyI,connectionKey: e7dobrKzABBTMF!NeNWwjPGyIa2gK0f-7b83e7dobrKzABBTMF,connectionSerial: -1,msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}] (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=847&StartingLineNumber=847)
bf67e81a-d99b-47f0-bd43-656f8d6f0fa0 c2b81ea2-d06c-41a7-b217-36a144da77e5 RealtimeClientTests test__039__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_DISCONNECTED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token() expected to have Array<ARTProtocolMessage> with count 0, got 1 Actual Value: [<ARTProtocolMessage: 0x7f815bd9ead0> {count: 0,id: (null),action: 17 (Auth),channel: (null),channelSerial: (null),connectionId: (null),connectionKey: (null),connectionSerial: 0,msgSerial: (null),timestamp: (null),flags: 0,flags.hasPresence: NO,flags.hasBacklog: NO,flags.resumed: NO,messages: (null)params: (null)}] (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientTests.swift#CharacterRangeLen=0&EndingLineNumber=1179&StartingLineNumber=1179)