Skip to content

New test using run-3 pilot beam data (ATR-24487)

Stewart Martin-Haugh requested to merge smh/athena:data_run3_test into master

A test that runs on the pilot beam data.

When I tested it locally it crashed with

2022-02-15 17:41:04,453  LVL1TGCTrigger                             1   0    INFO Use mask file : /cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc11-opt/2022-02-14T2101/Athena/22.0.57/InstallArea/x86_64-centos7-gcc11-opt/share/TrigT1TGCMaskedChannel
._12.db
2022-02-15 17:41:04,453  LVL1TGCTrigger                             1   0   FATAL  Standard std::exception is caught  [405514,28364291,t:1635561822.726252615,l:365,b:1237] 
2022-02-15 17:41:04,453  LVL1TGCTrigger                             1   0   ERROR vector::_M_range_check: __n (which is 18446744073709551615) >= this->size() (which is 59) [405514,28364291,t:1635561822.726252615,l:365,b:1237]
2022-02-15 17:41:04,464  AlgTask                                    1   0   FATAL .executeEvent(): Standard std::exception thrown by LVL1TGCTrigger [405514,28364291,t:1635561822.726252615,l:365,b:1237]
2022-02-15 17:41:04,464  AlgTask                                    1   0   ERROR vector::_M_range_check: __n (which is 18446744073709551615) >= this->size() (which is 59) [405514,28364291,t:1635561822.726252615,l:365,b:1237]
2022-02-15 17:41:04,464  AvalancheSchedulerSvc                      1   0   ERROR *** Stall detected in slot 0! *** [405514,28364291,t:1635561822.726252615,l:365,b:1237]
2022-02-15 17:41:04,464  AvalancheSchedulerSvc                      1   0   ERROR Event 1 on slot 0 failed [405514,28364291,t:1635561822.726252615,l:365,b:1237]

Normally I would not suggest adding a broken test to the nightly, but I think we will just keep chasing run 3 data issues for a while, and it's better to have the test available for people to check and more easily reproduce problems.

cc @rbielski

Merge request reports