Difference: EMI2CREAMTask34089SL5 (7 vs. 8)

Revision 82012-12-05 - SaraBertocco

Line: 1 to 1
 
META TOPICPARENT name="TestingCreamDgas"

Testing report: IGIRTC-120

Line: 127 to 127
 

Regression tests

Verification attached bugs for CREAM Torque

Added:
>
>
 
Deleted:
<
<
Bug # FIXED
 

Verification attached bugs for CREAM LSF

Added:
>
>

Bug #97441: CREAM: Unwanted auto-updating of the field "creationTime" on the creamdb database FIXED
# mysql -u cremino -p creamdb
Enter password: 
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2771
Server version: 5.0.95 Source distribution

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>  select startUpTime, creationTime from db_info;
+---------------------+---------------------+
| startUpTime         | creationTime        |
+---------------------+---------------------+
| 2012-12-05 12:05:11 | 2012-12-05 11:59:11 | 
+---------------------+---------------------+
1 row in set (0.00 sec)

mysql> exit
Bye

# /opt/glite/yaim/bin/yaim -c -s /usr/local/nfs1/jra1_test/cream-48/site-info_lsf.def -n creamCE -n LSF_utils
.......
# mysql -u cremino -p creamdb
....
mysql>  select startUpTime, creationTime from db_info;
+---------------------+---------------------+
| startUpTime         | creationTime        |
+---------------------+---------------------+
| 2012-12-05 12:16:51 | 2012-12-05 11:59:11 | 
+---------------------+---------------------+
1 row in set (0.00 sec)
Bug #96310 Wrong lowercase conversion for Glue-1 VO Tags FIXED
# cat /opt/glite/var/info/cream-48.pd.infn.it/dteam/dteam.list
RMON3.1 
RMon3.1
# cat /opt/edg/var/info/dteam/dteam.list
RMON3.1 
RMon3.1
# grep GlueHostApplicationSoftwareRunTimeEnvironment: /var/lib/bdii/gip/ldif/static-file-Cluster.ldif
GlueHostApplicationSoftwareRunTimeEnvironment: LCG
GlueHostApplicationSoftwareRunTimeEnvironment: GLITE-3_2_0
GlueHostApplicationSoftwareRunTimeEnvironment: EMI
GlueHostApplicationSoftwareRunTimeEnvironment: MPIch
GlueHostApplicationSoftwareRunTimeEnvironment: MPICH

# /var/lib/bdii/gip/plugin/glite-info-dynamic-software-wrapper |grep -i RMON
GlueHostApplicationSoftwareRunTimeEnvironment: RMON3.1

# /var/lib/bdii/gip/plugin/glite-info-dynamic-software-wrapper |grep -i RMon
GlueHostApplicationSoftwareRunTimeEnvironment: RMON3.1

# /var/lib/bdii/gip/plugin/glite-info-dynamic-software-wrapper |grep GlueHostApplicationSoftwareRunTimeEnvironment
GlueHostApplicationSoftwareRunTimeEnvironment: EMI
GlueHostApplicationSoftwareRunTimeEnvironment: GLITE-3_2_0
GlueHostApplicationSoftwareRunTimeEnvironment: LCG
GlueHostApplicationSoftwareRunTimeEnvironment: MPIch
GlueHostApplicationSoftwareRunTimeEnvironment: RMON3.1
 
Changed:
<
<
Bug # FIXED
>
>
Bug #95973 Missing Glue capability in GLUE2EntityOtherInfo FIXED
# grep CE_CAPABILITY /opt/nfs_install/jra1_test/cream-48/services/glite-creamce
CE_CAPABILITY="CPUScalingReferenceSI00=10 SNMPSupport=yes"
#CE_CAPABILITY="CPUScalingReferenceSI00=10"

# ldapsearch -h cream-48.pd.infn.it -x -p 2170 -b "o=glue" | grep GLUE2EntityOtherInfo |grep CPUScalingReference
GLUE2EntityOtherInfo: CPUScalingReferenceSI00=10
# ldapsearch -h cream-48.pd.infn.it -x -p 2170 -b "o=glue" | grep GLUE2EntityOtherInfo |grep SNMPSupport
GLUE2EntityOtherInfo: SNMPSupport=yes
 
Added:
>
>
Bug # FIXED
 

Integration testing

 
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