feat: change translations format #1919
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
Triggered via pull request
September 25, 2024 09:17
Status
Failure
Total duration
2m 54s
Artifacts
–
test.yml
on: pull_request
Matrix: build-standalone
Matrix: es5-tests
Matrix: linters
Matrix: tests
Annotations
9 errors and 10 warnings
core/request/engines/composition as request engine › a request should be delayed until the requestFilter promise resolves:
dist/server/core/request/engines/composition/test/engine.spec.js#L174
expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:174:40)
|
core/request/engines/composition as request engine › a request should be prevented if the requestFilter promise resolves with a result of false:
dist/server/core/request/engines/composition/test/engine.spec.js#L210
TypeError: resolver is not a function
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:210:5)
|
core/request/engines/composition as request engine › a request should be made if the requestFilter returns true:
dist/server/core/request/engines/composition/test/engine.spec.js#L220
thrown: "Exceeded timeout of 20000 ms for a test.
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/request/engines/composition/test/engine.spec.js:220:3
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:56:1)
|
core/request/engines/composition as request engine › a request should be made if the requestFilter promise resolves with a result of true:
dist/server/core/request/engines/composition/test/engine.spec.js#L268
expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:268:40)
|
core/request/engines/composition as request engine › should return an AggregateError containing errors from all requests configured with failCompositionOnError set to true:
dist/server/core/request/engines/composition/test/engine.spec.js#L282
thrown: "Exceeded timeout of 20000 ms for a test.
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/request/engines/composition/test/engine.spec.js:282:3
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:56:1)
|
core/request/engines/composition as request engine › should spread result if spread is specified in "as":
dist/server/core/request/engines/composition/test/engine.spec.js#L316
thrown: "Exceeded timeout of 20000 ms for a test.
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/request/engines/composition/test/engine.spec.js:316:3
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:56:1)
|
core/request/engines/composition as request engine › caching strategy is set to "never" › should always call the request functions:
dist/server/core/request/engines/composition/test/engine.spec.js#L342
thrown: "Exceeded timeout of 20000 ms for a test.
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/request/engines/composition/test/engine.spec.js:342:5
at dist/server/core/request/engines/composition/test/engine.spec.js:341:3
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:56:1)
|
core/request/engines/composition as request engine › when a request created in the request function has a cacheStrategy of "queue" › the engine should cache the request and avoid making duplicate requests:
dist/server/core/request/engines/composition/test/engine.spec.js#L393
thrown: "Exceeded timeout of 20000 ms for a test.
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/request/engines/composition/test/engine.spec.js:393:5
at dist/server/core/request/engines/composition/test/engine.spec.js:392:3
at Object.<anonymous> (dist/server/core/request/engines/composition/test/engine.spec.js:56:1)
|
es5-tests (18.x)
Process completed with exit code 1.
|
linters (18.x):
src/core/async/modules/wrappers/spec.js#L15
Do not import Node.js builtin module "events"
|
linters (18.x):
src/core/async/modules/wrappers/spec.js#L15
`events` import should occur before import of `express`
|
linters (18.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 (18.x):
src/core/object/watch/spec.js#L15
Arrow function has too many lines (1064). Maximum allowed is 400
|
linters (18.x):
src/core/object/watch/spec.js#L22
Arrow function has too many lines (1056). Maximum allowed is 400
|
linters (18.x):
src/core/object/watch/spec.js#L23
Arrow function has too many lines (1054). Maximum allowed is 400
|
linters (18.x):
src/core/request/engines/composition/test/server.ts#L9
Do not import Node.js builtin module "node:http"
|
build-standalone (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "lib".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|