-
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 +nobuild flags to all relevant test cases #8934
Conversation
89755b8
to
1fe0ee1
Compare
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=cf484e86b24a421fb7f239742bbb0518 |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=1fe0ee1952bd5e6b4121b1c5c53c274b328ffda0 |
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 fine. Can you point out what the "well-known issue in tendermint" is? Do we have an issue for this?
^ tests failing are unrelated to this PR, I've seen this fail quite frequently in the past weeks. We probably should open a separate issue for this. |
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=be5f1e77a31942f9a7f0901f19473203 |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=7b09f95ab5bed044ef9c74de0c7b093cf26ef648 |
Look at the package |
Is there an issue for this in tendermint? if not, want to open it? |
This is already well known and I've documented it: https://github.com/cosmos/cosmos-sdk/blob/master/testutil/network/doc.go#L16-L20 |
Thanks for the link. BTW:
This doesn't sound like anything close to unit tests 😅 |
Yes, that comment needs to be updated 👍 |
CLI tests must be excluded by race detection due
to a well-known Tendermint issue.
Closes: #8923
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes