Skip to content
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

StepChain workflows do not create LogCollect task for the Production/Processing task #12056

Open
amaltaro opened this issue Jul 25, 2024 · 0 comments

Comments

@amaltaro
Copy link
Contributor

Impact of the bug
ReqMgr2

Describe the bug
After many years, I noticed that the StepChain spec does not create a LogCollect task for the first task of the spec (Production or Processing task). While it does create the relevant LogCollect jobs for each Merge task.

An example workflow is:
https://cmsweb-testbed.cern.ch/reqmgr2/fetch?rid=amaltaro_SC_EL8_June2024_Val_240702_213115_3037

and one can inspect the workload object to see the tasks created. Those tasks are also listed in WMStats job detail view (upper table)

How to reproduce it
Create a StepChain workflow with a single step.

Expected behavior
The StepChain spec:
https://github.com/dmwm/WMCore/blob/master/src/python/WMCore/WMSpec/StdSpecs/StepChain.py

needs to create a LogCollect job for the output logs from the Production/Processing task.

Additionally, unit tests need to be updated accordingly.

Additional context and error message
None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant