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

Refactor testcases that use rpc_client to restart the node using node spawner. #2812

Open
ermineJose opened this issue Mar 5, 2025 · 0 comments
Assignees

Comments

@ermineJose
Copy link
Contributor

The testcase currently creates a network using antctl, with rpc enabled in nodes, as the rpc is being removed by metric_service, the restart support cannot be provided with metric_service.

As a work around, replace the local network created by antctl with network spawner utility, where the nodes are run as threads instead of services. This way, we can restart the nodes within the testcase itself, avoiding the dependency on rpc inside nodes. this can unblock the metric_service PR.

@ermineJose ermineJose self-assigned this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant