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

[E2E Test] Sequencer Rotation when there’s a lot of accumulated data #381

Open
1 task
anhductn2001 opened this issue Aug 16, 2024 · 0 comments
Open
1 task

Comments

@anhductn2001
Copy link
Contributor

anhductn2001 commented Aug 16, 2024

Test Case Type

New

DRS

ALL

Target Milestone

3D

Test Case Issue link

No response

Epic

sequencer rotation

Test Case Description

rotation when there’s alot of accumulated data

Preconditions

  • rollapp have active sequencer A, which wants to exit its role
  • Set batch_submit_max_time = 100s
  • max_idle_time = "200ms"
  • max_proof_time = "150ms"
  • block_time = "190ms"

Test Steps

  1. seq A want to exit seq role (unbond)
  2. Check IBC-Transfer before the switch/after the switch/during the switch
  3. Seq B bonded

Expected Results

  • all accumulated data submitted
  • example: we have 5 batches pending (100 blocks each batch), They will be submit batch by batch until final.
  • sequencer A stopped at block height X on the rollapp.
  • sequencer B started at block height X+1 on the rollapp.
  • block height X of the rollapp in the last block in the last batch of sequencer A.
  • block height x+1 of the rollapp is the first block in the first batch of sequencer B

Live Test

  • Yes

Comments

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant