110 inputTag =
'runinfo_31X_mc'
111 inputTag0 =
'runinfo_0'
112 inputTag1 =
'runinfo_1'
117 tag =
'test_CondUpload_any'
118 test.execute( inputTag0, bfile0, tag,
'any', 1,
True,
'CREATE' )
119 test.execute( inputTag0, bfile0, tag,
'any', 200,
True,
'APPEND' )
120 test.execute( inputTag0, bfile0, tag,
'any', 100,
True,
'INSERT')
121 test.execute( inputTag0, bfile0, tag,
'any', 200,
True,
'INSERT')
123 tag =
'test_CondUpload_validation'
124 test.execute( inputTag0, bfile0, tag,
'validation', 1,
True,
'CREATE')
125 db.setSynchronizationType( tag,
'validation' )
126 test.execute( inputTag0, bfile0, tag,
'validation', 1,
True,
'INSERT')
127 test.execute( inputTag0, bfile0, tag,
'validation', 200,
True,
'APPEND')
128 test.execute( inputTag0, bfile0, tag,
'validation', 100,
True,
'INSERT')
130 tag =
'test_CondUpload_mc'
131 test.execute( inputTag0, bfile0, tag,
'mc', 1,
True,
'CREATE')
132 db.setSynchronizationType( tag,
'mc' )
133 test.execute( inputTag1, bfile1, tag,
'mc', 1,
False,
'FAIL')
134 test.execute( inputTag0, bfile0, tag,
'mc', 1,
False,
'FAIL')
135 test.execute( inputTag0, bfile0, tag,
'mc', 200,
False,
'FAIL')
137 tag =
'test_CondUpload_hlt'
138 test.execute( inputTag0, bfile0, tag,
'hlt', 1,
True,
'CREATE')
139 db.setSynchronizationType( tag,
'hlt' )
140 test.execute( inputTag0, bfile0, tag,
'hlt', 200,
True,
'SYNCHRONIZE')
141 fcsr = test.execute( inputTag0, bfile0, tag,
'hlt', 100,
True,
'SYNCHRONIZE')
144 test.execute( inputTag0, bfile0, tag,
'hlt', since,
True,
'APPEND')
146 test.execute( inputTag0, bfile0, tag,
'hlt', since,
True,
'INSERT')
148 tag =
'test_CondUpload_express'
149 test.execute( inputTag0, bfile0, tag,
'express', 1,
True,
'CREATE')
150 db.setSynchronizationType( tag,
'express' )
151 test.execute( inputTag0, bfile0, tag,
'express', 200,
True,
'SYNCHRONIZE')
152 fcsr = test.execute( inputTag0, bfile0, tag,
'express', 100,
True,
'SYNCHRONIZE')
155 test.execute( inputTag0, bfile0, tag,
'express', since,
True,
'APPEND')
157 test.execute( inputTag0, bfile0, tag,
'express', since,
True,
'INSERT')
159 tag =
'test_CondUpload_prompt'
160 test.execute( inputTag0, bfile0, tag,
'prompt', 1,
True,
'CREATE')
161 db.setSynchronizationType( tag,
'prompt' )
162 test.execute( inputTag0, bfile0, tag,
'prompt', 200,
True,
'SYNCHRONIZE')
163 fcsr = test.execute( inputTag0, bfile0, tag,
'prompt', 100,
True,
'SYNCHRONIZE')
166 test.execute( inputTag0, bfile0, tag,
'prompt', since,
True,
'APPEND')
168 test.execute( inputTag0, bfile0, tag,
'prompt', since,
True,
'INSERT')
170 tag =
'test_CondUpload_pcl'
171 test.execute( inputTag0, bfile0, tag,
'pcl', 1,
True,
'CREATE')
172 db.setSynchronizationType( tag,
'pcl' )
173 test.execute( inputTag0, bfile0, tag,
'pcl', 200,
False,
'FAIL')
176 test.execute( inputTag0, bfile0, tag,
'pcl', since,
True,
'APPEND')
178 test.execute( inputTag0, bfile0, tag,
'pcl', since,
True,
'INSERT')
180 tag =
'test_CondUpload_offline'
181 test.execute( inputTag0, bfile0, tag,
'offline', 1,
True,
'CREATE')
182 db.setSynchronizationType( tag,
'offline' )
183 test.execute( inputTag0, bfile0, tag,
'offline', 1000,
True,
'APPEND')
184 test.execute( inputTag0, bfile0, tag,
'offline', 500,
False,
'FAIL' )
185 test.execute( inputTag0, bfile0, tag,
'offline', 1000,
False,
'FAIL' )
186 test.execute( inputTag0, bfile0, tag,
'offline', 2000,
True,
'APPEND' )
188 tag =
'test_CondUpload_runmc'
189 test.execute( inputTag0, bfile0, tag,
'runmc', 1,
True,
'CREATE')
190 db.setSynchronizationType( tag,
'runmc' )
191 test.execute( inputTag0, bfile0, tag,
'runmc', 1000,
True,
'APPEND')
192 test.execute( inputTag0, bfile0, tag,
'runmc', 500,
False,
'FAIL' )
193 test.execute( inputTag0, bfile0, tag,
'runmc', 1000,
False,
'FAIL' )
194 test.execute( inputTag0, bfile0, tag,
'runmc', 2000,
True,
'APPEND' )
195 os.remove( fileName )
196 print(
'Done. Errors: %s' %test.errors)