-
Notifications
You must be signed in to change notification settings - Fork 94
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
Ensure task mail respects [scheduler][mail]to/from
#6008
Conversation
tests/unit/test_task_events_mgr_2.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this into test_task_events_mgr.py
. Not sure why there was ever a "2" file?
def __init__( | ||
self, workflow, proc_pool, workflow_db_mgr, broadcast_mgr, | ||
xtrigger_mgr, data_store_mgr, timestamp, bad_hosts, | ||
reset_inactivity_timer_func | ||
): | ||
self.workflow = workflow | ||
self.workflow_url = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was unused
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm satisfied this works. Have double checked that it doesn't break Cylc Review.
Closes #5976
Plus tidy some cruft I spotted along the way (sorry, couldn't resist)
Note
db changeChange to the workflow database structure
- altered format of value in the
ctx
column in thetask_action_timers
table (with upgrader logic added to handle older DBs).Check List
CONTRIBUTING.md
and added my name as a Code Contributor.CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.