on-demand-test #196
Triggered via repository dispatch
November 12, 2025 23:31
avara-trigger-e2e-tests[bot]
on-demand-test
fd3145a
Status
Failure
Total duration
8m 27s
Artifacts
–
Annotations
5 errors
|
All Tests
Process completed with exit code 1.
|
|
packages/spec/borrow/business.spec.ts > Feature: Borrowing Assets on Aave V4 > Given a user and a reserve with an active supply position used as collateral > When the user borrows an ERC20 asset > Then the user's borrow position is updated to reflect the ERC20 loan:
packages/spec/borrow/business.spec.ts#L108
TypeCheckError: Property 'isWrappedNative' does not exist on type '{ __typename "Erc20Amount"; token { __typename "Erc20Token"; info { __typename "TokenInfo"; name string; symbol string; icon string; decimals number; }; address EvmAddress; chain { ...; }; isWrappedNativeToken boolean; permitSupported boolean; }; amount { ...; }; fiatAmount { ...; }; fiatRate { ...; ...'.
❯ packages/spec/borrow/business.spec.ts:108:37
|
|
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#L54
InvariantError: Expected result to be Ok: Transaction failed: 0x588c6331ed78d67826ce6540649443e0d03bc5ab4abdb2c783501b5aeeea3914
→ View on explorer: https://dashboard.tenderly.co/tx/0x588c6331ed78d67826ce6540649443e0d03bc5ab4abdb2c783501b5aeeea3914
❯ $ packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/repay/business.spec.ts:54:7
|
|
packages/spec/borrow/multipleBorrows.spec.ts > Borrowing from Multiple Reserves on Aave V4 > Given a user with collateral supplied to a reserve > When the user borrows from two different reserves > Then the user has two active borrow positions with correct amounts:
packages/spec/borrow/multipleBorrows.spec.ts#L59
InvariantError: Expected result to be Ok: Transaction failed: 0x7cc3372875f39575cbe40fa4af83730a6720075a0ee9b42bcd33f9c260df48b5
→ View on explorer: https://dashboard.tenderly.co/tx/0x7cc3372875f39575cbe40fa4af83730a6720075a0ee9b42bcd33f9c260df48b5
❯ $ packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/borrow/multipleBorrows.spec.ts:59:9
|
|
packages/spec/borrow/business.spec.ts > Feature: Borrowing Assets on Aave V4 > Given a user and a reserve with an active supply position used as collateral > When the user borrows an ERC20 asset > Then the user's borrow position is updated to reflect the ERC20 loan:
packages/spec/borrow/business.spec.ts#L102
InvariantError: Expected result to be Ok: Transaction failed: 0x28ef0e4fe7ce275b4b679ea516a60cbf9e22169ded1dc0438134a8624359b9e0
→ View on explorer: https://dashboard.tenderly.co/tx/0x28ef0e4fe7ce275b4b679ea516a60cbf9e22169ded1dc0438134a8624359b9e0
❯ $ packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/borrow/business.spec.ts:102:9
|