Skip to content

feat: Formats support #6110

feat: Formats support

feat: Formats support #6110

Triggered via pull request February 6, 2024 18:11
Status Failure
Total duration 18m 8s
Artifacts 3

test.yml

on: pull_request
Build backend 🏗️
5m 24s
Build backend 🏗️
Build frontend 🏗️
1m 49s
Build frontend 🏗️
Install E2E dependencies ⬇️
1m 50s
Install E2E dependencies ⬇️
Frontend static check 🪲
1m 0s
Frontend static check 🪲
E2E Static Check 🪲
41s
E2E Static Check 🪲
Ktlint 🪲
1m 20s
Ktlint 🪲
Matrix: BT ‍🔎
Matrix: E2E testing ‍🔎
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 13 warnings
Frontend static check 🪲
Process completed with exit code 2.
Ktlint 🪲
Process completed with exit code 1.
Build frontend 🏗️
Type '"JSON" | "XLIFF" | "PO" | "IOS_STRINGS_STRINGSDICT" | "APPLE_XLIFF"' is not assignable to type '"JSON" | "XLIFF"'.
Build frontend 🏗️
Process completed with exit code 1.
io.tolgee.unit.formatConversions.CPoConversionTest ► it transforms(): backend/data/src/test/kotlin/io/tolgee/unit/formatConversions/CPoConversionTest.kt#L34
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formatConversions.CPoConversionTest.xml Error: org.opentest4j.AssertionFailedError: [Input:
io.tolgee.unit.formatConversions.CPoConversionTest ► it limits precision(): backend/data/src/test/kotlin/io/tolgee/unit/formatConversions/CPoConversionTest.kt#L26
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formatConversions.CPoConversionTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formatConversions.PhpPoConversionTest ► it transforms(): backend/data/src/test/kotlin/io/tolgee/unit/formatConversions/PhpPoConversionTest.kt#L34
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formatConversions.PhpPoConversionTest.xml Error: org.opentest4j.AssertionFailedError: [Input:
io.tolgee.unit.formatConversions.PhpPoConversionTest ► it limits precision(): backend/data/src/test/kotlin/io/tolgee/unit/formatConversions/PhpPoConversionTest.kt#L26
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formatConversions.PhpPoConversionTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formatConversions.PythonPoConversionTest ► it transforms(): backend/data/src/test/kotlin/io/tolgee/unit/formatConversions/PythonPoConversionTest.kt#L34
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formatConversions.PythonPoConversionTest.xml Error: org.opentest4j.AssertionFailedError: [Input:
io.tolgee.unit.formatConversions.PythonPoConversionTest ► it limits precision(): backend/data/src/test/kotlin/io/tolgee/unit/formatConversions/PythonPoConversionTest.kt#L26
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formatConversions.PythonPoConversionTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formats.ios.in.StringsdictFormatProcessorTest ► returns correct parsed result(): backend/data/src/test/kotlin/io/tolgee/unit/formats/ios/in/StringsdictFormatProcessorTest.kt#L45
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.ios.in.StringsdictFormatProcessorTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formats.ios.in.StringsFormatProcessorTest ► returns correct parsed result(): backend/data/src/test/kotlin/io/tolgee/unit/formats/ios/in/StringsFormatProcessorTest.kt#L52
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.ios.in.StringsFormatProcessorTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formats.ios.out.IcuToIOsMessageConvertorTest ► converts param to @(): backend/data/src/test/kotlin/io/tolgee/unit/formats/ios/out/IcuToIOsMessageConvertorTest.kt#L17
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.ios.out.IcuToIOsMessageConvertorTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formats.po.BaseIcuMessageToPoConvertorTest ► converts simple message(): backend/data/src/test/kotlin/io/tolgee/unit/formats/po/BaseIcuMessageToPoConvertorTest.kt#L14
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.po.BaseIcuMessageToPoConvertorTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formats.po.PoFileProcessorTest ► processes standard file correctly(): backend/data/src/main/kotlin/io/tolgee/formats/po/in/PoFileProcessor.kt#L16
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.po.PoFileProcessorTest.xml Error: kotlin.UninitializedPropertyAccessException: lateinit property languageId has not been initialized
BT ‍🔎 (data:test)
Final attempt failed. Child_process exited with error code 1
BT ‍🔎 (data:test)
Failed test were found and 'fail-on-error' option is set to true
io.tolgee.api.v2.controllers.v2ImportController.V2ImportControllerAddFilesTest ► it handles po file(): backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/v2ImportController/V2ImportControllerAddFilesTest.kt#L113
Failed test found in: backend/app/build/test-results/runStandardTests/TEST-io.tolgee.api.v2.controllers.v2ImportController.V2ImportControllerAddFilesTest.xml Error: java.lang.AssertionError: Different value found in node "result._embedded.languages", expected: <array> but was: <missing>.
io.tolgee.api.v2.controllers.v2ImportController.V2ImportControllerManipulationTest ► resets language when selecting namespace(): backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/v2ImportController/V2ImportControllerManipulationTest.kt#L151
Failed test found in: backend/app/build/test-results/runStandardTests/TEST-io.tolgee.api.v2.controllers.v2ImportController.V2ImportControllerManipulationTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.service.export.exporters.PhpPoFileExporterTest ► exports simple(): backend/app/src/test/kotlin/io/tolgee/service/export/exporters/PhpPoFileExporterTest.kt#L60
Failed test found in: backend/app/build/test-results/runStandardTests/TEST-io.tolgee.service.export.exporters.PhpPoFileExporterTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.service.export.exporters.StringsStringsdictFileExporterTest ► exports(): backend/app/src/test/kotlin/io/tolgee/service/export/exporters/StringsStringsdictFileExporterTest.kt#L125
Failed test found in: backend/app/build/test-results/runStandardTests/TEST-io.tolgee.service.export.exporters.StringsStringsdictFileExporterTest.xml Error: org.opentest4j.AssertionFailedError:
BT ‍🔎 (server-app:runStandardTests)
Failed test were found and 'fail-on-error' option is set to true
BT ‍🔎 (server-app:runStandardTests)
Final attempt failed. Child_process exited with error code 1
E2E Static Check 🪲
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Frontend static check 🪲
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ktlint 🪲
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Install E2E dependencies ⬇️
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@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/.
Build frontend 🏗️
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@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/.
Build backend 🏗️
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@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/.
BT ‍🔎 (security:test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BT ‍🔎 (data:test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BT ‍🔎 (ee-test:test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BT ‍🔎 (server-app:runWebsocketTests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BT ‍🔎 (server-app:runContextRecreatingTests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BT ‍🔎 (server-app:runStandardTests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
BT ‍🔎 (server-app:runStandardTests)
Test report summary exceeded limit of 65535 bytes and will be trimmed

Artifacts

Produced during runtime
Name Size
backend Expired
183 MB
backend_test_reports_ Expired
169 MB
e2e_deps Expired
193 MB