on-demand-test #42
Triggered via repository dispatch
October 3, 2025 10:39
avara-trigger-e2e-tests[bot]
on-demand-test
7cbff6a
Status
Failure
Total duration
3m 6s
Artifacts
–
Annotations
6 errors
|
All Tests
Process completed with exit code 1.
|
|
packages/spec/supply/business.spec.ts > Aave V4 Supply Scenarios > Given a user and a Reserve > When the user supplies tokens > Then the user's supply positions are updated > And the supplied tokens are set as collateral by default:
packages/spec/supply/business.spec.ts#L78
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ packages/spec/supply/business.spec.ts:78:48
|
|
packages/spec/repay/business.spec.ts > Aave V4 Repay Scenario > Given a user with a borrow position > When the user repays a partial amount of their loan:
packages/spec/repay/business.spec.ts#L86
InvariantError: Expected result to be Ok: Transaction failed: 0x2676b0c83a243589fbe006b0d10e2a05c32a8b7f78c7b9e396689216c2e262c6
❯ v packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/repay/business.spec.ts:86:9
|
|
packages/spec/positions/business.spec.ts > Aave V4 Health Factor Positions Scenarios > Given a user with a one supply position as collateral > And the user has a one borrow position:
packages/spec/positions/business.spec.ts#L72
InvariantError: Expected result to be Ok: Transaction failed: 0x9c70d1e833b94d4dee4c39bd18fef3f6da3197f03de8cea3a3ba17d6ef3b0c3c
❯ v packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/positions/business.spec.ts:72:9
|
|
packages/spec/misc/hub.spec.ts > Aave V4 Hub Scenarios > Given a user who wants to know assets in a hub > When fetching assets in a hub > Then it should return the expected data for assets in a hub:
packages/spec/misc/hub.spec.ts#L98
AssertionError: expected [ …(2) ] to match object { __typename: 'Hub', …(4) }
- Expected:
{
"__typename": "Hub",
"address": "0x4BB8658261CCF575Cb6148a257BE34b36D3D057f",
"chain": {
"__typename": "Chain",
"chainId": 1,
"explorerUrl": "https://etherscan.io",
"icon": "https://statics.aave.com/ethereum.svg",
"isTestnet": false,
"name": "Ethereum",
"nativeInfo": {
"__typename": "TokenInfo",
"decimals": 18,
"icon": "https://statics.aave.com/ethereum.svg",
"name": "Ether",
"symbol": "ETH",
},
"nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
},
"name": "ISO Stable",
"summary": {
"__typename": "HubSummary",
"totalBorrowCap": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "4759295.95",
},
"totalBorrowed": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "0.10",
},
"totalSupplied": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "288.70",
},
"totalSupplyCap": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "10968341.70",
},
},
}
+ Received:
[
{
"__typename": "HubAsset",
"assetId": "0",
"hub": {
"__typename": "Hub",
"address": "0x4BB8658261CCF575Cb6148a257BE34b36D3D057f",
"chain": {
"__typename": "Chain",
"chainId": 1,
"explorerUrl": "https://etherscan.io",
"icon": "https://statics.aave.com/ethereum.svg",
"isTestnet": false,
"name": "Ethereum",
"nativeInfo": {
"__typename": "TokenInfo",
"decimals": 18,
"icon": "https://statics.aave.com/ethereum.svg",
"name": "Ether",
"symbol": "ETH",
},
"nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
},
"name": "ISO Stable",
"summary": {
"__typename": "HubSummary",
"totalBorrowCap": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "4759295.95",
},
"totalBorrowed": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "0.10",
},
"totalSupplied": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "288.70",
},
"totalSupplyCap": {
"__typename": "FiatAmount",
"name": "USD",
"symbol": "$",
"value": "10968341.70",
},
},
},
"settings": {
"__typename": "HubAssetSettings",
"feeReceiver": "0x4B643A17BB9Bc4186617fD4F29A75Ae4350F6e53",
"irStrategy": "0xa5ea1c565fd011897233CA97b610B3f167253BBB",
"liquidityFee": {
"__typename": "PercentValue",
"decimals": 4,
"formatted": "10.00",
"raw": 1000n,
"value": "0.10",
},
"reinvestmentController": null,
},
"summary": {
"__typename": "HubAssetSummary",
"availableLiquidity": "233.363616",
"borrowApy": {
"__typename": "PercentValue",
"decimals": 27,
"formatted": "0.00",
"raw": 25663387114154885245630n,
"value": "0.00002566338711415488524563",
},
"borrowed": "0.100224",
"netApy": {
"__typename": "PercentValue",
"decimals": 27,
"formatted": "0.00",
"raw": 9915362222495371862n,
"value": "0.000000009915362222495371862",
},
"supplied": "233.463839",
"supplyApy": {
"__typename": "PercentValue",
"decimals": 27,
"formatted": "0.00",
"raw": 9915362222495371862n,
"value": "0.000000009915362222495371862",
},
"utilizationRate": {
"__typename": "PercentValue",
"decimals": 27,
"formatted": "0.04",
"raw": 429291319803529317430913n,
"value": "0.000429291319803529317430913",
},
},
|
|
packages/spec/borrow/business.spec.ts > Aave V4 Borrow Scenarios > Given a user with a supply position as collateral > When the user borrows an ERC20 asset > Then the user's borrow positions are updated:
packages/spec/borrow/business.spec.ts#L69
InvariantError: Expected result to be Ok: Transaction failed: 0x1cebd9a9f27ac51f240a9f2ca3e72d1cc3edec492f2cfa23acca6eaec012e892
❯ v packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/borrow/business.spec.ts:69:9
|