This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
(some) node subcommands are broken #4623
Labels
Milestone
Comments
tomusdrw
added
I3-bug
The node fails to follow expected behavior.
M4-core
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
labels
Jan 14, 2020
Part 1 is done and the CLI commands are fixed, now we need some tests. |
bkchr
added
I5-tests
Tests need fixing, improving or augmenting.
Z2-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
and removed
I3-bug
The node fails to follow expected behavior.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
labels
Jan 16, 2020
@NikVolf you also want to write the tests? |
Yes @bkchr |
I'll wait until @cecton finishes some refactoring there though |
@NikVolf maybe we could have tests that actually start a CLI? Then it's not really related to the API at all and we would test the CLI parsing in one go. |
Definitely agree! I made the PR already, I will add some tests tomorrow. #4692 |
Fixing it in #4842 |
is this after the merge of #4842 still open? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
...and they fail with
keystore
not being configured. Namelyimport-blocks
andfactory
at least.Also it would be nice to actually write some tests for the sub-commands so that we don't run into that issue in the future.
The text was updated successfully, but these errors were encountered: