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

andrug
04.00.2008 b2f8624c6ccb7240948d0cd158773232013d1d64
refs
author andrug <andrug@localhost>
Friday, April 4, 2008 11:00 +0200
committer andrug <andrug@localhost>
Friday, April 4, 2008 11:00 +0200
commitb2f8624c6ccb7240948d0cd158773232013d1d64
tree 1f6592e24f738834faa71430bd7dea337412dd6e tree | zip | gz
parent c8f405c0e9221e7e81f5fd593109bbf3e88333e5 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
opends/tests/system-tests/phases/configuration/configuration_opends.xml 30 ●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/generateLdif/generateLdif.xml 9 ●●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/installation/installation_opends.xml 29 ●●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/log/log.xml 26 ●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/main_run.xml 10 ●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/main_run_lib.xml 347 ●●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/parser/object_lib.xml 66 ●●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/parser/parser.py 15 ●●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/parser/parser.xml 33 ●●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/scheduler/scheduler.xml 22 ●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/shared/functions/ldap.xml 9 ●●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/shared/functions/stafcmd.xml 58 ●●●● diff | view | raw | blame | history
opends/tests/system-tests/phases/verdict/verdict.xml 12 ●●●● diff | view | raw | blame | history