166 serviceName =
'cms_orcoff_prep' 167 schemaName =
'CMS_CONDITIONS' 168 db =
DB(serviceName,schemaName)
170 inputTag =
'runinfo_31X_mc' 175 tag =
'test_CondUpload_any' 176 test.upload( inputTag, bfile0, tag,
'any', 1,
True,
'CREATE' )
177 test.upload( inputTag, bfile1, tag,
'any', 1,
False,
'FAIL' )
178 test.upload( inputTag, bfile0, tag,
'any', 200,
True,
'APPEND' )
179 test.upload( inputTag, bfile0, tag,
'any', 100,
True,
'INSERT')
180 test.upload( inputTag, bfile0, tag,
'any', 200,
True,
'INSERT')
183 tag =
'test_CondUpload_validation' 184 test.upload( inputTag, bfile0, tag,
'validation', 1,
True,
'CREATE')
185 db.setSynchronizationType( tag,
'validation' )
186 test.upload( inputTag, bfile0, tag,
'validation', 1,
True,
'INSERT')
187 test.upload( inputTag, bfile0, tag,
'validation', 200,
True,
'APPEND')
188 test.upload( inputTag, bfile0, tag,
'validation', 100,
True,
'INSERT')
191 tag =
'test_CondUpload_mc' 192 test.upload( inputTag, bfile1, tag,
'mc', 1,
False,
'FAIL')
193 test.upload( inputTag, bfile0, tag,
'mc', 1,
True,
'CREATE')
194 db.setSynchronizationType( tag,
'mc' )
195 test.upload( inputTag, bfile0, tag,
'mc', 1,
False,
'FAIL')
196 test.upload( inputTag, bfile0, tag,
'mc', 200,
False,
'FAIL')
199 tag =
'test_CondUpload_hlt' 200 test.upload( inputTag, bfile0, tag,
'hlt', 1,
True,
'CREATE')
201 db.setSynchronizationType( tag,
'hlt' )
202 test.upload( inputTag, bfile0, tag,
'hlt', 200,
True,
'SYNCHRONIZE')
203 fcsr = test.upload( inputTag, bfile0, tag,
'hlt', 100,
True,
'SYNCHRONIZE')
206 test.upload( inputTag, bfile0, tag,
'hlt', since,
True,
'APPEND')
208 test.upload( inputTag, bfile0, tag,
'hlt', since,
True,
'INSERT')
211 tag =
'test_CondUpload_express' 212 test.upload( inputTag, bfile0, tag,
'express', 1,
True,
'CREATE')
213 db.setSynchronizationType( tag,
'express' )
214 test.upload( inputTag, bfile0, tag,
'express', 200,
True,
'SYNCHRONIZE')
215 fcsr = test.upload( inputTag, bfile0, tag,
'express', 100,
True,
'SYNCHRONIZE')
218 test.upload( inputTag, bfile0, tag,
'express', since,
True,
'APPEND')
220 test.upload( inputTag, bfile0, tag,
'express', since,
True,
'INSERT')
223 tag =
'test_CondUpload_prompt' 224 test.upload( inputTag, bfile0, tag,
'prompt', 1,
True,
'CREATE')
225 db.setSynchronizationType( tag,
'prompt' )
226 test.upload( inputTag, bfile0, tag,
'prompt', 200,
True,
'SYNCHRONIZE')
227 fcsr = test.upload( inputTag, bfile0, tag,
'prompt', 100,
True,
'SYNCHRONIZE')
230 test.upload( inputTag, bfile0, tag,
'prompt', since,
True,
'APPEND')
232 test.upload( inputTag, bfile0, tag,
'prompt', since,
True,
'INSERT')
235 tag =
'test_CondUpload_pcl' 236 test.upload( inputTag, bfile0, tag,
'pcl', 1,
True,
'CREATE')
237 db.setSynchronizationType( tag,
'pcl' )
238 test.upload( inputTag, bfile0, tag,
'pcl', 200,
False,
'FAIL')
241 test.upload( inputTag, bfile0, tag,
'pcl', since,
True,
'APPEND')
243 test.upload( inputTag, bfile0, tag,
'pcl', since,
True,
'INSERT')
246 tag =
'test_CondUpload_offline' 247 test.upload( inputTag, bfile0, tag,
'offline', 1,
True,
'CREATE')
248 db.setSynchronizationType( tag,
'offline' )
249 test.upload( inputTag, bfile0, tag,
'offline', 1000,
True,
'APPEND')
250 test.upload( inputTag, bfile0, tag,
'offline', 500,
False,
'FAIL' )
251 test.upload( inputTag, bfile0, tag,
'offline', 1000,
False,
'FAIL' )
252 test.upload( inputTag, bfile0, tag,
'offline', 2000,
True,
'APPEND' )
255 tag =
'test_CondUpload_runmc' 256 test.upload( inputTag, bfile0, tag,
'runmc', 1,
True,
'CREATE')
257 db.setSynchronizationType( tag,
'runmc' )
258 test.upload( inputTag, bfile0, tag,
'runmc', 1000,
True,
'APPEND')
259 test.upload( inputTag, bfile0, tag,
'runmc', 500,
False,
'FAIL' )
260 test.upload( inputTag, bfile0, tag,
'runmc', 1000,
False,
'FAIL' )
261 test.upload( inputTag, bfile0, tag,
'runmc', 2000,
True,
'APPEND' )
265 print 'Done. Errors: %s' %test.errors
def makeBaseFile(inputTag, startingSince)