Skip to content

chore: merge branch 'minor' into feat/onEffectCleanup-and-baseWatch #70

chore: merge branch 'minor' into feat/onEffectCleanup-and-baseWatch

chore: merge branch 'minor' into feat/onEffectCleanup-and-baseWatch #70

Triggered via push March 7, 2024 14:26
Status Failure
Total duration 2m 20s
Artifacts

ci.yml

on: push
unit-test
56s
unit-test
unit-test-windows
2m 0s
unit-test-windows
e2e-test
19s
e2e-test
lint-and-test-dts
51s
lint-and-test-dts
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
e2e-test
Process completed with exit code 1.
packages/reactivity/__tests__/baseWatch.spec.ts > baseWatch > effect: packages/reactivity/__tests__/baseWatch.spec.ts#L39
AssertionError: expected undefined to be +0 // Object.is equality - Expected: 0 + Received: undefined ❯ packages/reactivity/__tests__/baseWatch.spec.ts:39:19
packages/reactivity/__tests__/baseWatch.spec.ts > baseWatch > custom error handler: packages/reactivity/__tests__/baseWatch.spec.ts#L78
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ packages/reactivity/__tests__/baseWatch.spec.ts:78:39
packages/reactivity/__tests__/baseWatch.spec.ts > baseWatch > baseWatch with onEffectCleanup: packages/reactivity/__tests__/baseWatch.spec.ts#L120
AssertionError: expected +0 to be 10 // Object.is equality - Expected + Received - 10 + 0 ❯ packages/reactivity/__tests__/baseWatch.spec.ts:120:19
packages/reactivity/__tests__/baseWatch.spec.ts > baseWatch > nested calls to baseWatch and onEffectCleanup: packages/reactivity/__tests__/baseWatch.spec.ts#L164
AssertionError: expected [] to deeply equal [ 'sync 0' ] - Expected + Received - Array [ - "sync 0", - ] + Array [] ❯ packages/reactivity/__tests__/baseWatch.spec.ts:164:19
packages/reactivity/__tests__/baseWatch.spec.ts > baseWatch > baseWatch with middleware: packages/reactivity/__tests__/baseWatch.spec.ts#L220
AssertionError: expected [] to deeply equal [ 'before effect running', …(2) ] - Expected + Received - Array [ - "before effect running", - "effect", - "effect ran", - ] + Array [] ❯ packages/reactivity/__tests__/baseWatch.spec.ts:220:25
packages/runtime-core/__tests__/apiWatch.spec.ts > api: watch > sync watcher should not be batched: packages/runtime-core/__tests__/apiWatch.spec.ts#L1497
Error: should not be called ❯ watch.flush packages/runtime-core/__tests__/apiWatch.spec.ts:1497:17 ❯ callWithErrorHandling packages/reactivity/src/baseWatch.ts:413:18 ❯ callWithAsyncErrorHandling packages/reactivity/src/baseWatch.ts:427:17 ❯ next packages/reactivity/src/baseWatch.ts:293:13 ❯ job packages/reactivity/src/baseWatch.ts:316:11 ❯ packages/runtime-core/src/scheduler.ts:312:7 ❯ ReactiveEffect.effect.scheduler packages/reactivity/src/baseWatch.ts:330:28 ❯ ReactiveEffect.trigger packages/reactivity/src/effect.ts:211:12 ❯ Module.endBatch packages/reactivity/src/effect.ts:261:13 ❯ Dep.notify packages/reactivity/src/dep.ts:134:7
packages/runtime-core/__tests__/apiWatch.spec.ts > api: watch > sync watcher should not be batched: scripts/setup-vitest.ts#L90
Error: test case threw unexpected warnings: - [Vue warn]: Unhandled error during execution of watcher callback ❯ scripts/setup-vitest.ts:90:11
unit-test
Process completed with exit code 1.
e2e-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-and-test-dts
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-test-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.