Skip to content
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

Modify parsec-run-local.sh script to run with multiple agents and shards #276

Open
rockett-m opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
enhancement/testing Increases test coverage or quality

Comments

@rockett-m
Copy link
Contributor

The script is currently limited to 1 agent and 1 shard. We seek to enable the parsec-run-local.sh to work with many agents and shards.

"This requires adding more lines a la --shard00_endpoint=$IP:5556 --shard00_raft_endpoint=$IP:5557.
Those need to be programmatically generated as they need to choose new ports (e.g. sequentially in a loop)" @madars

Thinking about adding command line args on how many agents and shards are desired and handling if those are within allowable bounds, and then generating the arguments accordingly before running like the standard script.

@HalosGhost could you assign this to me? If you could add "enhancement/testing" as a label, that would be great

@HalosGhost HalosGhost added the enhancement/testing Increases test coverage or quality label Jul 2, 2024
rockett-m added a commit to rockett-m/opencbdc-tx that referenced this issue Aug 30, 2024
…ci#276

This commit made with the assistance of github copilot

Signed-off-by: Morgan Rockett <[email protected]>
rockett-m added a commit to rockett-m/opencbdc-tx that referenced this issue Sep 7, 2024
…ci#276

This commit made with the assistance of github copilot

Signed-off-by: Morgan Rockett <[email protected]>
rockett-m added a commit to rockett-m/opencbdc-tx that referenced this issue Sep 10, 2024
…ci#276

This commit made with the assistance of github copilot

Signed-off-by: Morgan Rockett <[email protected]>
rockett-m added a commit to rockett-m/opencbdc-tx that referenced this issue Nov 12, 2024
…ci#276

This commit made with the assistance of github copilot

Signed-off-by: Morgan Rockett <[email protected]>
rockett-m added a commit to rockett-m/opencbdc-tx that referenced this issue Nov 12, 2024
…ci#276

This commit made with the assistance of github copilot

Signed-off-by: Morgan Rockett <[email protected]>
rockett-m added a commit to rockett-m/opencbdc-tx that referenced this issue Nov 15, 2024
…ci#276

This commit made with the assistance of github copilot

Signed-off-by: Morgan Rockett <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement/testing Increases test coverage or quality
Projects
None yet
Development

No branches or pull requests

2 participants