-
Notifications
You must be signed in to change notification settings - Fork 28
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
Backport e2e-test of the latest tendermint main branch #536
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #536 +/- ##
=======================================
Coverage 66.27% 66.28%
=======================================
Files 280 281 +1
Lines 38133 38147 +14
=======================================
+ Hits 25273 25285 +12
+ Misses 11063 11048 -15
- Partials 1797 1814 +17
|
8672484
to
a500e4b
Compare
Simple question. Please tell me what you think. @tnasu Is it a change that lowered the probability of failure due to delay with the above change? Q2. About post-commit errors
Looking at this error, does this mean that if seed01 is late it can error out as well? |
@kokeshiM0chi
Yes, it does. Because we cannot control the network condition on GitHub Actions.
Yes, it does. But, if |
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
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
Tip: The |
Description
e2e-test
is old and it makes too many failures each PR and Push. I investigated the error logs ofe2e-test
, and it shows light01 failure due to starting delay. light01 depends on the witness("validator01", "validator02", "validator03") and validator02 depends on the seeds("seed02"). And the log shows that "seed02" is in the process of starting normally. Therefore, "validator02" and "light01" were also starting up and did not reach the expected Height within the expected time, resulting in an error. So "seed02" is removed.Based on: tendermint/tendermint@b1fbe26
Refs:
Remarks: (Excludes some of the new features)
EventAttribute
field type change tomain
tendermint/tendermint#9335