Skip to content

fix: sort export translations by key name (Sentry TOLGEE-BACKEND-3ED) #10755

fix: sort export translations by key name (Sentry TOLGEE-BACKEND-3ED)

fix: sort export translations by key name (Sentry TOLGEE-BACKEND-3ED) #10755

Triggered via pull request February 19, 2026 13:31
Status Failure
Total duration 17m 18s
Artifacts 13

test.yml

on: pull_request
Build backend 🏗️
3m 28s
Build backend 🏗️
Build frontend 🏗️
2m 50s
Build frontend 🏗️
Install E2E dependencies ⬇️
54s
Install E2E dependencies ⬇️
Frontend static check 🪲
3m 52s
Frontend static check 🪲
E2E Static Check 🪲
44s
E2E Static Check 🪲
Ktlint 🪲
57s
Ktlint 🪲
Matrix: BT ‍🔎
Schema Check 📋
2m 33s
Schema Check 📋
Migration Check 🗃️
1m 52s
Migration Check 🗃️
Matrix: E2E testing ‍🔎
Everything passed 🎉
4s
Everything passed 🎉
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Schema Check 📋
Process completed with exit code 1.
io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest ► it exports to single json(): backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/v2ExportController/V2ExportControllerTest.kt#L128
Failed test found in: backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.ee.service.branching.BranchMergeServiceTest ► apply merge - propagates additions, updates and deletions(): ee/backend/app/src/main/kotlin/io/tolgee/ee/service/branching/BranchServiceImpl.kt#L198
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.service.branching.BranchMergeServiceTest.xml Error: io.tolgee.exceptions.BadRequestException: branch_merge_revision_not_valid null
Failed Test: io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest: it exports to single json()
io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest: it exports to single json(): org.opentest4j.AssertionFailedError: expected: "attachment; filename="en.json"" but was: null - org.opentest4j.AssertionFailedError: expected: "attachment; filename="en.json"" but was: null at app//io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest.it_exports_to_single_json$lambda$9(V2ExportControllerTest.kt:128) at app//io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest.retryingOnCommonIssues$lambda$52(V2ExportControllerTest.kt:380) at app//io.tolgee.fixtures.RetryKt.retry(retry.kt:12) at app//io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest.retryingOnCommonIssues(V2ExportControllerTest.kt:362) at app//io.tolgee.api.v2.controllers.v2ExportController.V2ExportControllerTest.it exports to single json(V2ExportControllerTest.kt:113) at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580) at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596) at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596)
BT ‍🔎 (server-app:runContextRecreatingTests)
Final attempt failed. Child_process exited with error code 1
Failed Test: io.tolgee.ee.service.branching.BranchMergeServiceTest: apply merge - propagates additions, updates and deletions()
io.tolgee.ee.service.branching.BranchMergeServiceTest: apply merge - propagates additions, updates and deletions(): io.tolgee.exceptions.BadRequestException: branch_merge_revision_not_valid null - io.tolgee.exceptions.BadRequestException: branch_merge_revision_not_valid null at app//io.tolgee.ee.service.branching.BranchServiceImpl.applyMerge(BranchServiceImpl.kt:198) at java.base@21.0.10/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580) at app//org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360) at app//org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at app//org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at app//org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at app//org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at app//org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at app//org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:728) at app//io.tolgee.ee.service.branching.BranchServiceImpl$$SpringCGLIB$$0.applyMerge(<generated>) at app//io.tolgee.service.branching.BranchService$DefaultImpls.applyMerge$default(BranchService.kt:115) at app//io.tolgee.ee.service.branching.BranchMergeServiceTest.applyMerge(BranchMergeServiceTest.kt:549) at app//io.tolgee.ee.service.branching.BranchMergeServiceTest.apply merge - propagates additions, updates and deletions(BranchMergeServiceTest.kt:197) at java.base@21.0.10/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base@21.0.10/java.lang.reflect.Method.invoke(Method.java:580) at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767) at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at app//org.junit.jupiter.engine.descripto
BT ‍🔎 (ee-test:test)
Final attempt failed. Child_process exited with error code 1
E2E testing ‍🔎 (15, 5)
Final attempt failed. Child_process exited with error code 1
Everything passed 🎉
Process completed with exit code 1.
BT ‍🔎 (server-app:runStandardTests)
Test report summary exceeded limit of 65535 bytes and will be trimmed

Artifacts

Produced during runtime
Name Size Digest
backend Expired
252 MB
sha256:f317a16fcad90112caf2091db0e6acce23aad809d73f40e103bffb05738b828f
backend_test_reports_data_test Expired
155 KB
sha256:a18b68b83eb6cd9ec4908214631bacac7e4345f2a71a66076e7ec2ad83b726ed
backend_test_reports_ee-test_test Expired
2.99 MB
sha256:9811f8174420cbca4354e9badf36f1e791343c7b83149503f9c3d098be87df0c
backend_test_reports_ktlint_test Expired
8.01 KB
sha256:0822bc3165840ab9528ded310c45583135cb9d0066d26555e5f7f5a81aa3f763
backend_test_reports_security_test Expired
27.2 KB
sha256:757eb3d640ee31b364e828fa0dd9bb66675a6d200f9ebffda2af9981dc6c3ae7
backend_test_reports_server-app_runContextRecreatingTests Expired
276 KB
sha256:1e94f3990823a0b075f1bdcb8b9c28e719404d0d0b1dc3965723b8572988d49e
backend_test_reports_server-app_runStandardTests Expired
814 KB
sha256:894abbe96984e8951b04f6358bce3c73d8feed85f92747f871721a61e3314bb3
backend_test_reports_server-app_runWebsocketTests Expired
112 KB
sha256:33e6d928075cc8e24e54ef5526ce9997a3e41395eedb8f38ccaafc370c7bf131
backend_test_reports_server-app_runWithoutEeTests Expired
73 KB
sha256:f02175ad493f45c0bd30aafbcdaeb5429dc837042e63ba1b2a8d8845a01e9664
e2e_5 Expired
101 KB
sha256:9064a16d501f0fe5b1542cec673cc4e66eb591cc3cb596eed553ad11401d20c0
e2e_deps Expired
181 MB
sha256:15e4291078af318c76296d845d949edd2ad8bb6a88f8a83815bc9ef3807b64d5
e2e_server_log_5 Expired
521 KB
sha256:9212d6076d31b76003166a7d32477c4820023d4a59f89232e32bb3ba109773b6
webapp Expired
2.71 MB
sha256:6bf3407658b90fe26d4178ea095fa6e4f68a8872ff6cac667b4c2c0f1c6b3e4e