Feature/stable pool mgx 1307 #713
E2E report yarn test-maintenance ❌
❌ e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
25 tests were completed in 714s with 17 passed, 8 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
test/sequential/maintenance-pallet.api.rolldown.test.ts | 16✅ | 642s | ||
test/sequential/xyk-pallet.api.maintenance-config.test.ts | 3❌ | 18s | ||
test/sequential/xyk-pallet.api.maintenance-rules.test.ts | 1✅ | 5❌ | 54s |
✅ test/sequential/maintenance-pallet.api.rolldown.test.ts
On [mm] - regular l1 updates must be forbidden › On [%s] - regular l1 updates must be forbidden
✅ updateL2fromL1 operation is not allowed in mm
✅ withdraw operation is not allowed in mm
✅ cancelRequestsFromL1 operation is not allowed in mm
✅ forceCancelRequestsFromL1 operation is not allowed in mm
✅ forceUpdateL2fromL1 operation is not allowed in mm
✅ sequencerSetup operations are allowed in mm
✅ sequencerTearDown operations are allowed in mm
✅ Update is blocked on maintenance mode but works on upgradeability
On [upgradabilityMm] - regular l1 updates must be forbidden › On [%s] - regular l1 updates must be forbidden
✅ updateL2fromL1 operation is not allowed in mm
✅ withdraw operation is not allowed in mm
✅ cancelRequestsFromL1 operation is not allowed in mm
✅ forceCancelRequestsFromL1 operation is not allowed in mm
✅ forceUpdateL2fromL1 operation is not allowed in mm
✅ sequencerSetup operations are allowed in mm
✅ sequencerTearDown operations are allowed in mm
✅ Update is blocked on maintenance mode but works on upgradeability
❌ test/sequential/xyk-pallet.api.maintenance-config.test.ts
❌ maintenance- try to change Maintenance Mode with a non-foundation account THEN it failed
TypeError: Cannot read properties of undefined (reading 'createPool')
❌ check UpgradabilityOn can only be set after MaintenanceModeOn is set and MaintenanceMode works without UpgradabilityOn
TypeError: Cannot read properties of undefined (reading 'createPool')
❌ maintenance- check we can sell MGX tokens and compoundRewards THEN switch maintenanceMode to on, repeat the operation and receive error
TypeError: Cannot read properties of undefined (reading 'createPool')
❌ test/sequential/xyk-pallet.api.maintenance-rules.test.ts
On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed
❌ multiswapSellAsset operation is not allowed in mm
TypeError: Cannot read properties of undefined (reading 'createPool')
❌ multiswapBuyAsset operation is not allowed in mm
TypeError: Cannot read properties of undefined (reading 'createPool')
❌ sellAsset operation is not allowed in mm
TypeError: Cannot read properties of undefined (reading 'createPool')
❌ buyAsset operation is not allowed in mm
TypeError: Cannot read properties of undefined (reading 'createPool')
❌ provideLiquidity operation is not allowed in mm
TypeError: Cannot read properties of undefined (reading 'createPool')
On Maintenance mode - aggregators and candidates are allowed
✅ Join as candidate , Aggregate metadata and update CandidateAgg runs on Mm
Annotations
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-config.test.ts ► maintenance- try to change Maintenance Mode with a non-foundation account THEN it failed
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/xyk-pallet.api.maintenance-config.test.ts:69:11
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.api.maintenance-config.test.ts:4:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-config.test.ts ► check UpgradabilityOn can only be set after MaintenanceModeOn is set and MaintenanceMode works without UpgradabilityOn
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/xyk-pallet.api.maintenance-config.test.ts:69:11
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.api.maintenance-config.test.ts:4:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-config.test.ts ► maintenance- check we can sell MGX tokens and compoundRewards THEN switch maintenanceMode to on, repeat the operation and receive error
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/xyk-pallet.api.maintenance-config.test.ts:69:11
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.api.maintenance-config.test.ts:4:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► multiswapSellAsset operation is not allowed in mm
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/utils/setup.ts:155:11
at Array.forEach (<anonymous>)
at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:153:12
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:4:58)
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► multiswapBuyAsset operation is not allowed in mm
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/utils/setup.ts:155:11
at Array.forEach (<anonymous>)
at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:153:12
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:4:58)
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► sellAsset operation is not allowed in mm
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/utils/setup.ts:155:11
at Array.forEach (<anonymous>)
at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:153:12
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:4:58)
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► buyAsset operation is not allowed in mm
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/utils/setup.ts:155:11
at Array.forEach (<anonymous>)
at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:153:12
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:4:58)
Check failure on line 0 in e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.xml
github-actions / E2E report yarn test-maintenance
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► provideLiquidity operation is not allowed in mm
Failed test found in:
e2eTests/reports/junit.xml-3bdc7850-a871-11ef-9c0e-a397d9e391ce.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/utils/setup.ts:155:11
at Array.forEach (<anonymous>)
at /home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:153:12
at Generator.next (<anonymous>)
at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/setup.ts:4:58)