Skip to content
GitHub Actions / E2E report yarn test-seqgasless failed Nov 22, 2024 in 0s

E2E report yarn test-seqgasless ❌

Tests failed

❌ e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

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

Test suite Passed Failed Skipped Time
test/sequential/feeLock.API.config.test.ts 4❌ 60s
test/sequential/feeLock.API.feePayment.sequential.test.ts 3❌ 14s

❌ test/sequential/feeLock.API.config.test.ts

❌ gasless- GIVEN a non sudo user WHEN feeLock configuration extrinsic is submitted THEN it fails with RequireSudo
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ gasless- GIVEN an empty feeLock configuration (all options empty) WHEN sudo submit the extrinsic THEN Tx fails because insufficient params
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ gasless- GIVEN a feeLock WHEN periodLength and feeLockAmount are set THEN extrinsic succeed and feeLock is correctly configured
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ gasless- Changing feeLock config parameter on the fly is works robustly. Either automatic or manual unlocks the tokens
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/sequential/feeLock.API.feePayment.sequential.test.ts

❌ gasless- GIVEN a feeLock configured (only Time and Amount ) WHEN the user swaps AND the user has not enough MGAs and has enough TURs THEN the extrinsic fails on submission
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ gasless- GIVEN a feeLock configured (only Time and Amount )  WHEN the user swaps AND the user does not have enough MGAs THEN the extrinsic fails on submission
	TypeError: Cannot read properties of undefined (reading 'createPool')
❌ gasless- Given a feeLock correctly configured (only Time and Amount ) WHEN the user swaps AND the user has enough MGAs THEN the extrinsic is correctly submitted
	TypeError: Cannot read properties of undefined (reading 'createPool')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

See this annotation in the file changed.

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

test/sequential/feeLock.API.config.test.ts ► gasless- GIVEN a non sudo user WHEN feeLock configuration extrinsic is submitted THEN it fails with RequireSudo

Failed test found in:
  e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.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/sequential/feeLock.API.config.test.ts:61:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/feeLock.API.config.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

See this annotation in the file changed.

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

test/sequential/feeLock.API.config.test.ts ► gasless- GIVEN an empty feeLock configuration (all options empty) WHEN sudo submit the extrinsic THEN Tx fails because insufficient params

Failed test found in:
  e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.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/sequential/feeLock.API.config.test.ts:61:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/feeLock.API.config.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

See this annotation in the file changed.

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

test/sequential/feeLock.API.config.test.ts ► gasless- GIVEN a feeLock WHEN periodLength and feeLockAmount are set THEN extrinsic succeed and feeLock is correctly configured

Failed test found in:
  e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.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/sequential/feeLock.API.config.test.ts:61:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/feeLock.API.config.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

See this annotation in the file changed.

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

test/sequential/feeLock.API.config.test.ts ► gasless- Changing feeLock config parameter on the fly is works robustly. Either automatic or manual unlocks the tokens

Failed test found in:
  e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.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/sequential/feeLock.API.config.test.ts:61:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/feeLock.API.config.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

See this annotation in the file changed.

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

test/sequential/feeLock.API.feePayment.sequential.test.ts ► gasless- GIVEN a feeLock configured (only Time and Amount ) WHEN the user swaps AND the user has not enough MGAs and has enough TURs THEN the extrinsic fails on submission

Failed test found in:
  e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.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/sequential/feeLock.API.feePayment.sequential.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/feeLock.API.feePayment.sequential.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

See this annotation in the file changed.

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

test/sequential/feeLock.API.feePayment.sequential.test.ts ► gasless- GIVEN a feeLock configured (only Time and Amount ) WHEN the user swaps AND the user does not have enough MGAs THEN the extrinsic fails on submission

Failed test found in:
  e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.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/sequential/feeLock.API.feePayment.sequential.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/feeLock.API.feePayment.sequential.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.xml

See this annotation in the file changed.

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

test/sequential/feeLock.API.feePayment.sequential.test.ts ► gasless- Given a feeLock correctly configured (only Time and Amount ) WHEN the user swaps AND the user has enough MGAs THEN the extrinsic is correctly submitted

Failed test found in:
  e2eTests/reports/junit.xml-c55d7f90-a86f-11ef-9fbc-494cdf4ece46.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/sequential/feeLock.API.feePayment.sequential.test.ts:80:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/feeLock.API.feePayment.sequential.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)