From 7c30dbb5403772b323df3ad907d9ed15d23b5aee Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 29 Apr 2010 20:35:40 +0000
Subject: [PATCH] Last batch of changes for this week. This adds support for the IETF based Password Policy for LDAP as SubEntry. Also resolves the following issues : - 4544 : initializeBackend() should not set JE env config params directly. - 4478 : ECL in draft compat mode / search lastchangenumber can be very long - 4538 : Virtual attributes not retrieved when entry cache configured - 4547 : Search Filter Matching differ for cn=Directory Manager and plain user. - 4514 : Logs shows unexpected message with replication monitoring data missing (Partial fix) - 4534 : Replication using security does not work after server restart - 4516 : SEVERE_ERROR: servers (...) have the same ServerId In addition, they also improve reliability and performance in various areas including CollectiveAttributes, Virtual Attributes and Subentries management, Schema loading, Replication...
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index ec5db8d..c19e496 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -997,8 +997,8 @@
<iterate var="thisChild" in="listOfChildren2">
<sequence>
<script>
- srcFile = '%s/logs/MACHINE/%s/GLOBAL/STAX_Job_%s.log' \
- % (STAFRoot,STAF_LOCAL_HOSTNAME,thisChild)
+ srcFile = '%s/data-%s/service/log/MACHINE/%s/GLOBAL/STAX_Job_%s.log' \
+ % (STAFRoot,STAF_LOCAL_HOSTNAME,STAF_LOCAL_HOSTNAME,thisChild)
destFile = '%s/staf-logs/STAX_Job_%s.txt' \
% (LOGS_ROOT,thisChild)
</script>
@@ -1012,8 +1012,8 @@
</process>
<script>
- srcFile = '%s/logs/MACHINE/%s/GLOBAL/STAX_Job_%s_User.log' \
- % (STAFRoot,STAF_LOCAL_HOSTNAME,thisChild)
+ srcFile = '%s/data-%s/service/log/MACHINE/%s/GLOBAL/STAX_Job_%s_User.log' \
+ % (STAFRoot,STAF_LOCAL_HOSTNAME,STAF_LOCAL_HOSTNAME,thisChild)
destFile = '%s/staf-logs/STAX_Job_%s_User.txt' \
% (LOGS_ROOT,thisChild)
</script>
--
Gitblit v1.10.0