This is an automated email from the ASF dual-hosted git repository.
agingade pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from fbcf0c6 GEODE-8406: Enable early-return in CI scripts for CI-only
changes (#5427)
add 83d1e28 GEODE-8394: Rewind the message Part on command failure (#5424)
No new revisions were added by this update.
Summary of changes:
.../ClientServerCacheOperationDUnitTest.java | 204 +++++++++++++++++++++
.../geode/internal/cache/tier/sockets/Part.java | 21 ++-
.../internal/cache/tier/sockets/PartTest.java | 105 +++++++++++
3 files changed, 324 insertions(+), 6 deletions(-)
create mode 100644
geode-core/src/distributedTest/java/org/apache/geode/cache30/ClientServerCacheOperationDUnitTest.java