Skip to content

Feature/stable pool mgx 1307 (#838) #739

Feature/stable pool mgx 1307 (#838)

Feature/stable pool mgx 1307 (#838) #739

GitHub Actions / E2E report yarn test-experimentalStaking failed Nov 26, 2024 in 0s

E2E report yarn test-experimentalStaking ❌

Tests failed

❌ e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml

7 tests were completed in 666s with 1 passed, 6 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts 3❌ 48s
test/staking/API.valuations.test.ts 3❌ 53s
test/staking/happyPath.staking.test.ts 1✅ 564s

❌ test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts

❌ A user can delegate more using liq token
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
❌ A User with free tokens can join as collator
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
❌ A user can schedule and execute bond more
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')

❌ test/staking/API.valuations.test.ts

Collators: MinCandidateStk limit
  ❌ Min Mangatas to be a collator matches with minLiq.
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
  ❌ Min Mangatas -1 will make joinCollator fail
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
  ❌ Min Mangatas +1 will make joinCollator work
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')

✅ test/staking/happyPath.staking.test.ts

HappyPath - staking - a collator producing blocks
  ✅ A user that have plenty of vested tokens can be a collator

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts ► A user can delegate more using liq token

Failed test found in:
  e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Raw output
TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
    at Function.mintLiquidity (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:27:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:92:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts ► A User with free tokens can join as collator

Failed test found in:
  e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Raw output
TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
    at Function.mintLiquidity (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:27:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:92:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts ► A user can schedule and execute bond more

Failed test found in:
  e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Raw output
TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
    at Function.mintLiquidity (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:27:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:92:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml

See this annotation in the file changed.

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

test/staking/API.valuations.test.ts ► Collators: MinCandidateStk limit ► Min Mangatas to be a collator matches with minLiq.

Failed test found in:
  e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Raw output
TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
    at mintLiquidity (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/gasp-sdk/index.js:3854:25)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml

See this annotation in the file changed.

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

test/staking/API.valuations.test.ts ► Collators: MinCandidateStk limit ► Min Mangatas -1 will make joinCollator fail

Failed test found in:
  e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Raw output
TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
    at mintLiquidity (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/gasp-sdk/index.js:3854:25)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml

See this annotation in the file changed.

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

test/staking/API.valuations.test.ts ► Collators: MinCandidateStk limit ► Min Mangatas +1 will make joinCollator work

Failed test found in:
  e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Raw output
TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
    at mintLiquidity (/home/runner/_work/mangata-node/mangata-node/e2eTests/node_modules/gasp-sdk/index.js:3854:25)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)