-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix fetching of datasets in relval wfs #36787
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36787/27927
|
A new Pull Request was created by @kskovpen for master. It involves the following packages:
@jordan-martins, @bbilin, @wajidalikhan, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild , please test |
@cmsbuild , ping |
please test |
|
-1 Failed Tests: RelVals-INPUT The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: RelVals-INPUT
Comparison SummarySummary:
|
From running the dasgoclient query locally: (RUCIO_URL=http://cms-rucio.cern.ch dasgoclient --limit 0 --query 'file dataset=/SingleMu/Run2012D-ZMu-15Apr2014-v1/RAW-RECO run=208307 site=T2_CH_CERN' RUCIO_URL=http://cms-rucio.cern.ch dasgoclient --limit 0 --query 'file dataset=/SingleMu/Run2012D-ZMu-15Apr2014-v1/RAW-RECO run=207454 site=T2_CH_CERN') | Utilities/General/ibeos/ibeos-lfn-sort -u as mentioned here: I get the following list: /store/data/Run2012D/SingleMu/RAW-RECO/ZMu-15Apr2014-v1/00000/0A3C1F91-2ECD-E311-8E64-90E6BA442F3F.root which contains files that are all present at T2_CH_CERN. The wf in Jenkins, however, produces a different list, where there are files not present at CERN. Maybe someone knows if there are any additional das-related queries that are executed in Jenkins tests? |
Sure, will close it. @tvami , I guess we can try tomorrow again? |
Yes, I hope it will be ok indeed! |
@kskovpen , to avoid das glitches during PR/IB tests we cache the dasgoclinet results and refresh these results every 3 days. I will force update the das cache reusults using new dasgoclient which should be available for next IB. Let hope new dasgiclient results do not break otherworkflows |
Thanks a lot for explanations! |
PR description:
Following #36771, specifies explicitly Rucio URL to fetch datasets that are available at T2_CH_CERN. Temporary fix - can be removed when dasgoclient is fully fixed.
PR validation:
Tested on 4.76.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Not a backport.