Skip to content

on-demand-test

on-demand-test #231

Triggered via repository dispatch November 19, 2025 13:01
Status Failure
Total duration 12m 44s
Artifacts

on-demand.yml

on: repository_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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: Execution reverted for an unknown reason. Estimate Gas Arguments: from: 0xABEd5D2fcD3d6e4522BC83b6A49762a5BC8BA059 to: 0x4054a9EbfcdB692599a8dF61eb0b3484F2d279D4 value: 0 ETH data: 0x0ad58d2f00000000000000000000000000000000000000000000000000000000000000027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000abed5d2fcd3d6e4522bc83b6a49762a5bc8ba059 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":"0x0ad58d2f00000000000000000000000000000000000000000000000000000000000000027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000abed5d2fcd3d6e4522bc83b6a49762a5bc8ba059","from":"0xABEd5D2fcD3d6e4522BC83b6A49762a5BC8BA059","gas":"0x236ac","maxFeePerGas":"0x2","maxPriorityFeePerGas":"0x1","nonce":"0x7","to":"0x4054a9EbfcdB692599a8dF61eb0b3484F2d279D4","value":"0x0"}]} Details: execution reverted Version: [email protected] ❯ R packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/withdraw/business.spec.ts:149: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#L179
InvariantError: Expected a value, got: [GraphQL] Failed to parse "BigDecimal": Invalid decimal: Invalid decimal: unknown character (occurred while parsing "AmountInput") (occurred while parsing "RepayErc20AmountInputWithPermit") (occurred while parsing "RepayAmountInputWithPermit") (occurred while parsing "RepayRequest") ❯ invariant packages/types/src/helpers/invariant.ts:20:11 ❯ A packages/core/src/utils.ts:20:3 ❯ ResultAsync.<anonymous> node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:133:33 ❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:71 ❯ __awaiter node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12 ❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:129:60 ❯ packages/spec/repay/business.spec.ts:179:29
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 the full loan amount > Then the borrow position is closed and the repayment is reflected in the user's positions: packages/spec/repay/business.spec.ts#L55
InvariantError: Expected a value, got: [GraphQL] Failed to parse "BigDecimal": Amount must be greater than 0 (occurred while parsing "ReserveErc20AmountInput") (occurred while parsing "ReserveAmountInput") (occurred while parsing "BorrowRequest") ❯ invariant packages/types/src/helpers/invariant.ts:20:11 ❯ A packages/core/src/utils.ts:20:3 ❯ ResultAsync.<anonymous> node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:133:33 ❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:71 ❯ __awaiter node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12 ❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:129:60 ❯ packages/spec/repay/business.spec.ts:55:27
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 partially the borrow position: packages/spec/positions/business.spec.ts#L160
InvariantError: Expected a value, got: [GraphQL] Bad user input - Trying to repay more debt than exists ❯ invariant packages/types/src/helpers/invariant.ts:20:11 ❯ A packages/core/src/utils.ts:20:3 ❯ ResultAsync.<anonymous> node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:133:33 ❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:71 ❯ __awaiter node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12 ❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:129:60 ❯ packages/spec/positions/business.spec.ts:160:25
packages/spec/liquidity/reserve.spec.ts > Aave V4 Reserve Scenario > Given a user who wants to fetch reserves > When fetching reserves ordered by > Then it should return reserves ordered by assetName: packages/spec/liquidity/reserve.spec.ts#L174
AssertionError: expected [ 'Wrapped LS Eth', …(27) ] to deeply equal [ 'Wrapped LS Eth', …(27) ] - Expected + Received @@ -16,15 +16,15 @@ "Tether USD", "Tether USD", "Tether USD", "Tether USD", "Staked USDe", + "Ethena USD", "Lido DAO Token", "Gho Token", "Gho Token", "Gho Token", "Gho Token", - "Ethena USD", "Coinbase WBTC", "Aave Token", "1INCH Token", ] ❯ packages/spec/liquidity/reserve.spec.ts:174:31