-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Unit test and workflow failures because of illegal characters in MonitorElement path name #38885
Comments
assign dqm |
New categories assigned: dqm @jfernan2,@ahmad3213,@micsucmed,@rvenditti,@emanueleusai,@pmandrik you have been requested to review this Pull request/Issue and eventually sign? Thanks |
A new Issue was created by @makortel Matti Kortelainen. @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
FYI @cms-sw/trk-dpg-l2 |
Seems like caused by #38831 |
The workflow 1042.0 step 3 fails in the same way
|
assign alca FYI @cms-sw/ctpps-dpg-l2 (for #38885 (comment)) |
New categories assigned: alca @yuanchao,@francescobrivio,@malbouis,@tvami,@ChrisMisan you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Is it the comma that's wrong?
I dont see anything here, is it the whitespace? Dont we have a tonne of MEs with whitespace in them? (that work anyway) |
Yes.
I think the problem is that the path is checked (not only the histogram name) and when the file is remote, it includes also unacceptable characters in the lfn. |
@ChrisMisan can you please fix that? Thanks! |
@cms-sw/dqm-l2 regarding
I can either:
Please let me know. |
There are actually two problems with path name.
and here:
but also the point here:
Tagging also the original author of the problematic code @MatiXOfficial |
Concerning my earlier comment #38885 (comment) since I didn't receive any feedback I decided to implement option 3. N.B. This won't solve the other issue with wf 1042.0 step 3 reported at #38885 (comment), so the PPS colleagues should still sanitize their code. |
We are ok with any of the three options, though option 3 as far as I understand seem to be the most general solution, so we are definitely on board with this. |
+alca
|
The unit test testSiStripDQM_OfflineTkMap started to fail in CMSSW_12_5_X_2022-07-28-1100 with a segfault
https://cmssdt.cern.ch/SDT/cgi-bin/logreader/el8_amd64_gcc10/CMSSW_12_5_X_2022-07-28-1100/unitTestLogs/DQM/SiStripMonitorClient#/
The cause probably lies in the beginning of the log
The text was updated successfully, but these errors were encountered: