Skip to content

Merge branch 'eth-rollup-develop' into feature/rolldown_on_idle_hook

Sign in for the full log view
GitHub Actions / E2E report yarn test-poolliquidity failed Nov 27, 2024 in 1s

E2E report yarn test-poolliquidity ❌

Tests failed

❌ e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

17 tests were completed in 127s with 0 passed, 17 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts 8❌ 125s
test/parallel/xyk-pallet.API.pool.deactivatedPromotedPool.test.ts 2❌ 47s
test/parallel/xyk-pallet.API.poolLiqidity.activateLiqudity.test.ts 2❌ 35s
test/parallel/xyk-pallet.API.poolLiqudity.burnTokens.test.ts 2❌ 35s
test/parallel/xyk-pallet.API.poolLiqudity.multipleUserRewards.test.ts 2❌ 35s
test/parallel/xyk-pallet.API.poolLiqudity.sepClaimRewards.test.ts 1❌ 35s

❌ test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts

❌ GIVEN deactivated pool WHEN another user tries to create an equal pool THEN error returns
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN deactivated pool WHEN another user tries to mint liquidity in the pool THEN user can do this
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN deactivated pool WHEN the user mints liquidity in the pool again THEN liquidity IDs are equal
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN deactivated pool WHEN the user tries to swap/multiswap tokens on the deactivated pool THEN error returns
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN deactivated pool WHEN sudo try to promote a pool THEN poolPromotion is updated
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN deactivated pool WHEN a bootstrap is scheduled for the existing pair THEN the operation fail with pool already exist.
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN deactivated pool WHEN call RPCs that work with the pools (e.g., calculate_buy_price_id) THEN zero returns
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN deactivated pool WHEN user tries to activate the pool THEN error returns
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/parallel/xyk-pallet.API.pool.deactivatedPromotedPool.test.ts

❌ GIVEN user create a pool, wait for rewards and then deactivate the pool WHEN call RPC calculate_rewards_amount for this user AND user tries to claim rewards THEN value of amount returns AND rewards are claimed
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ GIVEN  user create a pool, wait for rewards and then deactivate the pool WHEN the user tries to compound reward on a deactivated pool THEN error returns
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/parallel/xyk-pallet.API.poolLiqidity.activateLiqudity.test.ts

❌ GIVEN a proofOfStake.updatePoolPromotion WHEN the liq token is a regular token, extrinsic fail
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ Check that a user that deactivate some tokens, put liquidity tokens from frozen to free, then activate some tokens and put liquidity tokens from free to frozen
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/parallel/xyk-pallet.API.poolLiqudity.burnTokens.test.ts

❌ Check that a user can burn tokens when they are activated, and when burning the free, those subtracted first
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ Check that a user can burn some tokens on a non-promoted pool
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/parallel/xyk-pallet.API.poolLiqudity.multipleUserRewards.test.ts

❌ Users minted a different number of tokens THEN they receive an equivalent amount of rewards
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ One user mints X tokens, other mints those X tokens but splitted in 5 mints at the same block, rewards are equal
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/parallel/xyk-pallet.API.poolLiqudity.sepClaimRewards.test.ts

❌ One user claim all the rewards on every session and other user claim them at the 3rd session, the sum of rewards are equal
	TypeError: Cannot read properties of undefined (reading 'createPool')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN another user tries to create an equal pool THEN error returns

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN another user tries to mint liquidity in the pool THEN user can do this

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN the user mints liquidity in the pool again THEN liquidity IDs are equal

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN the user tries to swap/multiswap tokens on the deactivated pool THEN error returns

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN sudo try to promote a pool THEN poolPromotion is updated

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN a bootstrap is scheduled for the existing pair THEN the operation fail with pool already exist.

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN call RPCs that work with the pools (e.g., calculate_buy_price_id) THEN zero returns

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN user tries to activate the pool THEN error returns

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPool.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPromotedPool.test.ts ► GIVEN user create a pool, wait for rewards and then deactivate the pool WHEN call RPC calculate_rewards_amount for this user AND user tries to claim rewards THEN value of amount return...

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPromotedPool.test.ts:69:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPromotedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.pool.deactivatedPromotedPool.test.ts ► GIVEN user create a pool, wait for rewards and then deactivate the pool WHEN the user tries to compound reward on a deactivated pool THEN error returns

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.pool.deactivatedPromotedPool.test.ts:69:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.pool.deactivatedPromotedPool.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.xml

See this annotation in the file changed.

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

test/parallel/xyk-pallet.API.poolLiqidity.activateLiqudity.test.ts ► GIVEN a proofOfStake.updatePoolPromotion WHEN the liq token is a regular token, extrinsic fail

Failed test found in:
  e2eTests/reports/junit.xml-272e6160-acaf-11ef-89ff-a3558a014592.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.poolLiqidity.activateLiqudity.test.ts:60:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/parallel/xyk-pallet.API.poolLiqidity.activateLiqudity.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)