Difference between revisions of "EMI gLExec release test plan and report"
From PDP/Grid Wiki
Jump to navigationJump to search(3 intermediate revisions by the same user not shown) | |||
Line 419: | Line 419: | ||
==== Savannah: https://savannah.cern.ch/bugs/?93187 ==== | ==== Savannah: https://savannah.cern.ch/bugs/?93187 ==== | ||
DESCRIPTION: glexec-configure script contains some errors | DESCRIPTION: glexec-configure script contains some errors | ||
+ | |||
REPRODUCE: run | REPRODUCE: run | ||
/usr/sbin/glexec-configure -o /tmp/glexec.conf -d /tmp/lcmaps.db argus argus.testbed | /usr/sbin/glexec-configure -o /tmp/glexec.conf -d /tmp/lcmaps.db argus argus.testbed | ||
− | + | ||
+ | CHECK: the contents of /tmp/glexec.conf and /tmp/lcmaps.db | ||
+ | |||
FAIL: e.g. endpoint line in pepc entry is missing a " at the end of the line | FAIL: e.g. endpoint line in pepc entry is missing a " at the end of the line | ||
+ | |||
PASS: glexec-configure produces valid, working glexec.conf and lcmaps.db files | PASS: glexec-configure produces valid, working glexec.conf and lcmaps.db files | ||
Line 447: | Line 451: | ||
FAILED: output is 0077 (internal umask setting for glexec) | FAILED: output is 0077 (internal umask setting for glexec) | ||
+ | |||
+ | ==== Savannah: https://savannah.cern.ch/bugs/?101238 ==== | ||
+ | DESCRIPTION: mkgltempdir -t option does not work | ||
+ | |||
+ | REPRODUCE: | ||
+ | export X509_USER_PROXY=<location of valid proxy> | ||
+ | export GLEXEC_CLIENT_CERT=$X509_USER_PROXY | ||
+ | gldir=`/usr/sbin/mkgltempdir -t 404` && ls -ld $gldir && /usr/sbin/mkgltempdir -r $gldir | ||
+ | |||
+ | PASSED: lists directory with permissions dr-----r-- | ||
+ | |||
+ | FAILED: gives error messages starting with /bin/chmod: cannot access `<directory name>': Permission denied |