Tags:
, view all tags

WMS v. 3.5 (SL6) test report

Summary

  • Component: WMS 3.5

  • ETICS Subsystem Configuration Name: emi-wms_R_3_5_0

  • VCS Tag:

  • EMI Major Release: EMI 3

  • Platform: SL6/x86_64 + EPEL

  • Outcome: Ongoing

Deployment Tests

Clean installation -

Unit Tests -

  • Report available at [[][WMS 3.5 unit tests]]

Basic Functionality tests

Submission

Normal - PASSED

$  python WMS-job-cycle.py -c wms-command.conf -V testers.eu-emi.eu -d 3 -l -t 1 -i
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++
===> + TestSuite of the WMS Service                       
===> + Description: Test a complete job cycle: from submission to get output 
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++

Enter the user proxy password:

 Set 1: Submit a normal job - CE_CREAM 

===> 
===> Test: WMS-job-cycle.py
===> WMS: emitestbed44.cnaf.infn.it
===> Started: 14:57:09
===> Ended  : 14:58:20
===> 
===>     === test PASSED === 
===> 
===> Test log file is WMSService-TS_20130215145709.log

Proxy Mode - PASSED
$  python WMS-job-cycle.py -c wms-command.conf -V testers.eu-emi.eu -d 3 -l -t 1 -i
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++
===> + TestSuite of the WMS Service                       
===> + Description: Test a complete job cycle: from submission to get output 
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++

Enter the user proxy password:

 Set 1: Submit a normal job - CE_CREAM 

===> 
===> Test: WMS-job-cycle.py
===> WMS: emitestbed44.cnaf.infn.it
===> Started: 15:14:46
===> Ended  : 15:16:24
===> 
===>     === test PASSED === 
===> 
===> Test log file is WMSService-TS_20130215151446.log

