Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/seq dies #853

Merged
merged 3 commits into from
Dec 5, 2024

fmt

c14d87e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix/seq dies #853

fmt
c14d87e
Select commit
Loading
Failed to load commit list.
GitHub Actions / E2E report yarn test-sequential-autocompound failed Dec 5, 2024 in 1s

E2E report yarn test-sequential-autocompound ❌

Tests failed

❌ e2eTests/reports/junit.xml-f15bcf00-b30c-11ef-b1c1-7b491769744e.xml

7 tests were completed in 228s with 4 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/sequential/rewardsv2.poolLiquidityRewards.test.ts 2✅ 2❌ 144s
test/story/rewardsStory.test.ts 2✅ 1❌ 84s

❌ test/sequential/rewardsv2.poolLiquidityRewards.test.ts

rewards v2 tests › Error cases
  ❌ Given a user with Liquidity on non promoted pool When tries to activate Then extrinsic fail
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
rewards v2 tests › A user can get rewards
  ✅ Given a user with Liquidity activated When tries to deactivate Then the user gets all tokens burn and rewards amount are readable in RPC THEN the user can claim them
  ✅ Given a user with Liquidity activated When tries to burn some Then the user gets automatically deactivated that amount And rewards are stored in NotYetClaimed section in rewards info
  ❌ Given a user with Liquidity activated When tries to mint some more Then the user activated amount will grow on that value
	TypeError: Cannot read properties of undefined (reading 'mintLiquidity')

❌ test/story/rewardsStory.test.ts

Story tests > Rewards - autocompound
  ✅ Given a user1 with minted tokens when two sessions happen, then there are available rewards
  ✅ Given a user2 WHEN available rewards can claim and mgas are increased
  ❌ Given a user3 WHEN available rewards can autocompund
	TypeError: Cannot read properties of undefined (reading 'compoundRewards')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-f15bcf00-b30c-11ef-b1c1-7b491769744e.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/sequential/rewardsv2.poolLiquidityRewards.test.ts ► rewards v2 tests › Error cases ► Given a user with Liquidity on non promoted pool When tries to activate Then extrinsic fail

Failed test found in:
  e2eTests/reports/junit.xml-f15bcf00-b30c-11ef-b1c1-7b491769744e.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-f15bcf00-b30c-11ef-b1c1-7b491769744e.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/sequential/rewardsv2.poolLiquidityRewards.test.ts ► rewards v2 tests › A user can get rewards ► Given a user with Liquidity activated When tries to mint some more Then the user activated amount will grow on that value

Failed test found in:
  e2eTests/reports/junit.xml-f15bcf00-b30c-11ef-b1c1-7b491769744e.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-f15bcf00-b30c-11ef-b1c1-7b491769744e.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/story/rewardsStory.test.ts ► Story tests > Rewards - autocompound ► Given a user3 WHEN available rewards can autocompund

Failed test found in:
  e2eTests/reports/junit.xml-f15bcf00-b30c-11ef-b1c1-7b491769744e.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'compoundRewards')
Raw output
TypeError: Cannot read properties of undefined (reading 'compoundRewards')
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/tx.ts:1095:16
    at Generator.next (<anonymous>)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/tx.ts:13:71
    at new Promise (<anonymous>)
    at __awaiter (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/tx.ts:9:12)
    at compoundRewards (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/tx.ts:684:12)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:98:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)