168 serviceName =
'cms_orcoff_prep'
169 schemaName =
'CMS_CONDITIONS'
170 db =
DB(serviceName,schemaName)
172 inputTag =
'runinfo_31X_mc'
177 tag =
'test_CondUpload_any'
178 test.upload( inputTag, bfile0, tag,
'any', 1,
True,
'CREATE' )
179 test.upload( inputTag, bfile1, tag,
'any', 1,
False,
'FAIL' )
180 test.upload( inputTag, bfile0, tag,
'any', 200,
True,
'APPEND' )
181 test.upload( inputTag, bfile0, tag,
'any', 100,
True,
'INSERT')
182 test.upload( inputTag, bfile0, tag,
'any', 200,
True,
'INSERT')
185 tag =
'test_CondUpload_validation'
186 test.upload( inputTag, bfile0, tag,
'validation', 1,
True,
'CREATE')
187 db.setSynchronizationType( tag,
'validation' )
188 test.upload( inputTag, bfile0, tag,
'validation', 1,
True,
'INSERT')
189 test.upload( inputTag, bfile0, tag,
'validation', 200,
True,
'APPEND')
190 test.upload( inputTag, bfile0, tag,
'validation', 100,
True,
'INSERT')
193 tag =
'test_CondUpload_mc'
194 test.upload( inputTag, bfile1, tag,
'mc', 1,
False,
'FAIL')
195 test.upload( inputTag, bfile0, tag,
'mc', 1,
True,
'CREATE')
196 db.setSynchronizationType( tag,
'mc' )
197 test.upload( inputTag, bfile0, tag,
'mc', 1,
False,
'FAIL')
198 test.upload( inputTag, bfile0, tag,
'mc', 200,
False,
'FAIL')
201 tag =
'test_CondUpload_hlt'
202 test.upload( inputTag, bfile0, tag,
'hlt', 1,
True,
'CREATE')
203 db.setSynchronizationType( tag,
'hlt' )
204 test.upload( inputTag, bfile0, tag,
'hlt', 200,
True,
'SYNCHRONIZE')
205 fcsr = test.upload( inputTag, bfile0, tag,
'hlt', 100,
True,
'SYNCHRONIZE')
208 test.upload( inputTag, bfile0, tag,
'hlt', since,
True,
'APPEND')
210 test.upload( inputTag, bfile0, tag,
'hlt', since,
True,
'INSERT')
213 tag =
'test_CondUpload_express'
214 test.upload( inputTag, bfile0, tag,
'express', 1,
True,
'CREATE')
215 db.setSynchronizationType( tag,
'express' )
216 test.upload( inputTag, bfile0, tag,
'express', 200,
True,
'SYNCHRONIZE')
217 fcsr = test.upload( inputTag, bfile0, tag,
'express', 100,
True,
'SYNCHRONIZE')
220 test.upload( inputTag, bfile0, tag,
'express', since,
True,
'APPEND')
222 test.upload( inputTag, bfile0, tag,
'express', since,
True,
'INSERT')
225 tag =
'test_CondUpload_prompt'
226 test.upload( inputTag, bfile0, tag,
'prompt', 1,
True,
'CREATE')
227 db.setSynchronizationType( tag,
'prompt' )
228 test.upload( inputTag, bfile0, tag,
'prompt', 200,
True,
'SYNCHRONIZE')
229 fcsr = test.upload( inputTag, bfile0, tag,
'prompt', 100,
True,
'SYNCHRONIZE')
232 test.upload( inputTag, bfile0, tag,
'prompt', since,
True,
'APPEND')
234 test.upload( inputTag, bfile0, tag,
'prompt', since,
True,
'INSERT')
237 tag =
'test_CondUpload_pcl'
238 test.upload( inputTag, bfile0, tag,
'pcl', 1,
True,
'CREATE')
239 db.setSynchronizationType( tag,
'pcl' )
240 test.upload( inputTag, bfile0, tag,
'pcl', 200,
False,
'FAIL')
243 test.upload( inputTag, bfile0, tag,
'pcl', since,
True,
'APPEND')
245 test.upload( inputTag, bfile0, tag,
'pcl', since,
True,
'INSERT')
248 tag =
'test_CondUpload_offline'
249 test.upload( inputTag, bfile0, tag,
'offline', 1,
True,
'CREATE')
250 db.setSynchronizationType( tag,
'offline' )
251 test.upload( inputTag, bfile0, tag,
'offline', 1000,
True,
'APPEND')
252 test.upload( inputTag, bfile0, tag,
'offline', 500,
False,
'FAIL' )
253 test.upload( inputTag, bfile0, tag,
'offline', 1000,
False,
'FAIL' )
254 test.upload( inputTag, bfile0, tag,
'offline', 2000,
True,
'APPEND' )
257 tag =
'test_CondUpload_runmc'
258 test.upload( inputTag, bfile0, tag,
'runmc', 1,
True,
'CREATE')
259 db.setSynchronizationType( tag,
'runmc' )
260 test.upload( inputTag, bfile0, tag,
'runmc', 1000,
True,
'APPEND')
261 test.upload( inputTag, bfile0, tag,
'runmc', 500,
False,
'FAIL' )
262 test.upload( inputTag, bfile0, tag,
'runmc', 1000,
False,
'FAIL' )
263 test.upload( inputTag, bfile0, tag,
'runmc', 2000,
True,
'APPEND' )
267 print 'Done. Errors: %s' %test.errors