mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
04.00.2008 b8ac51c444faac54727ad6dca40c075d34b7f303
refs
author andrug <andrug@localhost>
Friday, April 4, 2008 11:00 +0200
committer andrug <andrug@localhost>
Friday, April 4, 2008 11:00 +0200
commitb8ac51c444faac54727ad6dca40c075d34b7f303
tree feba6cb11dd01cfaefd7e4861d0cc5e357ac977f tree | zip | gz
parent 3a3e25cd66f19b89dec18605635c61cb2ff0d2ee view | diff
Major Problem:
issue when using NFS path value for TMPDIR variable (staf copy loops for ever
when trying to copy a folder to itself)

What's done: fix the issue and do some cleanup

- set the log directory path in objects (instance,client)
instance.getLogDir()
instance.setLogDir()
client.getLogDir()
client.setLogDir()

- use a function to give the path name of the tmp file (factorize the code) :
getLogFileName()

- do not copy a directory if the destDirectory already exists (avoid copying
directory to itself in case of directory is shared by nfs.

- add a new file : parser/object.xml : new library to manage objects
currently one function :
getEnabledClients() : return the list of enabled clients defined in the
scheduler


---This line, and those below, will be ignored--

M main_run.xml
M verdict/verdict.xml
M installation/installation_opends.xml
M log/log.xml
M shared/functions/ldap.xml
M shared/functions/stafcmd.xml
M configuration/configuration_opends.xml
M generateLdif/generateLdif.xml
M parser/parser.py
M parser/parser.xml
M main_run_lib.xml
M scheduler/scheduler.xml
AM parser/object_lib.xml
12 files modified
1 files added
666 ■■■■■ changed files
opendj-sdk/opends/tests/system-tests/phases/configuration/configuration_opends.xml 30 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/generateLdif/generateLdif.xml 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml 29 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/log/log.xml 26 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/main_run.xml 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml 347 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/parser/object_lib.xml 66 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/parser/parser.py 15 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/parser/parser.xml 33 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml 22 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/shared/functions/stafcmd.xml 58 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/verdict/verdict.xml 12 ●●●● diff | view | raw | blame | history