Skip to content

Feature/stable pool mgx 1307 #713

Feature/stable pool mgx 1307

Feature/stable pool mgx 1307 #713

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

E2E report yarn test-experimentalStaking ❌

Tests failed

❌ e2eTests/reports/junit.xml-09caa120-a871-11ef-a498-737ec22b3b64.xml

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

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

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

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

❌ 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 'createPool')
  ❌ Min Mangatas -1 will make joinCollator fail
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ Min Mangatas +1 will make joinCollator work
	TypeError: Cannot read properties of undefined (reading 'createPool')

✅ 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-09caa120-a871-11ef-a498-737ec22b3b64.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-09caa120-a871-11ef-a498-737ec22b3b64.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:73: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-09caa120-a871-11ef-a498-737ec22b3b64.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-09caa120-a871-11ef-a498-737ec22b3b64.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:73: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-09caa120-a871-11ef-a498-737ec22b3b64.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-09caa120-a871-11ef-a498-737ec22b3b64.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts:73: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-09caa120-a871-11ef-a498-737ec22b3b64.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-09caa120-a871-11ef-a498-737ec22b3b64.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/staking/API.valuations.test.ts:75:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/staking/API.valuations.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-09caa120-a871-11ef-a498-737ec22b3b64.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-09caa120-a871-11ef-a498-737ec22b3b64.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/staking/API.valuations.test.ts:75:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/staking/API.valuations.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-09caa120-a871-11ef-a498-737ec22b3b64.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-09caa120-a871-11ef-a498-737ec22b3b64.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/staking/API.valuations.test.ts:75:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/staking/API.valuations.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)