-
Notifications
You must be signed in to change notification settings - Fork 881
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
[DO NOT MERGE] Use besu-untuned to execute the acceptance tests #7340
[DO NOT MERGE] Use besu-untuned to execute the acceptance tests #7340
Conversation
…u node (ex. acceptance tests) Signed-off-by: Ameziane H <[email protected]>
It's different test failures each time but it seems specific to this PR (eg CLIOptions tests) |
Yes, it seems to be related to this PR, I tried different executions but I had different issues especially the timeout one. My interpretation is that with besu sh, the acceptance tests are running faster. The only difference between besu and besu-untuned is GC flags and JFR continuous profiling. |
Signed-off-by: Ameziane H <[email protected]>
Signed-off-by: Ameziane H <[email protected]>
Signed-off-by: Ameziane H <[email protected]>
Signed-off-by: Ameziane H <[email protected]>
PR description
Use besu-untuned to execute different tests that need to run a besu node in a different process.
Also, there is no need to apply the JVM tuning related to GC and continuous profiling to this kind of tests.
Fixed Issue(s)
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests