You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/03/16 22:58:19 UTC

[mnemonic] branch master updated: MNEMONIC-635: Fix tools/tool.conf bug for DurablePersonRefBreakNGTest setting

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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e14506  MNEMONIC-635: Fix tools/tool.conf bug for DurablePersonRefBreakNGTest setting
9e14506 is described below

commit 9e1450635b95c3f99d459836dab7b8c1b6d6799d
Author: Chunyong He <ch...@gmail.com>
AuthorDate: Sun Mar 14 23:37:45 2021 -0700

    MNEMONIC-635: Fix tools/tool.conf bug for DurablePersonRefBreakNGTest setting
    
    Signed-off-by: Chunyong He <ch...@gmail.com>
---
 tools/test.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test.conf b/tools/test.conf
index eeac1c4..2e64956 100644
--- a/tools/test.conf
+++ b/tools/test.conf
@@ -19,7 +19,7 @@
 mvn -Dtest=DurablePersonNGTest test -pl mnemonic-core -DskipTests=false
 
 # a testcase for module "mnemonic-core" that requires 'pmalloc' memory service to pass
-mvn -Dtest=DurablePersonRefBreakNGTest test -pl mnemonic-core -DskipTests=fal
+mvn -Dtest=DurablePersonRefBreakNGTest test -pl mnemonic-core -DskipTests=false
 
 # a testcase for module "mnemonic-core" that requires 'pmalloc' memory service to pass
 mvn -Dtest=NonVolatileMemAllocatorNGTest test -pl mnemonic-core -DskipTests=false