109 inputTag =
'runinfo_31X_mc' 110 inputTag0 =
'runinfo_0' 111 inputTag1 =
'runinfo_1' 116 tag =
'test_CondUpload_any' 117 test.execute( inputTag0, bfile0, tag,
'any', 1,
True,
'CREATE' )
118 test.execute( inputTag0, bfile0, tag,
'any', 200,
True,
'APPEND' )
119 test.execute( inputTag0, bfile0, tag,
'any', 100,
True,
'INSERT')
120 test.execute( inputTag0, bfile0, tag,
'any', 200,
True,
'INSERT')
122 tag =
'test_CondUpload_validation' 123 test.execute( inputTag0, bfile0, tag,
'validation', 1,
True,
'CREATE')
124 db.setSynchronizationType( tag,
'validation' )
125 test.execute( inputTag0, bfile0, tag,
'validation', 1,
True,
'INSERT')
126 test.execute( inputTag0, bfile0, tag,
'validation', 200,
True,
'APPEND')
127 test.execute( inputTag0, bfile0, tag,
'validation', 100,
True,
'INSERT')
129 tag =
'test_CondUpload_mc' 130 test.execute( inputTag0, bfile0, tag,
'mc', 1,
True,
'CREATE')
131 db.setSynchronizationType( tag,
'mc' )
132 test.execute( inputTag1, bfile1, tag,
'mc', 1,
False,
'FAIL')
133 test.execute( inputTag0, bfile0, tag,
'mc', 1,
False,
'FAIL')
134 test.execute( inputTag0, bfile0, tag,
'mc', 200,
False,
'FAIL')
136 tag =
'test_CondUpload_hlt' 137 test.execute( inputTag0, bfile0, tag,
'hlt', 1,
True,
'CREATE')
138 db.setSynchronizationType( tag,
'hlt' )
139 test.execute( inputTag0, bfile0, tag,
'hlt', 200,
True,
'SYNCHRONIZE')
140 fcsr = test.execute( inputTag0, bfile0, tag,
'hlt', 100,
True,
'SYNCHRONIZE')
143 test.execute( inputTag0, bfile0, tag,
'hlt', since,
True,
'APPEND')
145 test.execute( inputTag0, bfile0, tag,
'hlt', since,
True,
'INSERT')
147 tag =
'test_CondUpload_express' 148 test.execute( inputTag0, bfile0, tag,
'express', 1,
True,
'CREATE')
149 db.setSynchronizationType( tag,
'express' )
150 test.execute( inputTag0, bfile0, tag,
'express', 200,
True,
'SYNCHRONIZE')
151 fcsr = test.execute( inputTag0, bfile0, tag,
'express', 100,
True,
'SYNCHRONIZE')
154 test.execute( inputTag0, bfile0, tag,
'express', since,
True,
'APPEND')
156 test.execute( inputTag0, bfile0, tag,
'express', since,
True,
'INSERT')
158 tag =
'test_CondUpload_prompt' 159 test.execute( inputTag0, bfile0, tag,
'prompt', 1,
True,
'CREATE')
160 db.setSynchronizationType( tag,
'prompt' )
161 test.execute( inputTag0, bfile0, tag,
'prompt', 200,
True,
'SYNCHRONIZE')
162 fcsr = test.execute( inputTag0, bfile0, tag,
'prompt', 100,
True,
'SYNCHRONIZE')
165 test.execute( inputTag0, bfile0, tag,
'prompt', since,
True,
'APPEND')
167 test.execute( inputTag0, bfile0, tag,
'prompt', since,
True,
'INSERT')
169 tag =
'test_CondUpload_pcl' 170 test.execute( inputTag0, bfile0, tag,
'pcl', 1,
True,
'CREATE')
171 db.setSynchronizationType( tag,
'pcl' )
172 test.execute( inputTag0, bfile0, tag,
'pcl', 200,
False,
'FAIL')
175 test.execute( inputTag0, bfile0, tag,
'pcl', since,
True,
'APPEND')
177 test.execute( inputTag0, bfile0, tag,
'pcl', since,
True,
'INSERT')
179 tag =
'test_CondUpload_offline' 180 test.execute( inputTag0, bfile0, tag,
'offline', 1,
True,
'CREATE')
181 db.setSynchronizationType( tag,
'offline' )
182 test.execute( inputTag0, bfile0, tag,
'offline', 1000,
True,
'APPEND')
183 test.execute( inputTag0, bfile0, tag,
'offline', 500,
False,
'FAIL' )
184 test.execute( inputTag0, bfile0, tag,
'offline', 1000,
False,
'FAIL' )
185 test.execute( inputTag0, bfile0, tag,
'offline', 2000,
True,
'APPEND' )
187 tag =
'test_CondUpload_runmc' 188 test.execute( inputTag0, bfile0, tag,
'runmc', 1,
True,
'CREATE')
189 db.setSynchronizationType( tag,
'runmc' )
190 test.execute( inputTag0, bfile0, tag,
'runmc', 1000,
True,
'APPEND')
191 test.execute( inputTag0, bfile0, tag,
'runmc', 500,
False,
'FAIL' )
192 test.execute( inputTag0, bfile0, tag,
'runmc', 1000,
False,
'FAIL' )
193 test.execute( inputTag0, bfile0, tag,
'runmc', 2000,
True,
'APPEND' )
194 os.remove( fileName )
195 print(
'Done. Errors: %s' %test.errors)
def prepareFile(inputTag, sourceTag, startingSince)
S & print(S &os, JobReport::InputFile const &f)