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 2642d94 GEODE-8898: run threads in HMGetDUnitTest (#5981)
add 62d6cb5 GEODE 8797: Increase code coverage on TXRegionStub classes
(#5901) (#5901)
No new revisions were added by this update.
Summary of changes:
.../internal/cache/tx/DistributedTXRegionStub.java | 91 +++--
.../cache/tx/DistributedTXRegionStubTest.java | 371 +++++++++++++++++++++
.../cache/tx/PartitionedTXRegionStubTest.java | 86 ++++-
3 files changed, 513 insertions(+), 35 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/tx/DistributedTXRegionStubTest.java