ably / ably-cocoa

iOS, tvOS and macOS Objective-C and Swift client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
46 stars 25 forks source link

Failing test: requestToken__ensure_the_message_published_does_not_have_a_clientId #1036

Closed QuintinWillison closed 3 months ago

QuintinWillison commented 4 years ago

Run locally via make test_macOS:

✗ requestToken__ensure_the_message_published_does_not_have_a_clientId, expected to have Array<ARTMessage> with count 1, got 0
✗ requestToken__ensure_the_message_published_does_not_have_a_clientId, unexpected exception raised: *** -[__NSArray0 objectAtIndex:]: index 0 beyond bounds for empty NSArray

Also failing in Travis.

┆Issue is synchronized with this Jira Bug by Unito

maratal commented 3 months ago

Closing outdated issue. The codebase changed drastically since then and all skipped tests were unskipped, see PRs for https://github.com/ably/ably-cocoa/issues/1406 and https://github.com/ably/ably-cocoa/issues/1848

If you encounter frequently failing test again, please create a new issue with a best guess why it might be happening.