 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5from DQUtils
import fetch_iovs
6from DQUtils.tests
import invariant
8@invariant("359918-DetStatusDEFECTS-pro22-04")
11 Check if retrieving the Code and Comment field from DetStatusSHIFTOFL-pass1-analysis-2010B changed
13 Reads some data from the database which is expected not to change.
14 A problem with this could either indicate a broken API, or a changed database
16 tag =
"DetStatusDEFECTS-pro22-04"
17 result = fetch_iovs(
"DEFECTS", what=[
"present",
"recoverable",
"user"], tag=tag, runs=359918)
20@invariant("359918-blobs")
22 fetch_iovs(
"DEFECTS", runs=359918)
23 fetch_iovs(
"COOLOFL_DCS::/LHC/DCS/FILLSTATE", runs=359918)
24 fetch_iovs(
"COOLOFL_DCS/CONDBR2::/LHC/DCS/FILLSTATE", runs=359918)
25 iovs=fetch_iovs(
"COOLONL_TRIGGER::/TRIGGER/LUMI/OnlPrefLumi", runs=359918)
26 assert len(iovs) == 729,
'correct number of iovs retrieved'
29if __name__ ==
'__main__':