This is an automated email from the ASF dual-hosted git repository.
klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 07e8f64 GEODE-8252: Fix FixedPartitioningDUnitTest (#5580)
add 2a993a5 GEODE-8550: Create CloseableReference (#5570)
No new revisions were added by this update.
Summary of changes:
geode-junit/build.gradle | 1 +
.../geode/test/junit/rules/CloseableReference.java | 208 +++++++++++++++++++++
.../test/junit/rules/CloseableReferenceTest.java | 204 ++++++++++++++++++++
3 files changed, 413 insertions(+)
create mode 100644
geode-junit/src/main/java/org/apache/geode/test/junit/rules/CloseableReference.java
create mode 100644
geode-junit/src/test/java/org/apache/geode/test/junit/rules/CloseableReferenceTest.java