dmwm / CRABServer

15 stars 37 forks source link

Fix successful_publication log line #8446

Closed novicecpp closed 1 month ago

novicecpp commented 1 month ago

Fixing https://github.com/dmwm/CRABServer/issues/8445

Current version:

2024-05-30 18:10:05,752:INFO:PublisherMaster,531:Taskname 240528_102302:lrygaard_crab_TTZToLLNuNu_LLPnanoAODv1 is OK. Published 2 in 1 blocks.

Expected:

2024-05-28 00:20:04,315:INFO:PublisherMaster,731:Taskname 240524_022359:shiyi_crab_SPS_RESONANECE_FEEDDOWN_GEN_v2_n5 is OK. Published 42 files in 1 blocks.

The "files" after summary['publishedFiles'] is missing.

cmsdmwmbot commented 1 month ago

Jenkins results:

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/DMWM-CRABServer-PR-test/2003/artifact/artifacts/PullRequestReport.html

novicecpp commented 1 month ago

Tested in crab-dev-tw03 (From crab-dev-tw03:/data/container/Publisher_schedd/logs/log.txt)

2024-05-30 19:14:18,739:INFO:PublisherMaster,531:Taskname 240530_182528:crabint1_crab_20240530_202527 is OK. Published 100 files in 1 blocks.
belforte commented 1 month ago

thanks Wa !

belforte commented 1 month ago

I guess it was a mistake on my side converting messages to f-string :-( Sorry