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-rolldownPreOperationWithdrawal failed Dec 6, 2024 in 1s

E2E report yarn test-rolldownPreOperationWithdrawal ❌

Tests failed

❌ e2eTests/reports/junit.xml-9c6d95b0-b3d8-11ef-b3e5-bd294ed24c1c.xml

18 tests were completed in 2401s with 17 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/sequential/rolldown.withdraw.preOperation.test.ts 17✅ 1❌ 2401s

❌ test/sequential/rolldown.withdraw.preOperation.test.ts

Pre-operation withdrawal tests -
  ✅ Given <batchSize> withdrawals WHEN they run successfully THEN a batch is generated AUTOMATICALLY from that L1, from ranges of (n,n+<batchSize>-1)
  ✅ Given a withdraw extrinsic run WHEN tokens are available THEN a withdraw will happen and l2Requests will be stored waiting for batch
  ✅ Given a withdraw extrinsic run WHEN token is Eth and user has some tokens THEN a withdraw will happen and update will be stored on l2Requests and will be stored waiting for batch
  ✅ Given a withdraw in a batch extrinsic, When one of the calls fail from the batch, then tokens are reverted ( transactional )
  ✅ Given <3> withdrawals WHEN they run successfully and we wait <batchPeriod> blocks, a batch is created upon reaching the period
  ✅ Given <1> withdrawal WHEN we manually generate a batch for it THEN a batch is generated
  ✅ GIVEN <batchSize - 1> withdraws and create manualBatch And wait for a timed generation WHEN another withdrawal is submitted THEN a batch is generated
  ✅ GIVEN <batchSize - 1> withdraws and create manualBatch And wait for a timed generation WHEN create batch with <batchSize - 1> withdrawal and add another one THEN a batch is generated automatically
  ✅ GIVEN a manually generated batch, from A,B, WHEN timed happen THEN automatic batch will skip those manual ids
  ✅ GIVEN a manually generated batch, from A,B, WHEN up to 32 withdrawals happen THEN another automatic batch will run only including that missing id
  ✅ GIven a utility.batch ( batched tx of 35 and last item in the utility.batch is the mm_on ) When maintenance mode, THEN No automatic batch can happen
  ✅ Creating two merkle trees generates the same output
  ✅ Given a manually batch generation, WHEN is not the forced, THEN start-end will be calculated automatically
  ✅ Given a manually batch generation, WHEN is the forced ( sudo ) , THEN start-end must be set manually
  ✅ Given a non-forced manually generation, WHEN triggered, start will be the latest index from the last generated MAX( manual or automatically ) and last will be the latest requestId
  ✅ GIVEN a manual batch WHEN no pending requests THEN no batch is generated BUT tokens are subtracted
  ✅ GIVEN manual batch THEN requires as parameter of the Eth Chain
  ❌ GIVEN manual batch THEN requires as parameter of the Arb Chain
	Error: thrown: "method rolldown.TxBatchCreated not found within blocks limit"

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-9c6d95b0-b3d8-11ef-b3e5-bd294ed24c1c.xml

See this annotation in the file changed.

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

test/sequential/rolldown.withdraw.preOperation.test.ts ► Pre-operation withdrawal tests - ► GIVEN manual batch THEN requires as parameter of the Arb Chain

Failed test found in:
  e2eTests/reports/junit.xml-9c6d95b0-b3d8-11ef-b3e5-bd294ed24c1c.xml
Error:
  Error: thrown: "method rolldown.TxBatchCreated not found within blocks limit"
Raw output
Error: thrown: "method rolldown.TxBatchCreated not found within blocks limit"
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rolldown.withdraw.preOperation.test.ts:634:3
    at _dispatchDescribe (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rolldown.withdraw.preOperation.test.ts:46:1
    at SourceTextModule.evaluate (node:internal/vm/module:226:23)
    at Runtime.linkAndEvaluateModule (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at jestAdapter (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)