You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2021/05/04 16:02:39 UTC

[geode] branch develop updated (ce352da -> 1c916301)

This is an automated email from the ASF dual-hosted git repository.

eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from ce352da  GEODE-9138: Refactored hasSeenEvents and added tests
     add 1c916301 GEODE-9109: Clean up when to set local filter info for tx. (#6418)

No new revisions were added by this update.

Summary of changes:
 .../internal/cache/TxCallbackEventFactoryImpl.java | 43 ++++++++--------
 .../cache/TxCallbackEventFactoryImplTest.java      | 60 ++++++++++++++++++++++
 2 files changed, 80 insertions(+), 23 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/TxCallbackEventFactoryImplTest.java