Skip to content

issues/1063 fix: separated debounce invocations for component's behavior #1557

issues/1063 fix: separated debounce invocations for component's behavior

issues/1063 fix: separated debounce invocations for component's behavior #1557

Triggered via pull request March 21, 2024 07:24
Status Failure
Total duration 2m 40s
Artifacts 1

test.yml

on: pull_request
Matrix: build-standalone
Matrix: es5-tests
Matrix: linters
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 13 warnings
core/async/modules/base `muteAll/unmuteAll` › simple usage: dist/server/core/async/modules/base/mark.spec.js#L69
expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 2 Received: 1 at Timeout._onTimeout (dist/server/core/async/modules/base/mark.spec.js:69:23)
core/prelude/function/lazy › `debounce`: dist/server/core/prelude/function/lazy/spec.js#L61
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 5 at Timeout._onTimeout (dist/server/core/prelude/function/lazy/spec.js:61:17)
core/prelude/function/lazy › `debounce`: dist/server/core/prelude/function/lazy/spec.js#L50
thrown: "Exceeded timeout of 20000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at dist/server/core/prelude/function/lazy/spec.js:50:3 at Object.<anonymous> (dist/server/core/prelude/function/lazy/spec.js:49:1)
core/prelude/function/lazy › `Function.debounce`: dist/server/core/prelude/function/lazy/spec.js#L76
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 5 at Timeout._onTimeout (dist/server/core/prelude/function/lazy/spec.js:76:17)
core/prelude/function/lazy › `Function.debounce`: dist/server/core/prelude/function/lazy/spec.js#L65
thrown: "Exceeded timeout of 20000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at dist/server/core/prelude/function/lazy/spec.js:65:3 at Object.<anonymous> (dist/server/core/prelude/function/lazy/spec.js:49:1)
core/prelude/function/lazy › `Function.debounce` overload: dist/server/core/prelude/function/lazy/spec.js#L91
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 5 at Timeout._onTimeout (dist/server/core/prelude/function/lazy/spec.js:91:17)
core/prelude/function/lazy › `Function.debounce` overload: dist/server/core/prelude/function/lazy/spec.js#L80
thrown: "Exceeded timeout of 20000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at dist/server/core/prelude/function/lazy/spec.js:80:3 at Object.<anonymous> (dist/server/core/prelude/function/lazy/spec.js:49:1)
es5-tests (16.x)
Process completed with exit code 1.
core/prelude/function/lazy › `debounce`: dist/server/core/prelude/function/lazy/spec.js#L61
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 5 at Timeout._onTimeout (dist/server/core/prelude/function/lazy/spec.js:61:17)
core/prelude/function/lazy › `debounce`: dist/server/core/prelude/function/lazy/spec.js#L50
thrown: "Exceeded timeout of 20000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at dist/server/core/prelude/function/lazy/spec.js:50:3 at Object.<anonymous> (dist/server/core/prelude/function/lazy/spec.js:49:1)
core/prelude/function/lazy › `Function.debounce`: dist/server/core/prelude/function/lazy/spec.js#L76
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 5 at Timeout._onTimeout (dist/server/core/prelude/function/lazy/spec.js:76:17)
core/prelude/function/lazy › `Function.debounce`: dist/server/core/prelude/function/lazy/spec.js#L65
thrown: "Exceeded timeout of 20000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at dist/server/core/prelude/function/lazy/spec.js:65:3 at Object.<anonymous> (dist/server/core/prelude/function/lazy/spec.js:49:1)
core/prelude/function/lazy › `Function.debounce` overload: dist/server/core/prelude/function/lazy/spec.js#L91
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 5 at Timeout._onTimeout (dist/server/core/prelude/function/lazy/spec.js:91:17)
core/prelude/function/lazy › `Function.debounce` overload: dist/server/core/prelude/function/lazy/spec.js#L80
thrown: "Exceeded timeout of 20000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at dist/server/core/prelude/function/lazy/spec.js:80:3 at Object.<anonymous> (dist/server/core/prelude/function/lazy/spec.js:49:1)
tests (16.x)
Process completed with exit code 1.
build-standalone (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linters (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linters (16.x): src/core/async/modules/wrappers/spec.js#L15
Do not import Node.js builtin module "events"
linters (16.x): src/core/async/modules/wrappers/spec.js#L15
`events` import should occur before import of `express`
linters (16.x): src/core/iter/index.ts#L60
This overload and the one on line 54 can be combined into one signature taking `ArrayLike<T> | GeneratorFunction`
linters (16.x): src/core/json/convert.ts#L17
Expected a default case
linters (16.x): src/core/json/convert.ts#L45
Use 'String#startsWith' method instead
linters (16.x): src/core/json/convert.ts#L48
Expected a default case
linters (16.x): src/core/object/watch/spec.js#L15
Arrow function has too many lines (1064). Maximum allowed is 400
linters (16.x): src/core/object/watch/spec.js#L22
Arrow function has too many lines (1056). Maximum allowed is 400
linters (16.x): src/core/object/watch/spec.js#L23
Arrow function has too many lines (1054). Maximum allowed is 400
es5-tests (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
lib Expired
1.11 MB