forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-9704: Ensure that register interest is called before ready for …
…events (apache#7442) - RegisterInterestOps need to happen before ReadyForEventsOp is sent These changes make sure that happens. - Added an InterestResultPolicyCheck Authored-by: Barry Oglesby <[email protected]> Un-ignored a test that will reproduce the issue periodically during a number of runs. It is a flaky test without the core fix. Authored-by: Jinmei Liao <[email protected]>
- Loading branch information
Showing
12 changed files
with
1,084 additions
and
897 deletions.
There are no files selected for viewing
802 changes: 0 additions & 802 deletions
802
...dTest/java/org/apache/geode/internal/cache/tier/sockets/DurableRegistrationDUnitTest.java
This file was deleted.
Oops, something went wrong.
703 changes: 703 additions & 0 deletions
703
...java/org/apache/geode/internal/cache/tier/sockets/DurableRegistrationDistributedTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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.