Skip to content

Reject update that doesnt provide new info #756

Reject update that doesnt provide new info

Reject update that doesnt provide new info #756

GitHub Actions / E2E report yarn test-rewards-bootstrap failed Nov 29, 2024 in 0s

E2E report yarn test-rewards-bootstrap ❌

Tests failed

❌ e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

7 tests were completed in 102s with 0 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/sequential/bootstrap.configuration.test.ts 2❌ 54s
test/sequential/bootstrap.updatePromotion.test.ts 1❌ 36s
test/sequential/xyk-pallet.asset.bootstrap.register.test.ts 4❌ 12s

❌ test/sequential/bootstrap.configuration.test.ts

❌ bootstrap - Check non-sudo user cannot start bootstrap
	Error: thrown: Object {
❌ bootstrap - Check happy path bootstrap with one user
	Error: thrown: Object {

❌ test/sequential/bootstrap.updatePromotion.test.ts

❌ bootstrap - Check possibility to change promoteBootstrapPool in each phase
	Error: expect(received).toContain(expected) // indexOf

❌ test/sequential/xyk-pallet.asset.bootstrap.register.test.ts

❌ register asset with xyk disabled and try to schedule bootstrap, expect to success
	Error:   --- TX Mapping issue ---
❌ register asset with xyk enabled and try to schedule bootstrap, expect to success
	Error:   --- TX Mapping issue ---
❌ try to schedule bootstrap for token when does not have AssetRegistry, expect to success
	Error:   --- TX Mapping issue ---
❌ register asset without asset metadata  and try to schedule bootstrap, expect to success
	Error:   --- TX Mapping issue ---

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

See this annotation in the file changed.

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

test/sequential/bootstrap.configuration.test.ts ► bootstrap - Check non-sudo user cannot start bootstrap

Failed test found in:
  e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.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.configuration.test.ts:61: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)

Check failure on line 0 in e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

See this annotation in the file changed.

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

test/sequential/bootstrap.configuration.test.ts ► bootstrap - Check happy path bootstrap with one user

Failed test found in:
  e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.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.configuration.test.ts:75: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)

Check failure on line 0 in e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

See this annotation in the file changed.

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

test/sequential/bootstrap.updatePromotion.test.ts ► bootstrap - Check possibility to change promoteBootstrapPool in each phase

Failed test found in:
  e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.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\":\"0x14000000\"}}}"
    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.updatePromotion.test.ts:85:9
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/bootstrap.updatePromotion.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

See this annotation in the file changed.

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

test/sequential/xyk-pallet.asset.bootstrap.register.test.ts ► register asset with xyk disabled and try to schedule bootstrap, expect to success

Failed test found in:
  e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml
Error:
  Error:   --- TX Mapping issue --- 
Raw output
Error:   --- TX Mapping issue --- 
    at getEventResultFromMangataTx (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/txHandler.ts:169:11)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/User.ts:199:29
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

See this annotation in the file changed.

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

test/sequential/xyk-pallet.asset.bootstrap.register.test.ts ► register asset with xyk enabled and try to schedule bootstrap, expect to success

Failed test found in:
  e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml
Error:
  Error:   --- TX Mapping issue --- 
Raw output
Error:   --- TX Mapping issue --- 
    at getEventResultFromMangataTx (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/txHandler.ts:169:11)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/User.ts:199:29
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

See this annotation in the file changed.

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

test/sequential/xyk-pallet.asset.bootstrap.register.test.ts ► try to schedule bootstrap for token when does not have AssetRegistry, expect to success

Failed test found in:
  e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml
Error:
  Error:   --- TX Mapping issue --- 
Raw output
Error:   --- TX Mapping issue --- 
    at getEventResultFromMangataTx (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/txHandler.ts:169:11)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/User.ts:199:29
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml

See this annotation in the file changed.

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

test/sequential/xyk-pallet.asset.bootstrap.register.test.ts ► register asset without asset metadata and try to schedule bootstrap, expect to success

Failed test found in:
  e2eTests/reports/junit.xml-eeea8210-ae44-11ef-a784-93e7ffafa284.xml
Error:
  Error:   --- TX Mapping issue --- 
Raw output
Error:   --- TX Mapping issue --- 
    at getEventResultFromMangataTx (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/txHandler.ts:169:11)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/User.ts:199:29
    at processTicksAndRejections (node:internal/process/task_queues:95:5)