You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2020/12/25 01:05:18 UTC

[directory-server] branch master updated: Destroying the store2 partition

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new e6effc4  Destroying the store2 partition
e6effc4 is described below

commit e6effc4fb0691a3258308be3d99cb4b9acd95f81
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Fri Dec 25 02:05:13 2020 +0100

    Destroying the store2 partition
---
 .../server/core/partition/impl/btree/mavibot/MavibotStoreTest.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mavibot-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotStoreTest.java b/mavibot-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotStoreTest.java
index 86b5bdc..8caec7a 100644
--- a/mavibot-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotStoreTest.java
+++ b/mavibot-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotStoreTest.java
@@ -264,6 +264,8 @@ public class MavibotStoreTest
 
         // make sure all files are closed so that they can be deleted on Windows.
         // wkdir2 is deleted by TemporaryFolder rule
+        
+        store2.destroy( partitionTxn );
     }