Skip to content

Feature: Merge mangata-node repository code #2133

Feature: Merge mangata-node repository code

Feature: Merge mangata-node repository code #2133

GitHub Actions / E2E report yarn test-experimentalStaking failed Jan 21, 2025 in 0s

6 passed, 1 failed and 0 skipped

Tests failed

❌ e2eTests/reports/junit.xml-6b204340-d804-11ef-adb0-5f2fa783329b.xml

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

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

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

✅ A user can delegate more using liq token
✅ A User with free tokens can join as collator
✅ A user can schedule and execute bond more

✅ test/staking/API.valuations.test.ts

Collators: MinCandidateStk limit
  ✅ Min Mangatas to be a collator matches with minLiq.
  ✅ Min Mangatas -1 will make joinCollator fail
  ✅ Min Mangatas +1 will make joinCollator work

❌ test/staking/happyPath.staking.test.ts

HappyPath - staking - a collator producing blocks
  ❌ A user that have plenty of vested tokens can be a collator
	TypeError: Cannot read properties of undefined (reading 'Ports')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-6b204340-d804-11ef-adb0-5f2fa783329b.xml

See this annotation in the file changed.

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

test/staking/happyPath.staking.test.ts ► HappyPath - staking - a collator producing blocks ► A user that have plenty of vested tokens can be a collator

Failed test found in:
  e2eTests/reports/junit.xml-6b204340-d804-11ef-adb0-5f2fa783329b.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'Ports')
Raw output
TypeError: Cannot read properties of undefined (reading 'Ports')
    at /home/runner/_work/gasp-monorepo/gasp-monorepo/e2eTests/test/staking/happyPath.staking.test.ts:177:28
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/gasp-monorepo/gasp-monorepo/e2eTests/test/staking/happyPath.staking.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)