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 24 forks source link

Flaky test: RTN10b (connection serial increase) - Connection__serial__should_not_update_when_a_message_is_sent_but_increments_by_one_when_ACK_is_received #932

Closed tcard closed 1 month ago

tcard commented 4 years ago

We're seeing this a lot in Travis:

[09:38:12]: ▸     ✗ Connection__serial__should_not_update_when_a_message_is_sent_but_increments_by_one_when_ACK_is_received, expected to equal <1>, got <2>

I can't reproduce this on my machine, so the flakiness probably has to do with Travis limited system resources.

┆Issue is synchronized with this Jira Bug by Unito

maratal commented 1 month 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.