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(develop): Update workflow caching to fix faiiling github action used before #778

Merged
merged 7 commits into from
Jul 8, 2024

Merge branch 'develop' into ci/fix-caching-steps

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

FIX(develop): Update workflow caching to fix faiiling github action used before #778

Merge branch 'develop' into ci/fix-caching-steps
3bbcc6f
Select commit
Loading
Failed to load commit list.
GitHub Actions / E2E report yarn test-sequential-autocompound succeeded Jul 8, 2024 in 1s

E2E report yarn test-sequential-autocompound ✅

Tests passed successfully

✅ e2eTests/reports/junit.xml-9e3eb5b0-3d07-11ef-bab8-4953a8dd4ca5.xml

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

Test suite Passed Failed Skipped Time
test/sequential/rewardsv2.poolLiquidityRewards.test.ts 4✅ 540s
test/story/rewardsStory.test.ts 3✅ 348s

✅ 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
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

✅ 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