Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2633 to 2633 | ||||||||
| ||||||||
Added: | ||||||||
> > | issue #WMS-104
To see the test method please go to the issue | |||||||
issue #WMS-97
To see the test method please go to the issue | ||||||||
Line: 2651 to 2654 | ||||||||
issue #WMS-85
To see the test method please go to the issue | ||||||||
Added: | ||||||||
> > | issue #WMS-91
To see the test method please go to the issue | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2633 to 2633 | ||||||||
| ||||||||
Added: | ||||||||
> > | issue #WMS-97
To see the test method please go to the issue | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 1528 to 1528 | ||||||||
Considered successful if the counter is set to 1. | ||||||||
Changed: | ||||||||
< < | bug #75223 | |||||||
> > | bug #75223 | |||||||
Test description. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 1390 to 1390 | ||||||||
Considered successful if the jobids are correctly returned. | ||||||||
Changed: | ||||||||
< < | bug #73715 | |||||||
> > | bug #73715 | |||||||
Test description. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 234 to 234 | ||||||||
requirements = ( ( true ) && ( other.GlueCEStateStatus = "Production" ) ) && ( ( ( ShortDeadlineJob is true ) ? RegExp(".sdj$",other.GlueCEUniqueID) : RegExp(".sdj$",other.GlueCEUniqueID) ) && ( other.GlueCEPolicyMaxTotalJobs = 0 || other.GlueCEStateTotalJobs < other.GlueCEPolicyMaxTotalJobs ) && ( EnableWmsFeedback is true ? RegExp("cream",other.GlueCEImplementationName,"i") : true ) );
| ||||||||
Changed: | ||||||||
< < | bug #45883 | |||||||
> > | bug #45883 | |||||||
A proper way to test this bug was not found. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2560 to 2560 | ||||||||
Submit to an "arc" ce and check the submission cycle (submit->get-output) | ||||||||
Changed: | ||||||||
< < | bug #88450 | |||||||
> > | bug #88450 | |||||||
Check in the glite_wmc.conf file if all the paths of the log files are defined using envoronment variables: | ||||||||
Line: 2577 to 2577 | ||||||||
Check that no messages about "lcmaps" is logged by the wmproxy on syslog during a submission, and that messages are instead saved in a dedicated log file: /var/log/glite/lcmaps.log | ||||||||
Changed: | ||||||||
< < | bug #88558 | |||||||
> > | bug #88558 | |||||||
Trigger a replan then check the logged events; in the jdl logged with the enqueud event after the replanning the LB_sequence_code should be the same of the one used to logged the event: | ||||||||
Line: 2633 to 2633 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2443 to 2443 | ||||||||
On the WMS you can also check in the ice log file the number of the REGISTERED using this query: grep -c "CREAM Returned CREAM-JOBID" $WMS_LOCATION_LOG/ice.log; take in mind that you have to compare the same time interval (i.e. check the range of time covered by the ice.log file and then use option -f and -t of queryStats) | ||||||||
Changed: | ||||||||
< < | bug #86490 | |||||||
> > | bug #86490 | |||||||
There is a cron job glite-wms-wmproxy-purge-proxycache.cron which usually run every 6 hours to cleaning the $WMS_LOCATION_VAR/proxycache. Inside this directory there should not empty subdirectories older than 6 hours, or expired proxies from more than 6 hours. | ||||||||
Changed: | ||||||||
< < | bug #86682 | |||||||
> > | bug #86682 | |||||||
SImply check the ownership of the system directories: /var and /var/log, they should be root.root |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2413 to 2413 | ||||||||
Changed: | ||||||||
< < | bug #85327 | |||||||
> > | bug #85327 | |||||||
Check two things: |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2194 to 2194 | ||||||||
Changed: | ||||||||
< < | bug #82776 | |||||||
> > | bug #82776 | |||||||
Simply check the JobWrapper template on the WMS:
[root@cream-45 ~]# cat /usr/share/glite-wms/jobwrapper.template.sh | grep "Taken token ${__shallow_resubmission_token}" | ||||||||
Line: 2202 to 2202 | ||||||||
Check if a space is inserted beetween push_in_LM_done_reason and the following word "Taken | ||||||||
Changed: | ||||||||
< < | bug #82983 | |||||||
> > | bug #82983 | |||||||
Simply check that in the file glite_wms_wmproxy.gacl file there are not entry with the word ROLE in upper case:
[root@devel09 ~]# grep ROLE /etc/glite-wms/glite_wms_wmproxy.gacl [root@devel09 ~]# | ||||||||
Changed: | ||||||||
< < | bug #83062 | |||||||
> > | bug #83062 | |||||||
Query the resource BDII running on the CREAM-CE for Glue2: |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2111 to 2111 | ||||||||
| ||||||||
Changed: | ||||||||
< < | bug #82687 | |||||||
> > | bug #82687 | |||||||
Submit a jdl like this one:
[ale@cream-12 UI]$ cat 82687.jdl |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 1988 to 1988 | ||||||||
Considered successful if the line GRID_MONITOR is not added after configuring. | ||||||||
Changed: | ||||||||
< < | bug #79141 | |||||||
> > | bug #79141 | |||||||
Test description. | ||||||||
Line: 2093 to 2093 | ||||||||
Considered successful if the parametric job is successfully executed and the ouptut correctly retrieved. | ||||||||
Changed: | ||||||||
< < | bug #81376 | |||||||
> > | bug #81376 | |||||||
Simply verify the cron job glite-wms-wmproxy.restart.cron in the WMS: the command must use the graceful option: | ||||||||
Line: 2101 to 2101 | ||||||||
0 0 * * * root . /usr/libexec/grid-env.sh ; HOSTNAME=cream-44.pd.infn.it ; /etc/init.d/glite-wms-wmproxy graceful > /var/log/glite/glite-wms-wmproxy.restart.cron.log | ||||||||
Changed: | ||||||||
< < | bug #81568 | |||||||
> > | bug #81568 | |||||||
There are two things to check: |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 1528 to 1528 | ||||||||
Considered successful if the counter is set to 1. | ||||||||
Changed: | ||||||||
< < | bug #75223 | |||||||
> > | bug #75223 | |||||||
Test description. | ||||||||
Line: 1579 to 1579 | ||||||||
Considered successful if the Reason contains only "Prologue failed with error 1". | ||||||||
Changed: | ||||||||
< < | bug #75368 | |||||||
> > | bug #75368 | |||||||
Test description. | ||||||||
Line: 1607 to 1607 | ||||||||
- User = /C=IT/O=INFN/OU=Personal Certificate/L=Padova/CN=Alessio Gianelle/CN=proxy/CN=proxy | ||||||||
Changed: | ||||||||
< < | bug #75402 | |||||||
> > | bug #75402 | |||||||
Test description. Rarely means that is not easy to reproduce, so we consider it hopefully fixed. | ||||||||
Changed: | ||||||||
< < | bug #77004 | |||||||
> > | bug #77004 | |||||||
Test description. | ||||||||
Line: 1625 to 1625 | ||||||||
(the name of myproxy server should be in the second field) | ||||||||
Changed: | ||||||||
< < | bug #77055 | |||||||
> > | bug #77055 | |||||||
Test description. | ||||||||
Line: 1665 to 1665 | ||||||||
Considered successful if the job is correctly submitted. | ||||||||
Changed: | ||||||||
< < | bug #77694 | |||||||
> > | bug #77694 | |||||||
Test description. | ||||||||
Line: 1673 to 1673 | ||||||||
Considered successful if the function config_gip_only has been removed. | ||||||||
Changed: | ||||||||
< < | bug #77876 | |||||||
> > | bug #77876 | |||||||
Test description. | ||||||||
Line: 1908 to 1908 | ||||||||
- User = /C=IT/O=INFN/OU=Host/L=Padova/CN=cream-44.pd.infn.it/CN=431015228 | ||||||||
Changed: | ||||||||
< < | bug #78030 | |||||||
> > | bug #78030 | |||||||
Test description. Stop the gatekeeper on the CE and check if the JW is able to log (looking for LRMS events into the logging-info). | ||||||||
Changed: | ||||||||
< < | bug #78047 | |||||||
> > | bug #78047 | |||||||
Test description. | ||||||||
Line: 1946 to 1946 | ||||||||
======================================================================
| ||||||||
Changed: | ||||||||
< < | bug #78406 | |||||||
> > | bug #78406 | |||||||
Test description. | ||||||||
Line: 1955 to 1955 | ||||||||
IsmIiLDAPCEFilterExt = "(|(GlueCEAccessControlBaseRule=VO:atlas)(GlueCEAccessControlBaseRule=VOMS:/atlas/)(GlueCEAccessControlBaseRule=VO:alice)(GlueCEAccessControlBaseRule=VOMS:/alice/)(GlueCEAccessControlBaseRule=VO:lhcb)(GlueCEAccessControlBaseRule=VOMS:/lhcb/)(GlueCEAccessControlBaseRule=VO:cms)(GlueCEAccessControlBaseRule=VOMS:/cms/)(GlueCEAccessControlBaseRule=VO:dteam)(GlueCEAccessControlBaseRule=VOMS:/dteam/)(GlueCEAccessControlBaseRule=VO:biomed)(GlueCEAccessControlBaseRule=VOMS:/biomed/)(GlueCEAccessControlBaseRule=VO:ops)(GlueCEAccessControlBaseRule=VOMS:/ops/)(GlueCEAccessControlBaseRule=VO:infngrid)(GlueCEAccessControlBaseRule=VOMS:/infngrid/))"; | ||||||||
Changed: | ||||||||
< < | bug #78484 | |||||||
> > | bug #78484 | |||||||
Test description. | ||||||||
Line: 1988 to 1988 | ||||||||
Considered successful if the line GRID_MONITOR is not added after configuring. | ||||||||
Changed: | ||||||||
< < | bug #79141 | |||||||
> > | bug #79141 | |||||||
Test description. | ||||||||
Line: 2093 to 2093 | ||||||||
Considered successful if the parametric job is successfully executed and the ouptut correctly retrieved. | ||||||||
Changed: | ||||||||
< < | bug #81376 | |||||||
> > | bug #81376 | |||||||
Simply verify the cron job glite-wms-wmproxy.restart.cron in the WMS: the command must use the graceful option: | ||||||||
Line: 2101 to 2101 | ||||||||
0 0 * * * root . /usr/libexec/grid-env.sh ; HOSTNAME=cream-44.pd.infn.it ; /etc/init.d/glite-wms-wmproxy graceful > /var/log/glite/glite-wms-wmproxy.restart.cron.log | ||||||||
Changed: | ||||||||
< < | bug #81568 | |||||||
> > | bug #81568 | |||||||
There are two things to check: | ||||||||
Line: 2111 to 2111 | ||||||||
| ||||||||
Changed: | ||||||||
< < | bug #82687 | |||||||
> > | bug #82687 | |||||||
Submit a jdl like this one:
[ale@cream-12 UI]$ cat 82687.jdl | ||||||||
Line: 2194 to 2194 | ||||||||
Changed: | ||||||||
< < | bug #82776 | |||||||
> > | bug #82776 | |||||||
Simply check the JobWrapper template on the WMS:
[root@cream-45 ~]# cat /usr/share/glite-wms/jobwrapper.template.sh | grep "Taken token ${__shallow_resubmission_token}" | ||||||||
Line: 2202 to 2202 | ||||||||
Check if a space is inserted beetween push_in_LM_done_reason and the following word "Taken | ||||||||
Changed: | ||||||||
< < | bug #82983 | |||||||
> > | bug #82983 | |||||||
Simply check that in the file glite_wms_wmproxy.gacl file there are not entry with the word ROLE in upper case:
[root@devel09 ~]# grep ROLE /etc/glite-wms/glite_wms_wmproxy.gacl [root@devel09 ~]# | ||||||||
Changed: | ||||||||
< < | bug #83062 | |||||||
> > | bug #83062 | |||||||
Query the resource BDII running on the CREAM-CE for Glue2: | ||||||||
Line: 2221 to 2221 | ||||||||
Run GlueValidor![]() | ||||||||
Changed: | ||||||||
< < | bug #84155 | |||||||
> > | bug #84155 | |||||||
Test description. | ||||||||
Line: 2351 to 2351 | ||||||||
notAfter=Jul 19 21:23:18 2011 GMT | ||||||||
Changed: | ||||||||
< < | bug #85071 | |||||||
> > | bug #85071 | |||||||
Create a delega on a myproxy server:
[ale@cream-12 proxy]$ myproxy-init -d -s myproxy.cnaf.infn.it | ||||||||
Line: 2413 to 2413 | ||||||||
Changed: | ||||||||
< < | bug #85327 | |||||||
> > | bug #85327 | |||||||
Check two things: | ||||||||
Line: 2423 to 2423 | ||||||||
[warn] PassEnv variable HOSTNAME was undefined | ||||||||
Changed: | ||||||||
< < | bug #86485 | |||||||
> > | bug #86485 | |||||||
To see if the iceid arrives to CREAM, you have to set CREAM in debug mode: set log4j.rootLogger=debug in /etc/glite-ce-cream/log4j.properties, then submit a job to this CREAM through the WMS, in the log file of CREAM you should find an entry like this one (grep string "selectToRetrieveJobStatusQuery"): | ||||||||
Line: 2443 to 2443 | ||||||||
On the WMS you can also check in the ice log file the number of the REGISTERED using this query: grep -c "CREAM Returned CREAM-JOBID" $WMS_LOCATION_LOG/ice.log; take in mind that you have to compare the same time interval (i.e. check the range of time covered by the ice.log file and then use option -f and -t of queryStats) | ||||||||
Changed: | ||||||||
< < | bug #86490 | |||||||
> > | bug #86490 | |||||||
There is a cron job glite-wms-wmproxy-purge-proxycache.cron which usually run every 6 hours to cleaning the $WMS_LOCATION_VAR/proxycache. Inside this directory there should not empty subdirectories older than 6 hours, or expired proxies from more than 6 hours. | ||||||||
Changed: | ||||||||
< < | bug #86682 | |||||||
> > | bug #86682 | |||||||
SImply check the ownership of the system directories: /var and /var/log, they should be root.root | ||||||||
Changed: | ||||||||
< < | bug #86769 | |||||||
> > | bug #86769 | |||||||
This bug is not reproducible. You can try to stress the WMS submitting for several hours jobs which require Data management. This could be an example of jdl:
| ||||||||
Line: 2482 to 2482 | ||||||||
DataAccessProtocol = "gsiftp"; | ||||||||
Changed: | ||||||||
< < | bug #86956 | |||||||
> > | bug #86956 | |||||||
Like the previous one: BUG #86769, it is not easy to reproduce. You can be comfortable if the stress test describe in the previous bug does not cause a WM crash. | ||||||||
Changed: | ||||||||
< < | bug #87259 | |||||||
> > | bug #87259 | |||||||
This bug reports two problems. | ||||||||
Line: 2544 to 2544 | ||||||||
[root@cream-44 ~]# | ||||||||
Changed: | ||||||||
< < | Bug #87994 | |||||||
> > | Bug #87994 | |||||||
Check that the attributes get_acbr and get_owner in /etc/glite/info/service/glite-info-glue2-wmproxy.conf are define with all the supported VOs | ||||||||
Line: 2555 to 2555 | ||||||||
get_owner = echo -e "alice\natlas\ncms\nlhcb\ndteam\ntesters.eu-emi.eu" | ||||||||
Changed: | ||||||||
< < | bug #88072 | |||||||
> > | bug #88072 | |||||||
Submit to an "arc" ce and check the submission cycle (submit->get-output) | ||||||||
Changed: | ||||||||
< < | bug #88450 | |||||||
> > | bug #88450 | |||||||
Check in the glite_wmc.conf file if all the paths of the log files are defined using envoronment variables: | ||||||||
Line: 2573 to 2573 | ||||||||
LogFile = "${WMS_LOCATION_LOG}/jobcontoller_events.log"; | ||||||||
Changed: | ||||||||
< < | bug #88569 | |||||||
> > | bug #88569 | |||||||
Check that no messages about "lcmaps" is logged by the wmproxy on syslog during a submission, and that messages are instead saved in a dedicated log file: /var/log/glite/lcmaps.log | ||||||||
Changed: | ||||||||
< < | bug #88558 | |||||||
> > | bug #88558 | |||||||
Trigger a replan then check the logged events; in the jdl logged with the enqueud event after the replanning the LB_sequence_code should be the same of the one used to logged the event: |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests
| ||||||||
Changed: | ||||||||
< < | bug #33342 | |||||||
> > | bug #33342 | |||||||
Description of the test. | ||||||||
Line: 62 to 62 | ||||||||
Considered successful if: after more than twenty minutes Maradona file hasn't returned yet and the job is running, meaning that other defaults are in place (the ones previously used for both ISB and OSB) | ||||||||
Changed: | ||||||||
< < | bug #36292 | |||||||
> > | bug #36292 | |||||||
Description of the test. | ||||||||
Line: 105 to 105 | ||||||||
... | ||||||||
Changed: | ||||||||
< < | bug #40982 | |||||||
> > | bug #40982 | |||||||
Description of the test. | ||||||||
Line: 183 to 183 | ||||||||
11 | ||||||||
Changed: | ||||||||
< < | bug #44599 | |||||||
> > | bug #44599 | |||||||
Description of the test. | ||||||||
Line: 234 to 234 | ||||||||
requirements = ( ( true ) && ( other.GlueCEStateStatus = "Production" ) ) && ( ( ( ShortDeadlineJob is true ) ? RegExp(".sdj$",other.GlueCEUniqueID) : RegExp(".sdj$",other.GlueCEUniqueID) ) && ( other.GlueCEPolicyMaxTotalJobs = 0 || other.GlueCEStateTotalJobs < other.GlueCEPolicyMaxTotalJobs ) && ( EnableWmsFeedback is true ? RegExp("cream",other.GlueCEImplementationName,"i") : true ) );
| ||||||||
Changed: | ||||||||
< < | bug #45883 | |||||||
> > | bug #45883 | |||||||
A proper way to test this bug was not found. | ||||||||
Changed: | ||||||||
< < | bug #48636 | |||||||
> > | bug #48636 | |||||||
Description of the bug. | ||||||||
Line: 298 to 298 | ||||||||
<...> | ||||||||
Changed: | ||||||||
< < | bug #48640 | |||||||
> > | bug #48640 | |||||||
The test is considered successful if the following processes: | ||||||||
Line: 316 to 316 | ||||||||
/etc/init.d/glite-wms-wmproxy graceful | ||||||||
Changed: | ||||||||
< < | bug #49844 | |||||||
> > | bug #49844 | |||||||
Description of the test. | ||||||||
Line: 340 to 340 | ||||||||
Considered successful if the job is submitted. | ||||||||
Changed: | ||||||||
< < | bug #50009 | |||||||
> > | bug #50009 | |||||||
Description of the test. | ||||||||
Line: 360 to 360 | ||||||||
Considered successful if the user is not authorized. | ||||||||
Changed: | ||||||||
< < | bug #52617 | |||||||
> > | bug #52617 | |||||||
Description of the test: | ||||||||
Line: 372 to 372 | ||||||||
Considered successful if there are no certificates under /home/glite | ||||||||
Changed: | ||||||||
< < | bug #53294 | |||||||
> > | bug #53294 | |||||||
Test description. | ||||||||
Line: 414 to 414 | ||||||||
Considered successful if the log entries contain enough information | ||||||||
Changed: | ||||||||
< < | bug #54728 | |||||||
> > | bug #54728 | |||||||
Test description. | ||||||||
Line: 459 to 459 | ||||||||
Considered successful if the job is not submitted | ||||||||
Changed: | ||||||||
< < | bug #55814 | |||||||
> > | bug #55814 | |||||||
Test description. | ||||||||
Line: 513 to 513 | ||||||||
Considered successful if the classad is not logged in the Tansfer event and if the Classad file is not written anymore | ||||||||
Changed: | ||||||||
< < | bug #56734 | |||||||
> > | bug #56734 | |||||||
Test description. After inserting the following attribute into the jdl: ShortDeadlineJob = true; a listmatch is executed. Considered successful if the listmatch returns only a subset of the available CEs and a submitted job is executed and comes to succesful completion. | ||||||||
Changed: | ||||||||
< < | bug #56933 | |||||||
> > | bug #56933 | |||||||
Test description. | ||||||||
Line: 543 to 543 | ||||||||
Considered successful if the flag -DWITH_IPV6 is found in the Makefile. | ||||||||
Changed: | ||||||||
< < | bug #58878 | |||||||
> > | bug #58878 | |||||||
Test description. | ||||||||
Line: 570 to 570 | ||||||||
with lrms_type = "pbs"; | ||||||||
Changed: | ||||||||
< < | bug #58968 | |||||||
> > | bug #58968 | |||||||
Test description. | ||||||||
Line: 604 to 604 | ||||||||
Considered successful if requirements contain the following clause other.GlueHostArchitectureSMPSize >= SMPGranularity | ||||||||
Changed: | ||||||||
< < | bug #55122 | |||||||
> > | bug #55122 | |||||||
A proper way to test this bug was not found. | ||||||||
Changed: | ||||||||
< < | bug #59781 | |||||||
> > | bug #59781 | |||||||
Test description. | ||||||||
Line: 644 to 644 | ||||||||
Considered successful if the sleep argument is 1000 seconds | ||||||||
Changed: | ||||||||
< < | bug #61557 | |||||||
> > | bug #61557 | |||||||
Test description. | ||||||||
Line: 791 to 791 | ||||||||
Considered successful if the job is killed. | ||||||||
Changed: | ||||||||
< < | bug #62211 | |||||||
> > | bug #62211 | |||||||
Test description. | ||||||||
Line: 1057 to 1057 | ||||||||
Considered successful if the glue2 publication is present and correct. | ||||||||
Changed: | ||||||||
< < | bug #62709 | |||||||
> > | bug #62709 | |||||||
This bug can only be tested on a machine mounting lvm partitions. | ||||||||
Changed: | ||||||||
< < | bug #64416 | |||||||
> > | bug #64416 | |||||||
Test description. | ||||||||
Line: 1097 to 1097 | ||||||||
Considered successful if the expired certificates are removed. | ||||||||
Changed: | ||||||||
< < | bug #68944 | |||||||
> > | bug #68944 | |||||||
Test description. | ||||||||
Line: 1119 to 1119 | ||||||||
Considered successful if ice processes are restarted. | ||||||||
Changed: | ||||||||
< < | bug #70061 | |||||||
> > | bug #70061 | |||||||
Test description. | ||||||||
Line: 1140 to 1140 | ||||||||
Considered successful if the collection is submitted and executed correctly. | ||||||||
Changed: | ||||||||
< < | bug #70331 | |||||||
> > | bug #70331 | |||||||
Test description. | ||||||||
Line: 1152 to 1152 | ||||||||
Considered successful if the command works with no error messages. | ||||||||
Changed: | ||||||||
< < | bug #70824 | |||||||
> > | bug #70824 | |||||||
Test description. | ||||||||
Line: 1211 to 1211 | ||||||||
Considered successful if the environment contains the variable with spaces. | ||||||||
Changed: | ||||||||
< < | bug #71863: JobWrapper tries to use "test -eq" for string comparison | |||||||
> > | bug #71863: JobWrapper tries to use "test -eq" for string comparison Not implemented | |||||||
Test description. | ||||||||
Line: 1236 to 1236 | ||||||||
Considered successful if the comparison is done via == | ||||||||
Changed: | ||||||||
< < | bug #73192 | |||||||
> > | bug #73192 | |||||||
Test description. | ||||||||
Line: 1259 to 1259 | ||||||||
Considered successful if the job is correctly submitted. | ||||||||
Changed: | ||||||||
< < | bug #73699 | |||||||
> > | bug #73699 | |||||||
Test description. | ||||||||
Line: 1353 to 1353 | ||||||||
Considered successful if the job is resubmitted the right number of times (three in this case). | ||||||||
Changed: | ||||||||
< < | bug #73711 | |||||||
> > | bug #73711 | |||||||
Test description. | ||||||||
Line: 1390 to 1390 | ||||||||
Considered successful if the jobids are correctly returned. | ||||||||
Changed: | ||||||||
< < | bug #73715 | |||||||
> > | bug #73715 | |||||||
Test description. | ||||||||
Line: 1430 to 1430 | ||||||||
Considered successful if the reallyrunning event is effectively logged. | ||||||||
Changed: | ||||||||
< < | bug #74259 | |||||||
> > | bug #74259 | |||||||
Test description. | ||||||||
Line: 1501 to 1501 | ||||||||
Considered successful if the tag "CEInfoHostName" reports the same value (equal to the chosen CE) for all the events. | ||||||||
Changed: | ||||||||
< < | bug #74577 | |||||||
> > | bug #74577 | |||||||
Test description. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2633 to 2633 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2633 to 2633 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2631 to 2631 | ||||||||
Type = "job"; LB_sequence_code = "UI=000000:NS=0000000004:WM=000009:BH=0000000000:JSS=000002:LM=000000:LRMS=000000:APP=000000:LBS=000000"; \ No newline at end of file | ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2555 to 2555 | ||||||||
get_owner = echo -e "alice\natlas\ncms\nlhcb\ndteam\ntesters.eu-emi.eu" | ||||||||
Added: | ||||||||
> > | bug #88072
Submit to an "arc" ce and check the submission cycle (submit->get-output) | |||||||
bug #88450
Check in the glite_wmc.conf file if all the paths of the log files are defined using envoronment variables: | ||||||||
Line: 2571 to 2576 | ||||||||
bug #88569
Check that no messages about "lcmaps" is logged by the wmproxy on syslog during a submission, and that messages are instead saved in a dedicated log file: /var/log/glite/lcmaps.log
\ No newline at end of file | ||||||||
Added: | ||||||||
> > |
bug #88558
Trigger a replan then check the logged events; in the jdl logged with the enqueud event after the replanning the LB_sequence_code should be the same of the one used to logged the event:
| |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2485 to 2485 | ||||||||
Like the previous one: BUG #86769, it is not easy to reproduce. You can be comfortable if the stress test describe in the previous bug does not cause a WM crash. | ||||||||
Changed: | ||||||||
< < | bug #87259 | |||||||
> > | bug #87259 | |||||||
This bug reports two problems. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2543 to 2543 | ||||||||
[root@cream-44 ~]# | ||||||||
Added: | ||||||||
> > | Bug #87994
Check that the attributes get_acbr and get_owner in /etc/glite/info/service/glite-info-glue2-wmproxy.conf are define with all the supported VOs
| |||||||
bug #88450
Check in the glite_wmc.conf file if all the paths of the log files are defined using envoronment variables: |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2092 to 2092 | ||||||||
Considered successful if the parametric job is successfully executed and the ouptut correctly retrieved. | ||||||||
Added: | ||||||||
> > | bug #81376
Simply verify the cron job glite-wms-wmproxy.restart.cron in the WMS: the command must use the graceful option:
| |||||||
bug #82687
Submit a jdl like this one: | ||||||||
Line: 2392 to 2410 | ||||||||
======================================================================
| ||||||||
Deleted: | ||||||||
< < | bug #81376
Simply verify the cron job glite-wms-wmproxy.restart.cron in the WMS: the command must use the graceful option:
| |||||||
Deleted: | ||||||||
< < |
| |||||||
bug #85327 | ||||||||
Line: 2540 to 2542 | ||||||||
[root@cream-44 ~]# ls /var/SandboxDir/1u/ [root@cream-44 ~]# \ No newline at end of file | ||||||||
Added: | ||||||||
> > |
bug #88450
Check in the glite_wmc.conf file if all the paths of the log files are defined using envoronment variables:
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2189 to 2189 | ||||||||
[root@devel09 ~]# grep ROLE /etc/glite-wms/glite_wms_wmproxy.gacl [root@devel09 ~]# | ||||||||
Changed: | ||||||||
< < | TBD: bug #83062 | |||||||
> > | bug #83062
Query the resource BDII running on the CREAM-CE for Glue2:
| |||||||
bug #84155 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2431 to 2431 | ||||||||
bug #86490 | ||||||||
Changed: | ||||||||
< < | There is a cron job glite-wms-wmproxy-purge-proxycache.cron which usually run every 6 hours to cleaning the /var/glite/proxycache. Inside this directory there should not empty subdirectories older than 6 hours, or expired proxies from more than 6 hours. | |||||||
> > | There is a cron job glite-wms-wmproxy-purge-proxycache.cron which usually run every 6 hours to cleaning the $WMS_LOCATION_VAR/proxycache. Inside this directory there should not empty subdirectories older than 6 hours, or expired proxies from more than 6 hours. | |||||||
bug #86682 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2490 to 2490 | ||||||||
You have also to check that these files have been correctly removed. | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
[root@cream-44 ~]# ls /var/SandboxDir/1u/ [root@cream-44 ~]# |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2428 to 2426 | ||||||||
+-----------------------------------------------------+ 1 row in set (0.00 sec) | ||||||||
Deleted: | ||||||||
< < | On the WMS you can also check in the ice log file the number of the REGISTERED using this query: grep -c "CREAM Returned CREAM-JOBID" $WMS_LOCATION_LOG/ice.log; take in mind that you have to compare the same time interval (i.e. check the range of time covered by the ice.log file and then use option -f and -t of queryStats) | |||||||
Added: | ||||||||
> > | On the WMS you can also check in the ice log file the number of the REGISTERED using this query: grep -c "CREAM Returned CREAM-JOBID" $WMS_LOCATION_LOG/ice.log; take in mind that you have to compare the same time interval (i.e. check the range of time covered by the ice.log file and then use option -f and -t of queryStats) | |||||||
bug #86490 | ||||||||
Line: 2439 to 2437 | ||||||||
SImply check the ownership of the system directories: /var and /var/log, they should be root.root | ||||||||
Deleted: | ||||||||
< < | ||||||||
bug #86769 | ||||||||
Changed: | ||||||||
< < | This bug is not reproducible. You can try to stress the WMS submitting for several hours jobs which require Data management. This could be an example of jdl: | |||||||
> > |
This bug is not reproducible. You can try to stress the WMS submitting for several hours jobs which require Data management. This could be an example of jdl:
| |||||||
########################################### # JDL with Data Requirements # ########################################### | ||||||||
Line: 2469 to 2468 | ||||||||
DataAccessProtocol = "gsiftp"; | ||||||||
Changed: | ||||||||
< < | TBD bug #86956 | |||||||
> > | bug #86956
Like the previous one: BUG #86769, it is not easy to reproduce. You can be comfortable if the stress test describe in the previous bug does not cause a WM crash.
| |||||||
Added: | ||||||||
> > | You have also to check that these files have been correctly removed. | |||||||
Deleted: | ||||||||
< < | TBD bug #87259 | |||||||
\ No newline at end of file | ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2440 to 2440 | ||||||||
SImply check the ownership of the system directories: /var and /var/log, they should be root.root | ||||||||
Changed: | ||||||||
< < | TBD bug #86769 | |||||||
> > | bug #86769
This bug is not reproducible. You can try to stress the WMS submitting for several hours jobs which require Data management. This could be an example of jdl: | |||||||
Added: | ||||||||
> > | Executable = "/bin/ls"; Arguments = "-la"; StdOutput = "std.out"; StdError = "std.err"; Prologue = "prologue.sh"; Environment={"LFC_HOST=lfc.gridpp.rl.ac.uk", "LFC_HOME=lfc.gridpp.rl.ac.uk:/grid/t2k.org"}; InputSandbox = {"prologue.sh"}; OutputSandbox = {"std.out", "std.err","prologue.out"}; requirements = true; DataRequirements = { [ DataCatalogType = "DLI"; DataCatalog ="http://lfc.gridpp.rl.ac.uk:8085/"; InputData = { "lfn:/grid/t2k.org/nd280/raw/ND280/ND280/00005000_00005999/nd280_00005000_0002.daq.mid.gz" }; ] }; DataAccessProtocol = "gsiftp"; | |||||||
TBD bug #86956 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2189 to 2189 | ||||||||
[root@devel09 ~]# grep ROLE /etc/glite-wms/glite_wms_wmproxy.gacl [root@devel09 ~]# | ||||||||
Added: | ||||||||
> > |
TBD: bug #83062 | |||||||
bug #84155
Test description. | ||||||||
Line: 2390 to 2393 | ||||||||
bug #81568 | ||||||||
Changed: | ||||||||
< < | There are some things to check: | |||||||
> > | There are two things to check: | |||||||
| ||||||||
Changed: | ||||||||
< < | All the log file of the WMS should be written in that directcory | |||||||
> > | All the log file of the WMS should be written in that directory | |||||||
| ||||||||
Changed: | ||||||||
< < | The file should be | |||||||
> > | The file should be put in $GLITE_WMS_CONFIG_DIR
bug #85327
Check two things:
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 2378 to 2378 | ||||||||
======================================================================
| ||||||||
Added: | ||||||||
> > |
bug #81376
Simply verify the cron job glite-wms-wmproxy.restart.cron in the WMS: the command must use the graceful option:
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 350 to 350 | ||||||||
UI: | ||||||||
Changed: | ||||||||
< < | [mcecchi@cert-19 ~]$ voms-proxy-info -all | grep dteam = VO dteam extension information = VO : dteam attribute : /dteam/Role=NULL/Capability=NULL | |||||||
> > | [mcecchi@cert-19 ~]$ voms-proxy-info -all | grep dteam = VO dteam extension information = VO : dteam attribute : /dteam/Role=NULL/Capability=NULL | |||||||
[mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf job.jdl | ||||||||
Line: 2092 to 2092 | ||||||||
Considered successful if the parametric job is successfully executed and the ouptut correctly retrieved. | ||||||||
Added: | ||||||||
> > | bug #82687
Submit a jdl like this one:
| |||||||
bug #84155
Test description. | ||||||||
Line: 2221 to 2318 | ||||||||
notBefore=Jul 19 11:18:12 2011 GMT notAfter=Jul 19 21:23:18 2011 GMT \ No newline at end of file | ||||||||
Added: | ||||||||
> > |
bug #85071
Create a delega on a myproxy server:
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 1527 to 1527 | ||||||||
Considered successful if the counter is set to 1. | ||||||||
Changed: | ||||||||
< < | bug #75223: wrong reason logged | |||||||
> > | bug #75223 | |||||||
Test description. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Regression Tests | ||||||||
Line: 10 to 10 | ||||||||
Of course we're speaking of submission to the lcg-CE, as CREAM uses its own jobwrapper. | ||||||||
Changed: | ||||||||
< < | ISB:
https://devel11.cnaf.infn.it:9000/a![]() | |||||||
> > | ISB: https://devel11.cnaf.infn.it:9000/a![]() | |||||||
submitted a job and then removed its ISB | ||||||||
Line: 60 to 59 | ||||||||
======================================================================
| ||||||||
Changed: | ||||||||
< < | Considered successful if: after more than twenty minutes Maradona file hasn't returned yet and the job is running, meaning that other defaults are in place (the ones previously used for both ISB and OSB) | |||||||
> > | Considered successful if: after more than twenty minutes Maradona file hasn't returned yet and the job is running, meaning that other defaults are in place (the ones previously used for both ISB and OSB) | |||||||
bug #36292 | ||||||||
Line: 90 to 89 | ||||||||
Double checking that the correct "GlueSEImplementationVersion" is picked up: | ||||||||
Changed: | ||||||||
< < | lcg-infosites --vo dteam closeSE >closeses.txt | |||||||
> > | lcg-infosites --vo dteam closeSE >closeses.txt | |||||||
gives the following closeSEs: | ||||||||
Line: 320 to 320 | ||||||||
Description of the test. | ||||||||
Changed: | ||||||||
< < | WMS: [root@devel11 wms]# ps aux | grep wmproxy_server glite 18618 5.2 0.4 322316 19184 ? Sl 23:17 0:01 /usr/bin/glite_wms_wmproxy_server | |||||||
> > | WMS: [root@devel11 wms]# ps aux | grep wmproxy_server glite 18618 5.2 0.4 322316 19184 ? Sl 23:17 0:01 /usr/bin/glite_wms_wmproxy_server | |||||||
Changed: | ||||||||
< < | UI: [mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf coll_100_failing.jdl | |||||||
> > | UI: [mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf coll_100_failing.jdl | |||||||
Connecting to the service https://devel11.cnaf.infn.it:7443/g![]() | ||||||||
Changed: | ||||||||
< < | WMS: [root@devel11 wms]# kill -25 18618 | |||||||
> > | WMS: [root@devel11 wms]# kill -25 18618 | |||||||
UI: | ||||||||
Changed: | ||||||||
< < | ================== glite-wms-job-submit Success ================== | |||||||
> > | ================== glite-wms-job-submit Success ================== | |||||||
Changed: | ||||||||
< < | The job has been successfully submitted to the WMProxy Your job identifier is: | |||||||
> > | The job has been successfully submitted to the WMProxy Your job identifier is: | |||||||
https://devel11.cnaf.infn.it:9000/3![]() | ||||||||
Changed: | ||||||||
< < | ====================================================================== | |||||||
> > | ====================================================================== | |||||||
Considered successful if the job is submitted. | ||||||||
Line: 351 to 346 | ||||||||
WMS gacl file about dteam: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
UI: | ||||||||
Changed: | ||||||||
< < | [mcecchi@cert-19 ~]$ voms-proxy-info -all | grep dteam
= VO dteam extension information =
VO : dteam
attribute : /dteam/Role=NULL/Capability=NULL | |||||||
> > | [mcecchi@cert-19 ~]$ voms-proxy-info -all | grep dteam = VO dteam extension information = VO : dteam attribute : /dteam/Role=NULL/Capability=NULL | |||||||
[mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf job.jdl
Connecting to the service https://devel11.cnaf.infn.it:7443/g![]() | ||||||||
Changed: | ||||||||
< < | Warning - Unable to delegate the credential to the endpoint: https://devel11.cnaf.infn.it:7443/g![]() | |||||||
> > | Warning - Unable to delegate the credential to the endpoint: https://devel11.cnaf.infn.it:7443/g![]() | |||||||
Considered successful if the user is not authorized. | ||||||||
Line: 380 to 366 | ||||||||
WMS: | ||||||||
Changed: | ||||||||
< < | [root@devel11 ~]# ll /etc/grid-security/host* -rw-r--r-- 1 root root 1428 Apr 18 16:23 /etc/grid-security/hostcert.pem -r-------- 1 root root 887 Apr 18 16:23 /etc/grid-security/hostkey.pem | |||||||
> > | [root@devel11 ~]# ll /etc/grid-security/host* -rw-r--r-- 1 root root 1428 Apr 18 16:23 /etc/grid-security/hostcert.pem -r-------- 1 root root 887 Apr 18 16:23 /etc/grid-security/hostkey.pem | |||||||
Changed: | ||||||||
< < | [root@devel11 ~]# ll /home/glite/ total 0 | |||||||
> > | [root@devel11 ~]# ll /home/glite/ total 0 | |||||||
Considered successful if there are no certificates under /home/glite | ||||||||
Line: 534 to 517 | ||||||||
Test description. | ||||||||
Changed: | ||||||||
< < | After inserting the following attribute into the jdl: ShortDeadlineJob = true; a listmatch is executed. Considered successful if the listmatch returns only a subset of the available CEs and a submitted job is executed and comes to succesful completion. | |||||||
> > | After inserting the following attribute into the jdl: ShortDeadlineJob = true; a listmatch is executed. Considered successful if the listmatch returns only a subset of the available CEs and a submitted job is executed and comes to succesful completion. | |||||||
bug #56933 | ||||||||
Line: 622 to 602 | ||||||||
<...> | ||||||||
Changed: | ||||||||
< < | Considered successful if requirements contain the following clause
other.GlueHostArchitectureSMPSize >= SMPGranularity | |||||||
> > | Considered successful if requirements contain the following clause other.GlueHostArchitectureSMPSize >= SMPGranularity | |||||||
bug #55122 | ||||||||
Line: 633 to 612 | ||||||||
Test description. | ||||||||
Changed: | ||||||||
< < | UI: got a fresh proxy and submitted a job to get interactive access to the WN | |||||||
> > | UI: got a fresh proxy and submitted a job to get interactive access to the WN | |||||||
[mcecchi@cert-19 ~]$ voms-proxy-info | ||||||||
Line: 716 to 694 | ||||||||
/usr/bin/time -p -o tmp.bsXSl20922 ./interactive.sh runs in bg with the same process group 20951 of /bin/sh ./interactive.sh and its children | ||||||||
Changed: | ||||||||
< < | More specifically: UI: | |||||||
> > | More specifically: UI: | |||||||
[mcecchi@ui ~]$ voms-proxy-info subject : /C=IT/O=INFN/OU=Personal Certificate/L=CNAF/CN=Marco Cecchi/CN=proxy | ||||||||
Line: 827 to 805 | ||||||||
ldapsearch -x -H ldap://devel09.cnaf.infn.it:2170 -b o=glue | ||||||||
Changed: | ||||||||
< < | for glue2. These give respectively the following output: | |||||||
> > | for glue2. These give respectively the following output: | |||||||
# extended LDIF | ||||||||
Line: 1371 to 1349 | ||||||||
======================================================================
| ||||||||
Changed: | ||||||||
< < | (Two events one from LM and the other from WM for every resubmission, plus the last try which failed because limit is reached.) | |||||||
> > | (Two events one from LM and the other from WM for every resubmission, plus the last try which failed because limit is reached.) | |||||||
Considered successful if the job is resubmitted the right number of times (three in this case). | ||||||||
Line: 1456 to 1433 | ||||||||
Test description. | ||||||||
Changed: | ||||||||
< < | Submit directly (i.e. use option -r | |||||||
> > | Submit directly (i.e. use option -r | |||||||
Then, when it fails, check the "UserTag" events: | ||||||||
Line: 1522 to 1498 | ||||||||
======================================================================
| ||||||||
Changed: | ||||||||
< < | Considered successful if the tag "CEInfoHostName" reports the same value (equal to the chosen CE) for all the events. | |||||||
> > | Considered successful if the tag "CEInfoHostName" reports the same value (equal to the chosen CE) for all the events. | |||||||
bug #74577
Test description. | ||||||||
Changed: | ||||||||
< < | we can check that the first time a job is submitted the counter should be set to 1: | |||||||
> > | we can check that the first time a job is submitted the counter should be set to 1: | |||||||
[ale@cream-12 UI]$ glite-wms-job-submit -a -c etc/wmp_devel09.conf test.jdl | ||||||||
Line: 1608 to 1582 | ||||||||
Test description. | ||||||||
Changed: | ||||||||
< < | Submit a jdl to a failure Cream CE (i.e. a CE where you know that for some reasons job will fail) and check the logging-info, before "Resubmission" event ICE should log a "Done Failed" with the failure reason. | |||||||
> > | Submit a jdl to a failure Cream CE (i.e. a CE where you know that for some reasons job will fail) and check the logging-info, before "Resubmission" event ICE should log a "Done Failed" with the failure reason. | |||||||
Event: Done | ||||||||
Line: 1645 to 1616 | ||||||||
Test description. | ||||||||
Changed: | ||||||||
< < | Submit this jdl: executable="/bin/sleep"; arguments="6"; Stdoutput = "std.out"; OutputSandbox = {"std.out"}; requirements=regexp("8443/cream", other.GlueCEUniqueID); MyProxyServer = " "; | |||||||
> > | Submit this jdl: executable="/bin/sleep"; arguments="6"; Stdoutput = "std.out"; OutputSandbox = {"std.out"}; requirements=regexp("8443/cream", other.GlueCEUniqueID); MyProxyServer = " "; | |||||||
Changed: | ||||||||
< < | Then check the database's table "proxy" of ice in the WMS to see if the proxy is associated to a fake myproxy server: | |||||||
> > | Then check the database's table "proxy" of ice in the WMS to see if the proxy is associated to a fake myproxy server: | |||||||
Changed: | ||||||||
< < | [root@devel09 persist_dir]# sqlite3 ice.db "select * from proxy;" /C=IT/O=INFN/OU=Personal Certificate/L=Padova/CN=Alessio Gianelle-/dteam/Role=NULL/Capability=NULL||/var/ice/persist_dir/B23D0D7177A8B6234F1985493FA09FF41A4FA98C.proxy|1303415475|0 | |||||||
> > | [root@devel09 persist_dir]# sqlite3 ice.db "select * from proxy;" /C=IT/O=INFN/OU=Personal Certificate/L=Padova/CN=Alessio Gianelle-/dteam/Role=NULL/Capability=NULL||/var/ice/persist_dir/B23D0D7177A8B6234F1985493FA09FF41A4FA98C.proxy|1303415475|0 | |||||||
(the name of myproxy server should be in the second field) | ||||||||
Line: 1705 to 1668 | ||||||||
Test description. | ||||||||
Changed: | ||||||||
< < | [glite@cream-44 ~]$ cat /opt/glite/yaim/node-info.d/glite-wms | grep config_gip_only [glite@cream-44 ~]$ | |||||||
> > | [glite@cream-44 ~]$ cat /opt/glite/yaim/node-info.d/glite-wms | grep config_gip_only [glite@cream-44 ~]$ | |||||||
Considered successful if the function config_gip_only has been removed. | ||||||||
Line: 1949 to 1911 | ||||||||
Test description. | ||||||||
Changed: | ||||||||
< < | Stop the gatekeeper on the CE and check if the JW is able to log (looking for LRMS events into the logging-info). | |||||||
> > | Stop the gatekeeper on the CE and check if the JW is able to log (looking for LRMS events into the logging-info). | |||||||
bug #78047
Test description. | ||||||||
Changed: | ||||||||
< < | Submit a lot of jobs setting EnableWmsFeedback = true; in the jdl to trigger a replanning and then looking into the wm log file: | |||||||
> > | Submit a lot of jobs setting EnableWmsFeedback = true; in the jdl to trigger a replanning and then looking into the wm log file: | |||||||
20 Apr, 14:17:10 -I: [Info] operator()(/home/condor/execute/dir_24787/userdir/emi.wms.wms-manager/src/replanner.cpp:237): created replanning request for job https://cream-44.pd.infn.it:9000/JE... with token /var/SandboxDir/JE/https_3a_2f_2fcream-44.pd.infn.it_3a9000_2fJE5axeaAk2SU_5fG1ij5ljNg/token.txt_1 | ||||||||
Line: 2131 to 2091 | ||||||||
Considered successful if the parametric job is successfully executed and the ouptut correctly retrieved. | ||||||||
Added: | ||||||||
> > |
bug #84155
Test description.
Take a long jdl where MyProxyServer attribute is set and that require a cream CE as destination; like this one:
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Regression Tests
bug #33342
Description of the test.
Of course we're speaking of submission to the lcg-CE, as CREAM uses its own jobwrapper.
ISB:
https://devel11.cnaf.infn.it:9000/a |