Skip to content

feat: Formats support #6112

feat: Formats support

feat: Formats support #6112

Triggered via pull request February 7, 2024 08:03
Status Failure
Total duration 18m 21s
Artifacts 3

test.yml

on: pull_request
Build backend 🏗️
5m 43s
Build backend 🏗️
Build frontend 🏗️
1m 51s
Build frontend 🏗️
Install E2E dependencies ⬇️
1m 36s
Install E2E dependencies ⬇️
Frontend static check 🪲
48s
Frontend static check 🪲
E2E Static Check 🪲
27s
E2E Static Check 🪲
Ktlint 🪲
1m 27s
Ktlint 🪲
Matrix: BT ‍🔎
Matrix: E2E testing ‍🔎
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 13 warnings
Frontend static check 🪲
Process completed with exit code 2.
Ktlint 🪲
Process completed with exit code 1.
Build frontend 🏗️
Process completed with exit code 1.
io.tolgee.unit.CoreImportFileProcessorUnitTest ► stores key meta(): backend/data/src/main/kotlin/io/tolgee/service/key/KeyMetaService.kt#L136
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.CoreImportFileProcessorUnitTest.xml Error: Argument(s) are different! Wanted:
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 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 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.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
io.tolgee.unit.formats.po.PoFileProcessorTest ► adds metadata(): 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
io.tolgee.unit.formats.po.PoFileProcessorTest ► processes windows newlines(): 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
io.tolgee.unit.formats.po.PoToICUConverterTest ► testPythonMessage(): backend/data/src/test/kotlin/io/tolgee/unit/formats/po/PoToICUConverterTest.kt#L103
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.po.PoToICUConverterTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formats.po.PoToICUConverterTest ► testCMessage(): backend/data/src/test/kotlin/io/tolgee/unit/formats/po/PoToICUConverterTest.kt#L93
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.po.PoToICUConverterTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.unit.formats.xliff.Xliff12FileProcessorTest ► processes xliff 12 file correctly(): backend/data/src/test/kotlin/io/tolgee/unit/formats/xliff/Xliff12FileProcessorTest.kt#L59
Failed test found in: backend/data/build/test-results/test/TEST-io.tolgee.unit.formats.xliff.Xliff12FileProcessorTest.xml Error: java.lang.AssertionError:
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.JsonFileExporterTest ► it scopes by namespaces(): backend/data/src/main/kotlin/io/tolgee/formats/json/out/JsonFileExporter.kt#L86
Failed test found in: backend/app/build/test-results/runStandardTests/TEST-io.tolgee.service.export.exporters.JsonFileExporterTest.xml Error: io.tolgee.service.export.exporters.StringScopeCollisionException
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
170 MB
e2e_deps Expired
193 MB