Sunday, June 29, 2014

[389-commits] dirsrvtests/tickets

dirsrvtests/tickets/ticket47808_test.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 36323c9bb92598a253a2733b34a8c05c3c9f5f6a
Author: Thierry bordaz (tbordaz) <tbordaz@redhat.com>
Date: Sun Jun 29 12:19:42 2014 +0200

Ticket 47808 - If be_txn plugin fails in ldbm_back_add, adding entry is double freed

Bug Description:
CI test fix
- commented the py.test fixture
- unset installation_prefix

https://fedorahosted.org/389/ticket/47808

Platforms tested: F19 jenkins

Flag Day: no

Doc impact: no

diff --git a/dirsrvtests/tickets/ticket47808_test.py b/dirsrvtests/tickets/ticket47808_test.py
index 4bfb4ce..d87dafc 100644
--- a/dirsrvtests/tickets/ticket47808_test.py
+++ b/dirsrvtests/tickets/ticket47808_test.py
@@ -15,7 +15,7 @@ from constants import *

log = logging.getLogger(__name__)

-installation_prefix = '/home/nhosoi/install'
+installation_prefix = None

ATTRIBUTE_UNIQUENESS_PLUGIN = 'cn=attribute uniqueness,cn=plugins,cn=config'
ENTRY_NAME = 'test_entry'
@@ -27,7 +27,7 @@ class TopologyStandalone(object):
self.standalone = standalone


-#@pytest.fixture(scope="module")
+@pytest.fixture(scope="module")
def topology(request):
'''
This fixture is used to standalone topology for the 'module'.
@@ -199,7 +199,7 @@ def run_isolated():
- run this program
'''
global installation_prefix
- installation_prefix = '/home/nhosoi/install'
+ installation_prefix = None

topo = topology(True)
test_ticket47808_run(topo)


--
389 commits mailing list
389-commits@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-commits

No comments:

Post a Comment