-
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
Unit test failures in DQMServices/Demo and RecoTauTag/HLTProducers in the 12_1_X IBs #35868
Comments
A new Issue was created by @perrotta Andrea Perrotta. @Dr15Jones, @perrotta, @dpiparo, @makortel, @smuzaffar, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign dqm, hlt |
New categories assigned: dqm,hlt @jfernan2,@ahmad3213,@rvenditti,@missirol,@emanueleusai,@pbo0,@Martin-Grunewald,@pmandrik you have been requested to review this Pull request/Issue and eventually sign? Thanks |
We were afraid this might happen in the future. A removal of the unit test in question seems appropriate. It requires a redesign to be more robust. |
Thank you @azotz |
the |
Is there any progress in understanding the |
Looking into a previous IB log without this issue: dropped waiting message count 0
However, in recent IB test, it is stuck as below. Local test can reproduce similar behavior. (Although local test just exit and don't report error message) dropped waiting message count 0
@cms-sw/dqm-l2 Would you please have a check? |
The script exits at |
Looks like What's unclear to me is why for some PR tests with recent IBs this unit-test error does not show up (see for example PR 35911). |
In the PR tests, unit tests are only run for the packages affected by the PR itself |
Okay, that explains it. Thanks! |
+hlt the HLT side of this issue was addressed in #35867 |
+1 |
This issue is fully signed and ready to be closed. |
Thank you all! |
We are going to uild CMSSW_12_1_0_pre5. After the last nightly IBs we are noticing two new unit test failures reported for the two systems in the subject.
The message generated by TestDQMServicesDemo is rather cryptic:
Moreover, we tried to reproduce locally
and the tests ended without error: it could be a glitch then. We will wait for the next IB and see if it reproduces. In any case, if @cms-sw/dqm-l2 can have a look in the meanwhile it can help to speed up.
For the failure in TestRecoTauTagHLTProducers, this could have originated from the updates to the HLTScoutingPFProducer integrated with #35863. However (see the ongoing discussion in that PR thread) it looks like that the real culprit could be the way in which that unit test was originally designed in #35640.
Also for this we would like to reach quickly to a solution: @cms-sw/hlt-l2 and @azotz are informed and are currently looking at it. If no quick fix is found, we should decide to either remove the unit test, or revert #35863, the solution proposed by HLT being to remove the unit test.
The text was updated successfully, but these errors were encountered: