You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2021/11/12 12:52:22 UTC

[jackrabbit-oak] branch trunk updated: OAK-9617: VersionGCSplitDocTest does not clean up after test

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

mreutegg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 089176e  OAK-9617: VersionGCSplitDocTest does not clean up after test
     new b375345  Merge pull request #416 from mreutegg/OAK-9617
089176e is described below

commit 089176efafd07337c38f22a701fed51cf7b074c8
Author: Marcel Reutegger <ma...@gmail.com>
AuthorDate: Fri Nov 12 11:36:15 2021 +0100

    OAK-9617: VersionGCSplitDocTest does not clean up after test
---
 .../apache/jackrabbit/oak/plugins/document/VersionGCSplitDocTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGCSplitDocTest.java b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGCSplitDocTest.java
index fcbe36c..0c7649b 100644
--- a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGCSplitDocTest.java
+++ b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGCSplitDocTest.java
@@ -205,6 +205,8 @@ public class VersionGCSplitDocTest {
     public void tearDown() throws Exception {
         execService.shutdown();
         execService.awaitTermination(1, MINUTES);
+        ns.dispose();
+        fixture.dispose();
     }
 
     @AfterClass