Tags:
, view all tags

Certification report internal patch 3777

Author(s): Elisabetta Molinari & Alessio Gianelle

Outcome: In Certification..

Upgrade from production

  • Add these repositories:
    [Patch3777]
    name=Patch 3777
    baseurl=http://etics-repository.cern.ch/repository/pm/registered/repomd/id/0933b819-2c13-4756-91db-506f2b5c4101/sl5_x86_64_gcc412
    protect=0
    enabled=1
    gpgcheck=0
    
    [Patch4010]
    name=Patch 4010
    baseurl=http://etics-repository.cern.ch/repository/pm/volatile/repomd/id/e9c683d9-530b-4196-a5d7-3ddda77ce0ce/sl5_x86_64_gcc412
    protect=0
    enabled=1
    gpgcheck=0
  • [root@cream-03 ~]# yum update
  • [root@cream-03 ~]# /opt/glite/yaim/bin/yaim -c -s siteinfo.ui -n glite-UI

  • Log should be found here

Test Report

 START Wed Jul 14 14:10:29 CEST 2010 
------------------------------------------------
Enter the test user pass:
Log files will be stored in /tmp/logs_100714141032
*SL4 tests skipped
*Running SL5 tests
UI-commands-exist-all.sh PASSED
UI-libraries-exist.sh PASSED
UI-security-myproxy-init-info-destroy.sh PASSED
UI-security-voms-proxy-init-info-destroy.sh PASSED
*Running COMMON tests
UI-environment.csh PASSED
UI-environment.sh PASSED
UI-exec-help-glite-delegation.sh PASSED
UI-exec-help-glite-sd-query.sh PASSED
UI-exec-help-lcg-info.sh PASSED
UI-exec-help-lcgtags.sh PASSED
UI-exec-help-managevotag.sh PASSED
UI-exec-version-glite-transfer.sh PASSED
UI-exec-version-glite-wms-job.sh PASSED
UI-exec-version-grid-proxy.sh PASSED
UI-exec-version-lcg.sh PASSED
UI-exec-version-myproxy.sh PASSED
UI-exec-version-uberftp.sh PASSED
UI-exec-version-voms-proxy.sh PASSED
UI-glite-environment.csh PASSED
UI-glite-environment.sh PASSED
UI-security-grid-cert-info.sh PASSED
UI-security-grid-proxy-info.sh PASSED
UI-security-grid-proxy-init-info-destroy.sh PASSED
UI-security-myproxy-change-pass-phrase.sh PASSED
UI-security-voms-proxy-info.sh PASSED
UI-tags-lcgtags.sh PASSED
UI-tags-managevotag.sh PASSED
UI-workload-glite-submit-wait-output.sh PASSED
UI-workload-glite-wms-deleg-submit-wait-output.sh PASSED
UI-workload-glite-wms-errors.sh PASSED
UI-workload-glite-wms-job-list-match.sh PASSED
UI-workload-glite-wms-submit-wait-output.sh PASSED

  • Run the tests of the WMS CLI testsuite
    • WMS-cli-basic-cycle.sh: === test PASSED ===
    • WMS-cli-basic-cycle-logfile.sh: === test PASSED ===
    • WMS-cli-basic-cycle-config.sh: === test PASSED ===
    • WMS-cli-basic-cycle-default-jdl.sh: === test PASSED ===
    • WMS-cli-basic-cycle-input.sh: === test PASSED ===
    • WMS-cli-basic-cycle-resource.sh: === test PASSED ===
    • WMS-cli-detailed-cycle.sh: === test PASSED ===
    • WMS-cli-submit-option-to.sh: === test PASSED ===
    • WMS-cli-submit-option-valid.sh: === test PASSED ===
    • WMS-cli-list-match.sh: === test PASSED ===
    • WMS-cli-delegate-proxy.sh: === test PASSED ===
    • WMS-cli-cancel.sh: === test PASSED ===
    • WMS-cli-logging-info.sh: === test PASSED ===
    • WMS-cli-job-info.sh: === test PASSED ===

Check Bugs

  • Bug #50761: segmentation fault in glite-brokerinfo on glite-WN SL5/x86_64 FIXED
[ale@cream-03 ~]$ glite-brokerinfo -f test 

glite-brokerinfo: please specify a function with parameters
use glite-brokerinfo --help for functions and parameters list

  • Bug #56034: Matchmaking with JobType=Normal does not take NodeNumber into account TO CHECK

  • Bug #59611: WMS UI: should transfer files even if size is 0 bytes TO CHECK

  • Bug #60175: Job Collections using option not working as gLite 3.1 UI FIXED
[ale@cream-03 ~]$ ls -l coll/
total 4
-rw-rw-r-- 1 ale ale 365 Jul 29 16:40 test.jdl
[ale@cream-03 ~]$ cat coll/test.jdl 
[
JobType="MPICH";
Executable = "/bin/ls" ;
Arguments = "-lha " ;
Stdoutput = "ls.out" ;
InputSandbox = { "test"} ;
OutputSandbox = { ".BrokerInfo", "ls.out", "test"} ;
Retrycount = 2;
ShallowRetryCount = -1;
requirements = other.GlueCEStateStatus == "Production" || other.GlueCEStateStatus == "testbedb";
usertags = [ exe = "ls" ];
VirtualOrganisation="dteam";
]
[ale@cream-03 ~]$ glite-wms-job-submit -a --collection coll/

Connecting to the service https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server


====================== glite-wms-job-submit Success ======================

The job has been successfully submitted to the WMProxy
Your job identifier is:

https://devel07.cnaf.infn.it:9000/XFalAX3yohTNnIVImtCM6w

==========================================================================


[ale@cream-03 ~]$ glite-wms-job-status https://devel07.cnaf.infn.it:9000/XFalAX3yohTNnIVImtCM6w


======================= glite-wms-job-status Success =====================
BOOKKEEPING INFORMATION:

Status info for the Job : https://devel07.cnaf.infn.it:9000/XFalAX3yohTNnIVImtCM6w
Current Status:     Waiting 
Submitted:          Thu Jul 29 16:40:55 2010 CEST
==========================================================================

- Nodes information for: 
    Status info for the Job : https://devel07.cnaf.infn.it:9000/eKz7Yyp5MxLA2XLsxKBhvA
    Current Status:     Ready 
    Status Reason:      unavailable
    Destination:        ce02.grid.acad.bg:2119/jobmanager-pbs-dteam
    Submitted:          Thu Jul 29 16:40:55 2010 CEST
==========================================================================

  • Bug #67054: cancel of node in Submitted state connects to ghemon.cnaf.infn.it TO CHECK ??
    [ale@cream-03 ~]$ glite-wms-job-submit -a --register-only test.jdl
    
    Connecting to the service https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
    
    
    ====================== glite-wms-job-submit Success ======================
    
    The job has been successfully registered to the WMProxy
    Your job identifier is:
    
    https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    
    ==========================================================================
    
    
    [ale@cream-03 ~]$ strace glite-wms-job-submit --start https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ 2> err
    
    Connecting to the service https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
    
    
    ====================== glite-wms-job-submit Success ======================
    
    The job has been successfully started to the WMProxy
    Your job identifier is:
    
    https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    
    ==========================================================================
  • look for "ghemon.cnaf.infn.it address:
    [ale@cream-03 ~]$  grep 131.154.100.122 err
    [ale@cream-03 ~]$ glite-wms-job-status https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    
    
    ======================= glite-wms-job-status Success =====================
    BOOKKEEPING INFORMATION:
    
    Status info for the Job : https://devel07.cnaf.infn.it:9000/WGoGWxdJ3DkrkCGJSepSIQ
    Current Status:     Ready 
    Status Reason:      unavailable
    Destination:        wipp-ce.weizmann.ac.il:2119/jobmanager-lcgpbs-dteam
    Submitted:          Thu Jul 29 17:13:33 2010 CEST
    ==========================================================================
    

  • Bug #68052: glite-wms-job-output produces no JSON compliant formatting TO CHECK ???
[ale@cream-03 ~]$ glite-wms-job-output --json https://devel07.cnaf.infn.it:9000/nA-PSQZMoiuS2BWJLxEXSw
{
result: success 
endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
JobOutput: {
  jobid: https://devel07.cnaf.infn.it:9000/nA-PSQZMoiuS2BWJLxEXSw
  output_available: 1
  location: /tmp/ale_nA-PSQZMoiuS2BWJLxEXSw

}
}

[ale@cream-03 ~]$ ls -l /tmp/ale_nA-PSQZMoiuS2BWJLxEXSw/
.BrokerInfo  ls.out       test         
[ale@cream-03 ~]$ ls -la /tmp/ale_nA-PSQZMoiuS2BWJLxEXSw/
total 20
drwxr-xr-x  2 ale  ale  4096 Jul 29 17:21 .
drwxrwxrwt 11 root root 4096 Jul 29 17:21 ..
-rw-rw-r--  1 ale  ale  1687 Jul 29 17:21 .BrokerInfo
-rw-rw-r--  1 ale  ale   325 Jul 29 17:21 ls.out
-rw-rw-r--  1 ale  ale     5 Jul 29 17:21 test

  • Bug #68307: WMS-UI: syntax error for correct JDL when substr is used TO CHECK

  • Bug #68465: glite-wms-job-cancel produces no JSON compliant formatting TO CHECK

  • Bug #69440: json format of output isn't correct in glite-wms-job-submit FIXED ???
[ale@cream-03 ~]$ glite-wms-job-submit -a --json test.jdl 
{"result": "success", "jobid": "https://devel07.cnaf.infn.it:9000/mN4D5UB9GdK1-qUXGhduDw", "endpoint": "https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server"}
[ale@cream-03 ~]$ glite-wms-job-submit -a --pretty-print  --json test.jdl  
{
  result: success
  jobid: https://devel07.cnaf.infn.it:9000/iLOkZUsuPIzFcLw6pB0rnA
  endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
}

-- ElisabettaMolinari - 2010-07-06

Topic attachments
I Attachment Action Size Date Who Comment
Texttxt ui.txt manage 43.4 K 2010-07-29 - 12:00 AlessioGianelle Update log
Edit | Attach | PDF | History: r33 | r14 < r13 < r12 < r11 | Backlinks | Raw View | More topic actions...
Topic revision: r12 - 2010-07-29 - AlessioGianelle
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback