-
Notifications
You must be signed in to change notification settings - Fork 134
cmd: test command flags update #3390
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3390 +/- ##
==========================================
+ Coverage 57.24% 57.35% +0.11%
==========================================
Files 217 217
Lines 32028 31978 -50
==========================================
+ Hits 18333 18342 +9
+ Misses 11799 11745 -54
+ Partials 1896 1891 -5 ☔ View full report in Codecov by Sentry. |
|
After QA testing and review by Oisin, some changes were made. - Rename `--cluster-lock-file-path` to `--lock-file` and `--cluster-definition-file-path` to `--definition-file` in test peers command. This is to be aligned with the rest of the CLI. - Allow passing of cluster definition by URL to `--definition-file` flag. - Remove [REQUIRED] from the MEV test `--beacon-node-endpoint` flag description, as this flag is required only if `--load-test` is enabled. - Do single MEV block creation test, to which users can specify number of blocks to smoothen the result. Previously we had 2 test, one with single block and second with multiple (by default 3). Now it is only the second test with a default of 1. - Rename the `--load-test-blocks` flag in MEV test to `--number-of-payloads`. - Round the measurements - > 1s to 2 digits after the decimal, < 1s to whole number. - Delete the fio command created test file. - Add a missed return statement. - Bring back the test command to alpha state 😔. category: feature ticket: none



After QA testing and review by Oisin, some changes were made.
--cluster-lock-file-pathto--lock-fileand--cluster-definition-file-pathto--definition-filein test peers command. This is to be aligned with the rest of the CLI.--definition-fileflag.--beacon-node-endpointflag description, as this flag is required only if--load-testis enabled.--load-test-blocksflag in MEV test to--number-of-payloads.category: feature
ticket: none