-
Notifications
You must be signed in to change notification settings - Fork 214
Dev mode for integration tests #3329
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
base: master
Are you sure you want to change the base?
Dev mode for integration tests #3329
Conversation
ChenxingLi
left a comment
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.
Before we accept this PR, we need some experimental data to ensure it actually helps improve test speed.
Reviewable status: 0 of 14 files reviewed, all discussions resolved (waiting on @Pana)
Here is part of the local test data (macOS, M2 PRO) for the result for the command before (in test mode): And you can find the result in recent CI consoles: Before(https://jenkins.conflux-chain.org.cn/job/conflux-rust/1359/console): This pr(https://jenkins.conflux-chain.org.cn/job/conflux-rust/1360/console): Turning a test containing lots of transaction sending would greatly accelerate it. But not all tests are suitable for dev mode so this pull request simply turns part of execution tests into dev mode |
…sts and adjust parameters
3f47095 to
4fe8cb1
Compare
…g addr2line, anyhow, ark-ff, and others
This change is