Skip to content
GitHub Actions / E2E report yarn test-bootstrap failed Nov 22, 2024 in 1s

E2E report yarn test-bootstrap ❌

Tests failed

❌ e2eTests/reports/junit.xml-c84becf0-a86f-11ef-bea0-cd38bd3b04a3.xml

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

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

❌ 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
	TypeError: Cannot read properties of undefined (reading 'createPool')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-c84becf0-a86f-11ef-bea0-cd38bd3b04a3.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-c84becf0-a86f-11ef-bea0-cd38bd3b04a3.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-c84becf0-a86f-11ef-bea0-cd38bd3b04a3.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-c84becf0-a86f-11ef-bea0-cd38bd3b04a3.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-c84becf0-a86f-11ef-bea0-cd38bd3b04a3.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-c84becf0-a86f-11ef-bea0-cd38bd3b04a3.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/tx.ts:422:16
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/tx.ts:10:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)