This is an automated email from the ASF dual-hosted git repository.
mkevo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from bba1935 GEODE-8865: Create additional dunit and integration tests for
Redis HMGET (#5945)
add b46a0a2 GEODE-8846: Fix for transaction commit failure (#5927)
No new revisions were added by this update.
Summary of changes:
.../ClientServerTransactionDistributedTest.java | 174 +++++++++++++++++++++
.../apache/geode/internal/cache/TXManagerImpl.java | 37 ++---
.../geode/internal/cache/TXManagerImplTest.java | 20 +++
3 files changed, 211 insertions(+), 20 deletions(-)
create mode 100644
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/ClientServerTransactionDistributedTest.java