on-demand-test #204
Triggered via repository dispatch
November 14, 2025 09:22
avara-trigger-e2e-tests[bot]
on-demand-test
766e580
Status
Failure
Total duration
7m 12s
Artifacts
–
Annotations
10 errors
|
packages/spec/withdraw/business.spec.ts > Withdrawing Assets on Aave V4 > Given a user and a reserve that supports withdrawals in native tokens > When the user withdraws all of their supplied native tokens > Then the user receives the full amount in native tokens and their supply position is closed:
packages/spec/withdraw/business.spec.ts#L172
InvariantError: Expected result to be Ok: Service Unavailable
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/withdraw/business.spec.ts:172:7
|
|
packages/spec/withdraw/business.spec.ts > Withdrawing Assets on Aave V4 > Given a user and a reserve that supports withdrawals in native tokens > When the user withdraws part of their supplied native tokens > Then the user receives the partial amount in native tokens and their supply position is updated:
packages/spec/withdraw/business.spec.ts#L172
InvariantError: Expected result to be Ok: Service Unavailable
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/withdraw/business.spec.ts:172:7
|
|
packages/spec/withdraw/business.spec.ts > Withdrawing Assets on Aave V4 > Given a user and a reserve with an active supply position > When the user withdraws all of their supplied tokens > Then the user's supply position is closed and the full amount is withdrawn:
packages/spec/withdraw/business.spec.ts#L149
InvariantError: Expected result to be Ok: Service Unavailable
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/withdraw/business.spec.ts:149:9
|
|
packages/spec/tools/balances.spec.ts > Querying User Balances on Aave V4 > Given a user with one supply position and multiple tokens to use on the protocol:
packages/spec/tools/balances.spec.ts#L53
InvariantError: Expected result to be Ok: Service Unavailable
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/tools/balances.spec.ts:53:7
|
|
packages/spec/repay/business.spec.ts > Repaying Loans on Aave V4 > Given a user and a reserve with an active borrow position > When the user repays a partial amount of the loan using a valid permit signature > Then the repayment is processed without requiring prior ERC20 approval:
packages/spec/repay/business.spec.ts#L273
InvariantError: Expected result to be Ok: Transaction failed: 0xe424c02797279d76d36949ad584da4c8e5fa63bd24728f97d6b79b8e5a753da8
→ View on explorer: https://dashboard.tenderly.co/tx/0xe424c02797279d76d36949ad584da4c8e5fa63bd24728f97d6b79b8e5a753da8
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/repay/business.spec.ts:273:9
|
|
packages/spec/positions/userSupplies.spec.ts > Querying User Supply Positions on Aave V4 > Given a user with multiple active supply positions:
packages/spec/positions/helper.ts#L50
InvariantError: Expected result to be Ok: Service Unavailable
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ recreateUserActivities packages/spec/positions/helper.ts:50:3
❯ packages/spec/positions/userSupplies.spec.ts:22:7
|
|
packages/spec/positions/userPositions.spec.ts > Querying User Positions on Aave V4 > Given a user with more than one position:
packages/spec/positions/helper.ts#L289
InvariantError: Expected result to be Ok: Service Unavailable
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ recreateUserPositions packages/spec/positions/helper.ts:289:3
❯ packages/spec/positions/userPositions.spec.ts:21:7
|
|
packages/spec/positions/userBorrows.spec.ts > Querying User Borrow Positions on Aave V4 > Given a user with multiple active borrow positions:
packages/spec/positions/helper.ts#L237
InvariantError: Expected result to be Ok: Service Unavailable
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ recreateUserBorrows packages/spec/positions/helper.ts:237:3
❯ packages/spec/positions/userBorrows.spec.ts:23:7
|
|
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 > When the user repays completely the borrow position:
packages/spec/positions/business.spec.ts#L327
InvariantError: Expected result to be Ok: Transaction failed: 0x8808d689f8f60da2f3eaa299819b3194282e598fa0b3fbfa882c44d2e8fcb0f8
→ View on explorer: https://dashboard.tenderly.co/tx/0x8808d689f8f60da2f3eaa299819b3194282e598fa0b3fbfa882c44d2e8fcb0f8
❯ R packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/positions/business.spec.ts:327:11
|
|
packages/spec/liquidity/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/liquidity/hub.spec.ts#L97
Error: Snapshot `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 1` mismatched
- Expected
+ Received
@@ -39,11 +39,11 @@
"signatureGateway": "0x94C97AE18bAeD1262eEE7596ac627d3c232e54C1",
},
"info": {
"__typename": "TokenInfo",
"decimals": 8,
- "icon": "https://token-logos.family.co/asset?id=123456789:0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf&token=cbBTC",
+ "icon": "https://token-logos.family.co/asset?id=1:0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf&token=cbBTC",
"name": "Coinbase Wrapped BTC",
"symbol": "cbBTC",
},
"isWrappedNativeToken": false,
"permitSupported": true,
❯ packages/spec/liquidity/hub.spec.ts:97:25
❯ packages/spec/liquidity/hub.spec.ts:96:22
|