Skip to content

on-demand-test

on-demand-test #292

Triggered via repository dispatch January 6, 2026 12:25
Status Failure
Total duration 16m 9s
Artifacts

on-demand.yml

on: repository_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors
packages/spec/positions/userSummaryHistory.spec.ts > Querying User Summary History on Aave V4 > Given a user with multiple active positions > When the user queries their summary history with different currency options > Then the summary history is returned in the specified currency: packages/spec/positions/userSummaryHistory.spec.ts#L143
Error: Expected all array items to match: ObjectContaining { "borrows": ObjectContaining { "name": "EUR", }, "netBalance": ObjectContaining { "name": "EUR", }, "supplies": ObjectContaining { "name": "EUR", }, } But received: Array [] ❯ packages/spec/positions/userSummaryHistory.spec.ts:143:34
packages/spec/positions/userSummaryHistory.spec.ts > Querying User Summary History on Aave V4 > Given a user with multiple active positions > When the user queries their summary history filtered by chain IDs > Then the summary history for those specific chains is returned: packages/spec/positions/userSummaryHistory.spec.ts#L119
Error: Expected all array items to match: ObjectContaining { "__typename": "UserSummaryHistoryItem", "borrows": Any<Object>, "date": Any<Date>, "healthFactor": Any<Object>, "netBalance": Any<Object>, "supplies": Any<Object>, } But received: Array [] ❯ packages/spec/positions/userSummaryHistory.spec.ts:119:31
packages/spec/positions/userSummaryHistory.spec.ts > Querying User Summary History on Aave V4 > Given a user with multiple active positions > When the user queries their summary history filtered by user position ID > Then the summary history for that specific user position is returned: packages/spec/positions/userSummaryHistory.spec.ts#L94
Error: Expected all array items to match: ObjectContaining { "__typename": "UserSummaryHistoryItem", "borrows": Any<Object>, "date": Any<Date>, "healthFactor": Any<Object>, "netBalance": Any<Object>, "supplies": Any<Object>, } But received: Array [] ❯ packages/spec/positions/userSummaryHistory.spec.ts:94:31
packages/spec/positions/userSummaryHistory.spec.ts > Querying User Summary History on Aave V4 > Given a user with multiple active positions > When the user queries their summary history filtered by spoke > Then the summary history for that specific spoke is returned: packages/spec/positions/userSummaryHistory.spec.ts#L60
Error: Expected all array items to match: ObjectContaining { "__typename": "UserSummaryHistoryItem", "borrows": Any<Object>, "date": Any<Date>, "healthFactor": Any<Object>, "netBalance": Any<Object>, "supplies": Any<Object>, } But received: Array [] ❯ packages/spec/positions/userSummaryHistory.spec.ts:60:31
packages/spec/positions/userSummaryHistory.spec.ts > Querying User Summary History on Aave V4 > Given a user with multiple active positions > When the user queries their summary history without filters > Then the summary history data is returned: packages/spec/positions/userSummaryHistory.spec.ts#L35
Error: Expected all array items to match: ObjectContaining { "__typename": "UserSummaryHistoryItem", "borrows": Any<Object>, "date": Any<Date>, "healthFactor": Any<Object>, "netBalance": Any<Object>, "supplies": Any<Object>, } But received: Array [] ❯ packages/spec/positions/userSummaryHistory.spec.ts:35:31
packages/spec/positions/business.spec.ts > Health Factor Scenarios on Aave V4 > Given a user with a one supply position as collateral > And the user has a one borrow position: packages/spec/positions/business.spec.ts#L74
Error: Hook timed out in 60000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ packages/spec/positions/business.spec.ts:74:7
packages/spec/positions/business.spec.ts > Health Factor Scenarios on Aave V4 > Given a user with a one supply position as collateral > When the user checks the health factor: packages/spec/positions/business.spec.ts#L40
Error: Hook timed out in 30000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ packages/spec/positions/business.spec.ts:40: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: packages/spec/borrow/multipleBorrows.spec.ts#L37
InvariantError: Expected result to be Ok: Timeout waiting for transaction 0xfe0c25dc469b5adbaea4d5bf7e0bd4207a01a4950dcad654b51736c8367a56e8 to be processed. ❯ N packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/borrow/multipleBorrows.spec.ts:37:9
packages/spec/borrow/business.spec.ts > Borrowing Assets on Aave V4 > Given a user and a reserve with an active supply position used as collateral > When the user borrows a native asset from the reserve: packages/spec/borrow/business.spec.ts#L116
Error: Hook timed out in 30000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ packages/spec/borrow/business.spec.ts:116:7
packages/spec/borrow/business.spec.ts > Borrowing Assets on Aave V4 > Given a user and a reserve with an active supply position used as collateral: packages/spec/borrow/business.spec.ts#L23
Error: Hook timed out in 30000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ packages/spec/borrow/business.spec.ts:23:5