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

Support joining and leaving validators #262

Open
HerbertJordan opened this issue Nov 4, 2024 · 1 comment
Open

Support joining and leaving validators #262

HerbertJordan opened this issue Nov 4, 2024 · 1 comment

Comments

@HerbertJordan
Copy link
Collaborator

No description provided.

@kjezek
Copy link
Collaborator

kjezek commented Nov 15, 2024

I guess after removal of a lot of unfishned and perhpas buggy code, it seems to work at the moment.

It ried this scenario:

# The network scenario to exercise.
nodes:
  # We include three additional non-validator nodes for the full duration.
  - name: A
    instances: 2
    features: [validator]

  - name: B
    start: 120          # start time
    end: 200            # termination time
    instances: 2
    features: [validator]

  - name: C
    start: 240          # start time
    end: 300            # termination time
    instances: 3
    features: [validator]

# In the network there is a single application producing constant load.
applications:
  - name: load
    type: counter
    start: 10          # start time
    end: 500            # termination time
    users: 20          # number of users using the app
    rate:
      constant: 20     # Tx/s

and it was producing load while validators were added and removed

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

2 participants