Skip to content

[WIP] Fix some ConnectionManager tests#526

Merged
QuintinWillison merged 1 commit intoably:developfrom
amihaiemil:fix_connectionmanager_tests
Dec 10, 2019
Merged

[WIP] Fix some ConnectionManager tests#526
QuintinWillison merged 1 commit intoably:developfrom
amihaiemil:fix_connectionmanager_tests

Conversation

@amihaiemil
Copy link
Copy Markdown
Contributor

Fixes #524 ; work in progress.

Changes:

  • 39e69ef

    • make all tests throw AblyException to avoid useless try/catch
    • make tests use AblyRealtime into try-with-resources so we're sure it's closed at the end (this is except a few tests where the behaviour of ably.close() is part of the test case).
  • ...more to come

@QuintinWillison QuintinWillison merged commit 17b52f1 into ably:develop Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Rework and reinstate invalid ConnectionManager tests

2 participants