Skip to content

Merge branch 'eth-rollup-develop' into fix/reject-old-updates

Sign in for the full log view
GitHub Actions / E2E report yarn test-bootstrap failed Nov 29, 2024 in 1s

E2E report yarn test-bootstrap ❌

Tests failed

❌ e2eTests/reports/junit.xml-e0f2c370-ae44-11ef-a2db-f1252b451896.xml

3 tests were completed in 78s with 0 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/sequential/bootstrap.cancelBootstrap.test.ts 2❌ 36s
test/sequential/bootstrap.checkActivatePool.test.ts 1❌ 42s

❌ test/sequential/bootstrap.cancelBootstrap.test.ts

❌ bootstrap - Check that we can cancel bootstrap before planned
	Error: expect(received).toContain(expected) // indexOf
❌ bootstrap - Check that we can not cancel bootstrap when bootstrap event already planned or started
	Error: expect(received).toEqual(expected) // deep equality

❌ test/sequential/bootstrap.checkActivatePool.test.ts

❌ bootstrap - Check that we can not create a pool for the bootstrap token after bootstrap was declared
	Error: thrown: Object {

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-e0f2c370-ae44-11ef-a2db-f1252b451896.xml

See this annotation in the file changed.

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

test/sequential/bootstrap.cancelBootstrap.test.ts ► bootstrap - Check that we can cancel bootstrap before planned

Failed test found in:
  e2eTests/reports/junit.xml-e0f2c370-ae44-11ef-a2db-f1252b451896.xml
Error:
  Error: expect(received).toContain(expected) // indexOf
Raw output
Error: expect(received).toContain(expected) // indexOf

Expected substring: "Ok"
Received string:    "{\"err\":{\"module\":{\"index\":21,\"error\":\"0x07000000\"}}}"
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/eventListeners.ts:139:29
    at Generator.next (<anonymous>)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/eventListeners.ts:7:71
    at new Promise (<anonymous>)
    at __awaiter (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/eventListeners.ts:3:12)
    at waitSudoOperationSuccess (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/eventListeners.ts:107:12)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/bootstrap.cancelBootstrap.test.ts:70:9
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/bootstrap.cancelBootstrap.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-e0f2c370-ae44-11ef-a2db-f1252b451896.xml

See this annotation in the file changed.

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

test/sequential/bootstrap.cancelBootstrap.test.ts ► bootstrap - Check that we can not cancel bootstrap when bootstrap event already planned or started

Failed test found in:
  e2eTests/reports/junit.xml-e0f2c370-ae44-11ef-a2db-f1252b451896.xml
Error:
  Error: expect(received).toEqual(expected) // deep equality
Raw output
Error: expect(received).toEqual(expected) // deep equality

Expected: "BeforeStart"
Received: "Whitelist"
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/Bootstrap.ts:49:37
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/Bootstrap.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-e0f2c370-ae44-11ef-a2db-f1252b451896.xml

See this annotation in the file changed.

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

test/sequential/bootstrap.checkActivatePool.test.ts ► bootstrap - Check that we can not create a pool for the bootstrap token after bootstrap was declared

Failed test found in:
  e2eTests/reports/junit.xml-e0f2c370-ae44-11ef-a2db-f1252b451896.xml
Error:
  Error: thrown: Object {
Raw output
Error: thrown: Object {
  "data": "1010: Invalid Transaction: Inability to pay some fees , e.g. account balance too low",
}
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/bootstrap.checkActivatePool.test.ts:79: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)