Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 46
Connection serial tests#984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
sacOO7
merged 25 commits into
feature/no-connection-serial
from
fix/no-connection-serial-testsFeb 6, 2024
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
32e0687
Fixed failing tests for recovery key
sacOO7 6ea5c2b
Refactored test file for no connection serial
sacOO7 cfc7cb3
Merge branch 'feature/no-connection-serial' into fix/no-connection-se…
sacOO7 75a8032
updated realtime channel test for resume flag
sacOO7 ea65bff
Added todo that checks for exact error
sacOO7 cd355b6
Fixed test for server injected attach
sacOO7 969d1d5
Refactored helper method to wait channel event
sacOO7 f84e07a
Added test for server initiated detached
sacOO7 da74762
Fixed connect reauth failure test
sacOO7 5297b40
Added a test for valid/invalid resume channel attach
sacOO7 e9790c0
Simplified channel attach/detach assertions
sacOO7 f7c5437
Added channelStateChange specific helpers with recorders
sacOO7 a72e990
Fixed tests for re-attaching channels on connection resume success/fa…
sacOO7 9a6a7f4
Refactored realtime delta decoder helpers
sacOO7 f92ab59
Merge branch 'main' into fix/no-connection-serial-tests
sacOO7 d13051f
Fixed deltadecode failure recovery test
sacOO7 5449a9b
Fixed test for resume publish reenter with right message size
sacOO7 98e1e8f
refactored test for resume publish re-enter
sacOO7 4fded69
refactored code, added a separate class for updating connectionmanage…
sacOO7 c93f89d
Fixed checkstyle issues for integration tests
sacOO7 e93f0ca
Moved mutableConnection manager under helpers
sacOO7 2436f67
Updating complex tests where reflection is used
sacOO7 e791f8f
refactored tests with easier test helper implementation
sacOO7 68a0944
Refactored ably-java tests, removed unnecessary callbacks
sacOO7 8e7b272
Refactored channel resume tests
sacOO7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2 lib/src/main/java/io/ably/lib/realtime/ChannelStateListener.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 130 additions & 22 deletions
152 lib/src/test/java/io/ably/lib/test/common/Helpers.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.