-
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
Remove interactive prompt support #3774
Remove interactive prompt support #3774
Conversation
Should this be on 8.0a3 or 8.0.0 milestone? |
It looks like the functional tests are still running 👀 probably fixed by #3775 . |
As you already have the code ready, and it is not a change with high risk, I think we can leave it in 8.0a3. |
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.
Code looks good.
Tested master
first (never had used that interactive mode):
(venv) kinow@ranma:~/Development/python/workspace/cylc-flow$ cylc poll five --verbose
2020-08-14T12:53:50+12:00 DEBUG - Loading site/user config files
2020-08-14T12:53:50+12:00 DEBUG - Reading file /home/kinow/.cylc/flow/8.0a3.dev/flow.rc
Poll ALL tasks in five (y/n)? n
Then this branch.
(venv) kinow@ranma:~/Development/python/workspace/cylc-flow$ cylc poll five --verbose
2020-08-14T12:54:11+12:00 DEBUG - Loading site/user config files
2020-08-14T12:54:11+12:00 DEBUG - Reading file /home/kinow/.cylc/flow/8.0a3.dev/flow.rc
2020-08-14T12:54:11+12:00 WARNING - deprecated items were automatically upgraded in 'user config':
2020-08-14T12:54:11+12:00 WARNING - * (8.0.0) [disable interactive command prompts] - DELETED (OBSOLETE)
2020-08-14T12:54:11+12:00 DEBUG - zmq:send {'command': 'poll_tasks', 'args': {'tasks': (), 'poll_succeeded': False}, 'meta': {'prog': 'cylc-poll', 'host':
'ranma'}}
2020-08-14T12:54:11+12:00 DEBUG - zmq:recv {'data': [True, 'Command queued'], 'user': 'kinow'}
Searched code for "interactive" and "force", and found no other occurrences related to this change I think. And also found nothing in cylc-docs. 👍 +1
(Restarted the tests) |
The functional tests are weirdly hanging here 🤔 |
f691118
to
6564b25
Compare
Note: Update: So is |
6564b25
to
da7b96a
Compare
da7b96a
to
fc0daa3
Compare
Finally managed to fix the tests! |
These changes close #3693
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.