-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add setup for cli_test #6033
Add setup for cli_test #6033
Conversation
…s-sdk into sahith/add-cli-test
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 looks like a good start. Can you add a github actions CI task to run test-cli
@sahith-narahari ? I think we need to modify test-cover.sh
so that these tests don't run there and so that they run in a separate CI task.
thanks @aaronc , added test-cli to circleci |
@sahith-narahari, sorry not circleci, github actions please. My understanding is that we're trying to migrate all CI there. |
I am in favor of moving So I would say let's create two package there - Are you okay with that @alessio ? |
sounds good to me @aaronc |
Yes the plan is to address this module by module. I believe some of that work has already started. |
Great! What is left remaining for this PR to be wrapped up? |
…os-sdk into sahith/add-base-setup
Codecov Report
@@ Coverage Diff @@
## master #6033 +/- ##
=======================================
Coverage 54.78% 54.78%
=======================================
Files 437 437
Lines 26433 26433
=======================================
Hits 14482 14482
Misses 10955 10955
Partials 996 996 |
Looks like just some fixes to CI. Once that's fixed 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.
LGTM 🎉
|
||
return gs.Validate() | ||
// TODO: UNDO this when DefaultGenesis() is implemented |
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.
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.
As @anilcse has noted here, there is an issue with IBC ValidateGenesis
that was breaking cli tests. I suggest we merge this PR with ValidateGenesis
commented out like this so that cli tests can proceed. When the IBC team fixes this issue, they can uncomment these lines.
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.
ACK
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.
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.
Threre's none. May be we can reopen this issue: #6082
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.
there is an issue with IBC ValidateGenesis that was breaking cli tests.
which one?
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.
DefaultGenesis is not implemented and it just returns nil
DefaultGenesis is defined in x/ibc/genesis.go
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.
ACK
Changed requested addressed and/or planned to be in subsequent PRs.
ref: #5951
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)