-
Notifications
You must be signed in to change notification settings - Fork 188
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
CLI: Add verdi devel launch-multiply-add
#6601
CLI: Add verdi devel launch-multiply-add
#6601
Conversation
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.
Looks good, not sure why test fail
assert re.search(r'Submitted workflow', result.stdout) | ||
|
||
node = QueryBuilder().append(ProcessNode, tag='node').order_by({'node': {'ctime': 'desc'}}).first(flat=True) | ||
submit_and_await(node) |
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.
very useful command, did not know about it
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.
Literally copy-pasted everything from the tests for verdi devel launch-add
:D but yes, indeed very useful, thanks for pointing it out!
configures ``bash`` on the ``localhost``. If the localhost is not yet configured as a ``Computer``, that is also | ||
done automatically. | ||
""" | ||
from shutil import which |
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.
did not know about it, useful
Story of my life :D |
ee41c82
to
7d4fe57
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6601 +/- ##
==========================================
+ Coverage 77.51% 77.89% +0.39%
==========================================
Files 560 567 +7
Lines 41444 42151 +707
==========================================
+ Hits 32120 32829 +709
+ Misses 9324 9322 -2 ☔ View full report in Codecov by Sentry. |
Without it, the `localhost` computer would have already been created in the tests for `launch-add`, so the first test for `launch-multiply-add` would fail.
7d4fe57
to
bd7e99e
Compare
Pls approve when CI is done, @agoscinski, pretty please :3 |
For us
devs
(@agoscinski, @khsrali) to also debug WorkChains, and/or get those into a fresh profile, akin toverdi devel launch-add
.