Skip to content

Fix/rewards market GASP-1681 (#855) #809

Fix/rewards market GASP-1681 (#855)

Fix/rewards market GASP-1681 (#855) #809

GitHub Actions / E2E report yarn test-rolldown failed Dec 6, 2024 in 1s

E2E report yarn test-rolldown ❌

Tests failed

❌ e2eTests/reports/junit.xml-a4a85010-b3f8-11ef-8ce0-85f8e022dd09.xml

12 tests were completed in 2149s with 10 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/sequential/rolldown.cancel.test.ts 2✅ 2❌ 1337s
test/sequential/rolldown.forceUpdate.test.ts 8✅ 812s

❌ test/sequential/rolldown.cancel.test.ts

❌ Active Sequencer -> Active -> canceled update -> Can not leave
	Error: expect(received).toEqual(expected) // deep equality
❌ GIVEN a slashed sequencer, WHEN slashed it can not provide any update / cancel until the next session ( if gets elected )
	Error: expect(received).not.toContain(expected) // indexOf
✅ 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

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-a4a85010-b3f8-11ef-8ce0-85f8e022dd09.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-rolldown

test/sequential/rolldown.cancel.test.ts ► Active Sequencer -> Active -> canceled update -> Can not leave

Failed test found in:
  e2eTests/reports/junit.xml-a4a85010-b3f8-11ef-8ce0-85f8e022dd09.xml
Error:
  Error: expect(received).toEqual(expected) // deep equality
Raw output
Error: expect(received).toEqual(expected) // deep equality

Expected: 0
Received: 1
    at expectExtrinsicSucceed (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/utils.ts:806:31)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rolldown.cancel.test.ts:114:5
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-a4a85010-b3f8-11ef-8ce0-85f8e022dd09.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-rolldown

test/sequential/rolldown.cancel.test.ts ► GIVEN a slashed sequencer, WHEN slashed it can not provide any update / cancel until the next session ( if gets elected )

Failed test found in:
  e2eTests/reports/junit.xml-a4a85010-b3f8-11ef-8ce0-85f8e022dd09.xml
Error:
  Error: expect(received).not.toContain(expected) // indexOf
Raw output
Error: expect(received).not.toContain(expected) // indexOf

Expected value: not "0x97c74d363e4c5f52dcbf735a39581db2d5d0061d"
Received array:     ["0x97c74d363e4c5f52dcbf735a39581db2d5d0061d", "0x1e768d116327e0c275f33649047b5cd1d36af2fa"]
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rolldown.cancel.test.ts:156:41
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rolldown.cancel.test.ts:8:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)