-
-
Notifications
You must be signed in to change notification settings - Fork 317
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 debug level logs and sync test to sim tests #4673
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
1b3517b
to
f50e7de
Compare
|
||
describe(`simulation test - ${testIdStr}`, function () { | ||
this.timeout("5m"); | ||
this.timeout("10m"); |
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.
Can you add an issue to compute this timeout dynamically in a number that makes sense given the test requirements? i.e. expected duration time + 10%
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.
Added it as task to the main issue.
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.
Some minor comments, otherwise good to merge
Motivation
Add a new node to sim test network and test the syncing from genesis.
Covered following points:
Partially Resolves #4275
Steps to test or reproduce
Run sim tests.