Feature/stable pool mgx 1307 #727
GitHub Actions / E2E report yarn test-rolldown
succeeded
Nov 25, 2024 in 1s
E2E report yarn test-rolldown ✅
✅ e2eTests/reports/junit.xml-e498ba40-ab81-11ef-a473-715bfae334a0.xml
12 tests were completed in 2094s with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
test/sequential/rolldown.cancel.test.ts | 4✅ | 1277s | ||
test/sequential/rolldown.forceUpdate.test.ts | 8✅ | 817s |
✅ test/sequential/rolldown.cancel.test.ts
✅ Active Sequencer -> Active -> canceled update -> Can not leave
✅ GIVEN a slashed sequencer, WHEN slashed it can not provide any update / cancel until the next session ( if gets elected )
✅ GIVEN a cancel, WHEN is justified then its stored for the batch corresponding to the network
✅ GIVEN a cancel, WHEN is not justified then its stored for the batch corresponding to the network
✅ test/sequential/rolldown.forceUpdate.test.ts
✅ forceUpdateL2FromL1 can be called by Sudo
✅ forceUpdateL2FromL1 can't be called by non-sudo user
✅ Validate that forceCancelRequestsFromL1 can be called by Sudo
✅ Validate that forceCancelRequestsFromL1 can't be called by non-sudo user
✅ forceUpdateL2FromL1 does not wait for a dispute period
✅ forceCancelRequest does not need any resolution to justify the cancellation
Seq1 do an update and seq2 cancel it
✅ When forceUpdateL2FromL1 and Justified=false then the slashed is the canceler and sequencerStatus is updated accordingly
✅ When forceUpdateL2FromL1 and Justified=true then the slashed is the updater and sequencerStatus is updated accordingly
Loading