Tags:
, view all tags

Certification report internal patch 3777

Author(s): Elisabetta Molinari & Alessio Gianelle

Outcome: In Certification..

Upgrade from production

  • Add these repositories:
    [ETICS-name-patch_3777_2]
    name=ETICS Repository of patch_3777_2
    baseurl=http://etics-repository.cern.ch/repository/pm/registered/repomd/name/patch_3777_2
    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

[ale@cream-03 UI]$ ./UI-certtest.sh 
Using ./UI-certconfig
START Tue Sep 14 15:18:03 CEST 2010 
------------------------------------------------
Enter the test user pass:
Log files will be stored in /tmp/logs_100914151806
*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-inf-lcg-info-ce.sh PASSED
UI-inf-lcg-info-se.sh PASSED
UI-inf-lcg-infosites.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
TEST_PASSED

Zipped log should be found here

  • 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 FIXED

  • Submit this jdl:
    [ale@cream-03 ~]$ cat test.jdl 
    [
    Executable = "/bin/ls" ;
    Arguments = "-lha " ;
    Stdoutput = "ls.out" ;
    JobType = "normal";
    CpuNumber = 4;
    Retrycount = 2;
    ShallowRetryCount = -1;
    requirements = other.GlueCEStateStatus == "Production" || other.GlueCEStateStatus == "testbedb";
    usertags = [ exe = "ls" ];
    VirtualOrganisation="dteam";
    ]
  • And verify the submitted jdl:
    [ale@cream-03 ~]$ glite-wms-job-submit -a --debug  test.jdl 
    [...]
    30 July 2010, 11:31:15 -I- PID: 7011 (Debug) - Submitting JDL [ Retrycount = 2; Arguments = "-lha "; MyProxyServer = "myproxy.cern.ch"; JobType = "normal"; Executable = "/bin/ls";
     VirtualOrganisation = "dteam"; SignificantAttributes = { "Requirements","Rank","FuzzyRank" }; CpuNumber = 4; Stdoutput = "ls.out"; ShallowRetryCount =  -1; requirements = ( 
    other.GlueCEStateStatus == "Production" || other.GlueCEStateStatus == "testbedb" ) && other.GlueCEInfoTotalCPUs >= 4; usertags = [ exe = "ls" ]; rank =  
    -other.GlueCEStateEstimatedResponseTime; Type = "job"; DefaultRank =  -other.GlueCEStateEstimatedResponseTime; AllowZippedISB = true]
    [...]

Bug #59611 : WMS UI: should transfer files even if size is 0 bytes FIXED

[ale@cream-03 ~]$  cat test.jdl | grep -v ^#
[
Executable = "/bin/ls" ;
Arguments = "-lha " ;
Stdoutput = "ls.out" ;
InputSandbox = { "test"} ;
OutputSandbox = { ".BrokerInfo", "ls.out"} ;
Retrycount = 2;
ShallowRetryCount = -1;
usertags = [ exe = "ls" ];
VirtualOrganisation="dteam";
]

[ale@cream-03 ~]$ ls -l test
-rw-rw-r-- 1 ale ale 0 Sep  1 13:01 test
[ale@cream-03 ~]$ glite-wms-job-submit -a -e  https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server 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 submitted to the WMProxy
Your job identifier is:

https://devel07.cnaf.infn.it:9000/i_6x_iKUei-RxqkDTTEqKA

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


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


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

Status info for the Job : https://devel07.cnaf.infn.it:9000/i_6x_iKUei-RxqkDTTEqKA
Current Status:     Done (Success)
Logged Reason(s):
    - job completed
    - Job Terminated Successfully
Exit code:          0
Status Reason:      Job Terminated Successfully
Destination:        ce-cream-iep-grid.saske.sk:8443/cream-pbs-dteam
Submitted:          Thu Sep 23 09:34:36 2010 CEST
==========================================================================

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

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


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

         JOB GET OUTPUT OUTCOME

Output sandbox files for the job:
https://devel07.cnaf.infn.it:9000/i_6x_iKUei-RxqkDTTEqKA
have been successfully retrieved and stored in the directory:
/tmp/ale_i_6x_iKUei-RxqkDTTEqKA

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