Jdl attributes -

  • [[https://wiki-igi.cnaf.infn.it/twiki/pub/IGIRelease/WMSTask34080SL6/][]]:

Collection

Bulk submission - PASSED
$ python WMS-job-cycle.py -c wms-command.conf -V testers.eu-emi.eu -d 3 -l -t 2 -i
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++
===> + TestSuite of the WMS Service                       
===> + Description: Test a complete job cycle: from submission to get output 
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++

Enter the user proxy password:

 Set 2: Submit a bulk of jobs - CE_CREAM 

===> 
===> Test: WMS-job-cycle.py
===> WMS: emitestbed44.cnaf.infn.it
===> Started: 16:54:41
===> Ended  : 16:55:52
===> 
===>     === test PASSED === 
===> 
===> Test log file is WMSService-TS_20130215165441.log

All in a jdl - PASSED
$ python WMS-job-cycle.py -c wms-command.conf -V testers.eu-emi.eu -d 3 -l -t 7 -i
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++
===> + TestSuite of the WMS Service                       
===> + Description: Test a complete job cycle: from submission to get output 
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++

Enter the user proxy password:

 Set 7: Submit a bulk of jobs using a single jdl with al the jdls of nodes - CE_CREAM 

===> 
===> Test: WMS-job-cycle.py
===> WMS: emitestbed44.cnaf.infn.it
===> Started: 17:00:14
===> Ended  : 17:01:57
===> 
===>     === test PASSED === 
===> 
===> Test log file is WMSService-TS_20130215170014.log

Parametric job - PASSED

$ python WMS-job-cycle.py -c wms-command.conf -V testers.eu-emi.eu -d 3 -l -t 3 -i
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++
===> + TestSuite of the WMS Service                       
===> + Description: Test a complete job cycle: from submission to get output 
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++

Enter the user proxy password:

 Set 3: Submit a parametric job - CE_CREAM 

===> 
===> Test: WMS-job-cycle.py
===> WMS: emitestbed44.cnaf.infn.it
===> Started: 17:17:01
===> Ended  : 17:19:18
===> 
===>     === test PASSED === 
===> 
===> Test log file is WMSService-TS_20130215171701.log

Dag - PASSED

$ python WMS-job-cycle.py -c wms-command.conf -V testers.eu-emi.eu -d 3 -l -t 4 -i
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++
===> + TestSuite of the WMS Service                       
===> + Description: Test a complete job cycle: from submission to get output 
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++

Enter the user proxy password:

 Set 4: Submit a DAG job 

===> 
===> Test: WMS-job-cycle.py
===> WMS: emitestbed44.cnaf.infn.it
===> Started: 17:23:27
===> Ended  : 17:33:46
===> 
===>     === test PASSED === 
===> 
===> Test log file is WMSService-TS_20130215172327.log

Parallel job - PASSED

# cat wms_emitestbed44.conf
WmsClient = [
ErrorStorage="/var/tmp";
OutputStorage=  "/tmp";
ListenerStorage="/tmp";
virtualorganisation="testers.eu-emi.eu";
#requirements = other.GlueCEStateStatus == "Production";
RetryCount = 0;
WMProxyEndPoints = {"https://emitestbed44.cnaf.infn.it:7443/glite_wms_wmproxy_server"};
rank = -other.GlueCEStateEstimatedResponseTime;
];

# cat mpijob.jdl
### Submit parallel job 2 CPUs
### Job to be submitted:
Executable = "/usr/bin/mpi-start";
CPUNumber  = 2;
Arguments  = "-t dummy -- counter.sh cpus 2";
InputSandbox = {"counter.sh"};
OutputSandbox = {"std.out", "std.err"};
StdOutput = "std.out";
StdError = "std.err";
Requirements = member("MPI-START", other.GlueHostApplicationSoftwareRunTimeEnvironment)
               && other.GlueCEInfoJobManager == "pbs";

$ glite-wms-job-submit -a -c wms_emitestbed44.conf mpijob.jdl

Connecting to the service https://emitestbed44.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://emitbrc-lamb4.civ.zcu.cz:9000/Q2dNhH-vwdk1FBxeyp1w5w

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

$  glite-wms-job-status https://emitbrc-lamb4.civ.zcu.cz:9000/Q2dNhH-vwdk1FBxeyp1w5w


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

Status info for the Job : https://emitbrc-lamb4.civ.zcu.cz:9000/Q2dNhH-vwdk1FBxeyp1w5w
Current Status:     Done(Success)
Logged Reason(s):
    - job completed
    - Job Terminated Successfully
Exit code:          0
Status Reason:      Job Terminated Successfully
Destination:        emitestbed29.cnaf.infn.it:8443/cream-pbs-demo
Submitted:          Mon Feb 18 11:42:05 2013 CET
==========================================================================

Forwarding parameters for parallel jobs -

Perusal - PASSED

$ python WMS-job-cycle.py -c wms-command.conf -V testers.eu-emi.eu -d 3 -l -t 6 -i
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++
===> + TestSuite of the WMS Service                       
===> + Description: Test a complete job cycle: from submission to get output 
===> +++++++++++++++++++++++++++++++++++++++++++++++++++++

Enter the user proxy password:

 Set 6: Submit a perusal job - CE_CREAM 

===> 
===> Test: WMS-job-cycle.py
===> WMS: emitestbed44.cnaf.infn.it
===> Started: 12:23:54
===> Ended  : 12:58:11
===> 
===>     === test PASSED === 
===> 
===> Test log file is WMSService-TS_20130218122354.log

Delegation -

List-match -

Prologue and epilogue jobs -

Shallow and deep resubmission -

Cancel -

Proxy renewal -

Limiter mechanism -

Job purge

Configuration file -

Feedback -

Performance test -

Stress test -

Results -

Regression tests

Bugs attached to this task

Bug

Standard Conformance Tests

Glue 1 Compliance -

Glue 2 Compliance

-- SaraBertocco - 2013-02-15

Topic attachments
I Attachment Action Size DateSorted ascending Who Comment
Unknown file formatlog WMSService-TS_20130215145709.log manage 3.7 K 2013-02-15 - 14:14 SaraBertocco  
Unknown file formatlog WMSService-TS_20130215151446.log manage 4.4 K 2013-02-15 - 14:32 SaraBertocco  
Unknown file formatlog WMSService-TS_20130215165441.log manage 3.5 K 2013-02-15 - 15:58 SaraBertocco  
Unknown file formatlog WMSService-TS_20130215170014.log manage 4.2 K 2013-02-15 - 16:05 SaraBertocco  
Unknown file formatlog WMSService-TS_20130215171701.log manage 4.8 K 2013-02-15 - 16:23 SaraBertocco  
Unknown file formatlog WMSService-TS_20130215172327.log manage 16.2 K 2013-02-15 - 16:37 SaraBertocco  
Unknown file formatlog WMSService-TS_20130218122354.log manage 4.1 K 2013-02-18 - 12:04 SaraBertocco  
Edit | Attach | PDF | History: r13 | r5 < r4 < r3 < r2 | Backlinks | Raw View | More topic actions...
Topic revision: r3 - 2013-02-18 - SaraBertocco
 
  • 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