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

Improve TestNet with Full Node Simulation #340

Open
Luka-Loncar opened this issue Jan 10, 2025 · 0 comments
Open

Improve TestNet with Full Node Simulation #340

Luka-Loncar opened this issue Jan 10, 2025 · 0 comments
Labels
42 Subnet 42 59 Subnet 59 chore

Comments

@Luka-Loncar
Copy link
Collaborator

Luka-Loncar commented Jan 10, 2025

Problem Statement

Currently, our test environment doesn't accurately simulate production conditions because the test net metagraph isn't sufficiently populated. This prevents us from catching certain issues that only manifest with a full metagraph (e.g., recent registration/deregistration race conditions in subnet 59).

Proposed Solution
Create a system to simulate a full metagraph in the test environment by:

  • Running multiple validator instances in Docker containers on a single machine
  • Automating the registration process for these test nodes
  • Maintaining a sufficient number of active nodes to replicate production conditions
@Luka-Loncar Luka-Loncar added chore 42 Subnet 42 59 Subnet 59 labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
42 Subnet 42 59 Subnet 59 chore
Projects
None yet
Development

No branches or pull requests

1 participant