[ale@cream-03 ~]$ cat /tmp/ale_i_6x_iKUei-RxqkDTTEqKA/ls.out 
total 12K
drwxr-xr-x 2 dteam003 dteam 4.0K Sep 23 09:34 .
drwxr-xr-x 3 dteam003 dteam 4.0K Sep 23 09:34 ..
-rw-r--r-- 1 dteam003 dteam 2.4K Sep 23 09:34 .BrokerInfo
-rw-r--r-- 1 dteam003 dteam    0 Sep 23 09:34 ls.out
-rw-r--r-- 1 dteam003 dteam    0 Sep 23 09:34 test
-rw-r--r-- 1 dteam003 dteam    0 Sep 23 09:34 .tmp_file

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 FIXED

[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 FIXED

  • getOutput with Success for one sandbox retrieved:
    [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 -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
  • getOutput Success with multiple sandbox retrieved (more jobs):
    [ale@cream-03 ~]$ glite-wms-job-output --json --dir ./pippo  https://devel07.cnaf.infn.it:9000/yj9ahpMbNSK_1TMvO6DfHA https://devel07.cnaf.infn.it:9000/ed-HRw42yY2nq5jb-fhZAA 
    {
    result: success 
    endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
    JobOutput: {
      jobid: https://devel07.cnaf.infn.it:9000/yj9ahpMbNSK_1TMvO6DfHA
      output_available: 1
      location: /home/ale/pippo/ale_yj9ahpMbNSK_1TMvO6DfHA
    
    }
    JobOutput: {
      jobid: https://devel07.cnaf.infn.it:9000/ed-HRw42yY2nq5jb-fhZAA
      output_available: 1
      location: /home/ale/pippo/ale_ed-HRw42yY2nq5jb-fhZAA
    
    }
    }
    
    [ale@cream-03 ~]$ ls -la pippo/*
    pippo/ale_ed-HRw42yY2nq5jb-fhZAA:
    total 20
    drwxr-xr-x 2 ale ale 4096 Jul 30 12:38 .
    drwxrwxr-x 4 ale ale 4096 Jul 30 12:38 ..
    -rw-rw-r-- 1 ale ale 6460 Jul 30 12:38 .BrokerInfo
    -rw-rw-r-- 1 ale ale  274 Jul 30 12:38 ls.out
    
    pippo/ale_yj9ahpMbNSK_1TMvO6DfHA:
    total 16
    drwxr-xr-x 2 ale ale 4096 Jul 30 12:38 .
    drwxrwxr-x 4 ale ale 4096 Jul 30 12:38 ..
    -rw-rw-r-- 1 ale ale 2433 Jul 30 12:38 .BrokerInfo
    -rw-rw-r-- 1 ale ale  274 Jul 30 12:38 ls.out
  • getOutput without success with sandobox retrieved:
    [ale@cream-03 ~]$ glite-wms-job-output --json --dir ./output https://devel07.cnaf.infn.it:9000/iY_8_py-DOSC5Po9RukqKg
    {
    result: success 
    endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
    JobOutput: {
      jobid: https://devel07.cnaf.infn.it:9000/iY_8_py-DOSC5Po9RukqKg
      output_available: 0
      location: None
    }
    }
    
    [ale@cream-03 ~]$ ls -l ./output
    total 0
  • getOutput of a collection of jobs:
    [ale@cream-03 ~]$  glite-wms-job-output --json --dir ./output https://devel07.cnaf.infn.it:9000/xgo-l6zQqpl2aHRlcEy3_Q
    {
    result: success
    endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
    JobOutput: {
      jobid: https://devel07.cnaf.infn.it:9000/xgo-l6zQqpl2aHRlcEy3_Q
      output_available: 1
      location: /home/ale/output/ale_xgo-l6zQqpl2aHRlcEy3_Q
    
    }
    }
    
    [ale@cream-03 ~]$ ls -l /home/ale/output/ale_xgo-l6zQqpl2aHRlcEy3_Q
    total 44
    -rw-rw-r-- 1 ale ale 1993 Jul 30 15:16 ids_nodes.map
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test1_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test2_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test3_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test4_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test5_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test6_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test7_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test8_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test9_jdl
    drwxr-xr-x 2 ale ale 4096 Jul 30 15:16 Node_test_jdl

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

  • To test this bug you need to install glite-jdl-api-cpp-3.2.4-2.sl5 on a WMS, then try a list-match or a submission with this jdl:
    [ale@cream-03 ~]$ cat test.jdl 
    [
    Executable = "/bin/ls" ;
    Arguments = "-lha " ;
    Stdoutput = "ls.out" ;
    OutputSandbox = { "ls.out"} ;
    requirements = int(substr(other.GLUECECapability[0],size("CPUScalingReferenceSI00="))) == 1000; 
    VirtualOrganisation="dteam";
    ]
    [ale@cream-03 ~]$  glite-wms-job-list-match -a --rank -e https://wms009.cnaf.infn.it:7443/glite_wms_wmproxy_server  test.jdl 
     
    Connecting to the service https://wms009.cnaf.infn.it:7443/glite_wms_wmproxy_server
    
    ==========================================================================
    
               COMPUTING ELEMENT IDs LIST 
     The following CE(s) matching your job requirements have been found:
    
       *CEId*                                                   *Rank*
    
     - ce01.esc.qmul.ac.uk:2119/jobmanager-lcgsge-lcg_short             0
     - ce02.esc.qmul.ac.uk:2119/jobmanager-lcgsge-lcg_long              0
     - ce02.esc.qmul.ac.uk:2119/jobmanager-lcgsge-lcg_short             0
     - ce03.esc.qmul.ac.uk:2119/jobmanager-lcgsge-lcg_long              0
     - ce03.esc.qmul.ac.uk:2119/jobmanager-lcgsge-lcg_short             0
     - ce2.egeode.org:8443/cream-pbs-dteam                              0
     - f-ce01.grid.sinica.edu.tw:2119/jobmanager-lcgpbs-dteam           0
     - grid-ce.feit.ukim.edu.mk:2119/jobmanager-lcgpbs-dteam            0
     - gridgate.cp.dias.ie:2119/jobmanager-lcgpbs-test                  0
     - gridgate.nuim.ie:2119/jobmanager-lcgpbs-test                     0
     - gridgate.ucd.ie:2119/jobmanager-lcgpbs-test                      0
     - lcg-ce.rcf.uvic.ca:2119/jobmanager-lcgpbs-express                0
     - ce131.cern.ch:2119/jobmanager-lcglsf-grid_2nh_dteam              -94
     - ce131.cern.ch:2119/jobmanager-lcglsf-grid_dteam                  -94
     - ce133.cern.ch:2119/jobmanager-lcglsf-grid_2nh_dteam              -100
     - ce133.cern.ch:2119/jobmanager-lcglsf-grid_dteam                  -100

Bug #68465 : glite-wms-job-cancel produces no JSON compliant formatting FIXED

  • Cancel a single job:
    [ale@cream-03 ~]$ glite-wms-job-cancel --json https://devel07.cnaf.infn.it:9000/Cs949_HPzIE0fI17oCEPKA
    {
      result: success 
      jobs: {
        https://devel07.cnaf.infn.it:9000/Cs949_HPzIE0fI17oCEPKA: {
          endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
          status: cancel requested
        }
      }
    }
  • Cancel of multiple jobs:
    [ale@cream-03 ~]$ glite-wms-job-cancel --json https://devel07.cnaf.infn.it:9000/RuVm8o8-sgfh5579U2W2OA https://devel07.cnaf.infn.it:9000/Bb6QTdqlYSqSgU3WHQvolQ
    {
      result: success 
      jobs: {
        https://devel07.cnaf.infn.it:9000/RuVm8o8-sgfh5579U2W2OA: {
          endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
          status: cancel requested
        }
        https://devel07.cnaf.infn.it:9000/Bb6QTdqlYSqSgU3WHQvolQ: {
          endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
          status: cancel requested
        }
      }
    }
  • Cancel of a collection:
    [ale@cream-03 ~]$ glite-wms-job-cancel --json https://devel07.cnaf.infn.it:9000/6HVM11GKtiQ_6FxsBOZ7OQ
    {
      result: success 
      jobs: {
        https://devel07.cnaf.infn.it:9000/6HVM11GKtiQ_6FxsBOZ7OQ: {
          endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
          status: cancel requested
        }
      }
    }

Bug #68786 : "InputSandboxBaseURI" JDL attribute work only in some circumstances... TO CHECK

Bug #69440 : json format of output isn't correct in glite-wms-job-submit FIXED

  • Submit a single job:
    [ale@cream-03 ~]$ glite-wms-job-submit -a --json test.jdl 
    {"result": "success", "jobid": "https://devel07.cnaf.infn.it:9000/5G0-CAKLI3oGy5i6hwLglw", "endpoint": "https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server"}
  • Submit a sinlge job using a human readble output format:
    [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
    }
  • Submit a collection:
    [ale@cream-03 ~]$ glite-wms-job-submit -a --json --collection coll/
    {"result": "success", "parent": "https://devel07.cnaf.infn.it:9000/G9MOiCi-2cZSN3p5OapTKg", "endpoint": "https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server", "children": {"Node_test3_jdl": "https://devel07.cnaf.infn.it:9000/wyVmiw5LB3BMGcF3GlA-mQ", "Node_test8_jdl": "https://devel07.cnaf.infn.it:9000/aHBQvJXUAP0p0Sp4Ya0RPg", "Node_test2_jdl": "https://devel07.cnaf.infn.it:9000/6zMSprbpvBP1DWQ_xKFqrA", "Node_test7_jdl": "https://devel07.cnaf.infn.it:9000/vW0-jVuxKS3APvheT19urA", "Node_test1_jdl": "https://devel07.cnaf.infn.it:9000/TCbRp6pqigdWPDfl4XQD5Q", "Node_test6_jdl": "https://devel07.cnaf.infn.it:9000/Kih9M_fUoTwcaYZ-3QbmQA", "Node_test_jdl": "https://devel07.cnaf.infn.it:9000/szvnCVusXI5HRKBJ1d6MhA", "Node_test5_jdl": "https://devel07.cnaf.infn.it:9000/G8Y56NEigSOJuE-vcEpG1w", "Node_test4_jdl": "https://devel07.cnaf.infn.it:9000/P2SKM1v8hhssuBn3QxHBxg", "Node_test10_jdl": "https://devel07.cnaf.infn.it:9000/h7Y0olywnQ16y1D-IX3BXg", "Node_test9_jdl": "https://devel07.cnaf.infn.it:9000/PMnouNbeFd9e0UNfx8VQxw"}}
  • Submit a collection using a human readble output format:
    [ale@cream-03 ~]$ glite-wms-job-submit -a --json --pretty-print --collection coll/
    {
      result: success
      parent: https://devel07.cnaf.infn.it:9000/8gSP2I0BG3o_ffhVJgTjBg
      endpoint: https://devel18.cnaf.infn.it:7443/glite_wms_wmproxy_server
      children: {
          Node_test3_jdl: https://devel07.cnaf.infn.it:9000/t2idWmTvwCTHVUq6F5p6aw
          Node_test8_jdl: https://devel07.cnaf.infn.it:9000/VeX8p6mjRHWlsJDED0-iMA
          Node_test2_jdl: https://devel07.cnaf.infn.it:9000/txVB72ibzZ-RqVhmZTZZXA
          Node_test7_jdl: https://devel07.cnaf.infn.it:9000/6bz4y3D78Ab4I9FOgS8PVg
          Node_test1_jdl: https://devel07.cnaf.infn.it:9000/TTHyB_41PDVgDvAfb49n6A
          Node_test6_jdl: https://devel07.cnaf.infn.it:9000/NhANR4UOzd_8zoUPn6GT2A
          Node_test_jdl: https://devel07.cnaf.infn.it:9000/Lz8djJp1wO_4klamGYS_2w
          Node_test5_jdl: https://devel07.cnaf.infn.it:9000/99IB339AEmGI6xoxXNzyvg
          Node_test4_jdl: https://devel07.cnaf.infn.it:9000/EfZWzPmXGDASacuD0DhrwQ
          Node_test10_jdl: https://devel07.cnaf.infn.it:9000/S_TDgjDX4iI2aK6cvFTeFQ
          Node_test9_jdl: https://devel07.cnaf.infn.it:9000/JG5XRZMt-ivrojmVdAPL2w
         }
    }

Bug #72675 : json format of output isn't correct in glite-wms-job-cancel TO CHECK

Bug #72870 : The UI does not check type mismatch for SMPGranularity, WholeNodes and HostNumber TO CHECK

Bug #73286 : glite-wms-job-status and glite-wms-job-logging info wrongly see a corrupted help file TO CHECK

-- ElisabettaMolinari - 2010-07-06

Topic attachments
I Attachment Action Size Date Who Comment
Compressed Zip archivetgz TestUI-log.tgz manage 807.4 K 2010-09-14 - 13:55 AlessioGianelle Log files about UI test Suite
Texttxt ui.txt manage 19.2 K 2010-09-14 - 13:15 AlessioGianelle Update log
Edit | Attach | PDF | History: r33 | r24 < r23 < r22 < r21 | Backlinks | Raw View | More topic actions...
Topic revision: r22 - 2010-10-22 - 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