Closed mmsqe closed 2 months ago
The pull request introduces a new command-line option --exit-on-finish
to the run
function in stateless.py
, allowing users to control whether the process exits after task completion. The do_run
function is updated to accommodate this parameter, altering its logic based on group types. Additionally, the Docker Compose configuration is modified to specify a fixed Docker image version and reduce the number of service instances from 10 to 8, promoting more controlled deployments.
File | Change Summary |
---|---|
testground/benchmark/benchmark/stateless.py |
Added --exit-on-finish option to run and do_run functions, modifying their signatures and logic. |
testground/benchmark/compositions/docker-compose.jsonnet |
Updated Docker image tag from latest to a specific version and reduced service instances from 10 to 8. |
gen
function related to parameter handling, indicating a direct connection in functionality and code structure.In the meadow where bunnies play,
A new command has come our way!
With options bright, we hop with glee,
Controlled and steady, just wait and see!
Docker's fixed, our path is clear,
Let’s run our tests without a fear! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 15.24%. Comparing base (
3c8be96
) to head (c81b358
). Report is 1 commits behind head on main.
closing because we'll support validator only: https://github.com/crypto-org-chain/cronos/pull/1597
add exit-on-finish to allow early quit after send txs are done
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
New Features
--exit-on-finish
for enhanced control over process completion behavior.Improvements