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

feat: add dynamic multinode test executor #626

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tbraun96
Copy link
Collaborator

Closes #619

@tbraun96 tbraun96 added feature ➕ Tasks that are functional additions or enhancements DO NOT MERGE Please do not merge this PR yet, even if it is ready labels Jan 30, 2025
type Config = TangleTestConfig;
type Error = Error;

async fn setup(test_dir: TempDir) -> Result<Self, Self::Error> {
assert!(N <= 5, "Cannot setup more than 5 services");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to mean 5 services or 5 nodes for a single service?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Please do not merge this PR yet, even if it is ready feature ➕ Tasks that are functional additions or enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Multinode Test Harness w/ Dynamic add/drop support
2 participants