Skip to content

on-demand-test

on-demand-test #258

Triggered via repository dispatch December 5, 2025 18:54
Status Failure
Total duration 7m 20s
Artifacts

on-demand.yml

on: repository_dispatch
Fit to window
Zoom out
Zoom in

Annotations

5 errors
All Tests
Process completed with exit code 1.
packages/spec/tools/chains.spec.ts > Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter ALL: packages/spec/tools/chains.spec.ts#L15
Error: Snapshot `Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter ALL 1` mismatched - Expected + Received @@ -16,6 +16,25 @@ }, "nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146", "signatureGateway": "0x9478027b9827A576dB0CE6d99A5E47B4F350a83d", }, + { + "__typename": "Chain", + "chainId": 111222333444, + "explorerUrl": "https://etherscan.io", + "icon": "https://statics.aave.com/ethereum.svg", + "isTestnet": true, + "name": "Vector Demo", + "nativeGateway": "0x336D3B6Ebb71740FCF6fC803F118fb03f5Ae7E74", + "nativeInfo": { + "__typename": "TokenInfo", + "decimals": 18, + "icon": "https://statics.aave.com/ethereum.svg", + "name": "Ether", + "symbol": "ETH", + }, + "nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", + "rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/9297c351-c07f-4985-a015-8d2b034419bf", + "signatureGateway": "0xaddC095a5BA2Fc82af330fA072F9e4d87fD1feb7", + }, ] ❯ packages/spec/tools/chains.spec.ts:15:32
packages/spec/tools/chains.spec.ts > Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter TESTNET_ONLY: packages/spec/tools/chains.spec.ts#L15
Error: Snapshot `Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter TESTNET_ONLY 1` mismatched - Expected + Received @@ -16,6 +16,25 @@ }, "nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146", "signatureGateway": "0x9478027b9827A576dB0CE6d99A5E47B4F350a83d", }, + { + "__typename": "Chain", + "chainId": 111222333444, + "explorerUrl": "https://etherscan.io", + "icon": "https://statics.aave.com/ethereum.svg", + "isTestnet": true, + "name": "Vector Demo", + "nativeGateway": "0x336D3B6Ebb71740FCF6fC803F118fb03f5Ae7E74", + "nativeInfo": { + "__typename": "TokenInfo", + "decimals": 18, + "icon": "https://statics.aave.com/ethereum.svg", + "name": "Ether", + "symbol": "ETH", + }, + "nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", + "rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/9297c351-c07f-4985-a015-8d2b034419bf", + "signatureGateway": "0xaddC095a5BA2Fc82af330fA072F9e4d87fD1feb7", + }, ] ❯ packages/spec/tools/chains.spec.ts:15:32
packages/spec/repay/business.spec.ts > Repaying Loans on Aave V4 > Given a user and a reserve that supports repayments in native tokens > When the user repays a partial amount of the loan in native tokens > Then the borrow position is updated to reflect the reduced outstanding balance: packages/spec/repay/business.spec.ts#L361
InvariantError: Expected result to be Ok: Execution reverted for an unknown reason. Estimate Gas Arguments: from: 0xd6d8AF91819Cb51F4f42d8529841e7d581256bc6 to: 0x6f1aE3c0A22B393116Ded7332f465b0973fD1027 value: 0.06221490798387486 ETH data: 0xf2f61d94000000000000000000000000ba97c5e52cd5bc3d7950ae70779f8ffe92d40cdc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dd0821121ccb2c Details: execution reverted Version: [email protected] due to Execution reverted for an unknown reason. Details: execution reverted Version: [email protected] due to RPC Request failed. URL: https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146 Request body: {"method":"eth_estimateGas","params":[{"data":"0xf2f61d94000000000000000000000000ba97c5e52cd5bc3d7950ae70779f8ffe92d40cdc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dd0821121ccb2c","from":"0xd6d8AF91819Cb51F4f42d8529841e7d581256bc6","gas":"0x59efd","maxFeePerGas":"0x2","maxPriorityFeePerGas":"0x1","nonce":"0x13","to":"0x6f1aE3c0A22B393116Ded7332f465b0973fD1027","value":"0xdd0821121ccb2c"}]} Details: execution reverted Version: [email protected] ❯ k packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/repay/business.spec.ts:361:9
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 > Then the borrow position is updated to reflect the reduced outstanding balance: packages/spec/repay/business.spec.ts#L80
InvariantError: Expected result to be Ok: Execution reverted for an unknown reason. Estimate Gas Arguments: from: 0xd6d8AF91819Cb51F4f42d8529841e7d581256bc6 to: 0xBa97c5E52cd5BC3D7950Ae70779F8FfE92d40CdC value: 0 ETH data: 0xd6bda0c00000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000001173f000000000000000000000000d6d8af91819cb51f4f42d8529841e7d581256bc6 Details: execution reverted Version: [email protected] due to Execution reverted for an unknown reason. Details: execution reverted Version: [email protected] due to RPC Request failed. URL: https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146 Request body: {"method":"eth_estimateGas","params":[{"data":"0xd6bda0c00000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000001173f000000000000000000000000d6d8af91819cb51f4f42d8529841e7d581256bc6","from":"0xd6d8AF91819Cb51F4f42d8529841e7d581256bc6","gas":"0x35297","maxFeePerGas":"0x2","maxPriorityFeePerGas":"0x1","nonce":"0xa","to":"0xBa97c5E52cd5BC3D7950Ae70779F8FfE92d40CdC","value":"0x0"}]} Details: execution reverted Version: [email protected] ❯ k packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/repay/business.spec.ts:80:7