Skip to content

feat: branch creation/deletion performance improvement #10798

feat: branch creation/deletion performance improvement

feat: branch creation/deletion performance improvement #10798

Triggered via pull request February 25, 2026 14:02
Status Failure
Total duration 16m 40s
Artifacts 15

test.yml

on: pull_request
Build backend 🏗️
3m 2s
Build backend 🏗️
Build frontend 🏗️
2m 51s
Build frontend 🏗️
Install E2E dependencies ⬇️
37s
Install E2E dependencies ⬇️
Frontend static check 🪲
3m 51s
Frontend static check 🪲
E2E Static Check 🪲
36s
E2E Static Check 🪲
Ktlint 🪲
1m 7s
Ktlint 🪲
Matrix: BT ‍🔎
Schema Check 📋
2m 43s
Schema Check 📋
Migration Check 🗃️
1m 57s
Migration Check 🗃️
Matrix: E2E testing ‍🔎
Everything passed 🎉
3s
Everything passed 🎉
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
Ktlint 🪲
Process completed with exit code 1.
E2E testing ‍🔎 (15, 2)
Final attempt failed. Child_process exited with error code 1
E2E testing ‍🔎 (15, 10)
Final attempt failed. Child_process exited with error code 1
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest ► delete branch deletes CDN configs for that branch(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/api/v2/controllers/ContentDeliveryConfigBranchingTest.kt#L134
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest ► delete branch deletes CDN configs for that branch(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/api/v2/controllers/ContentDeliveryConfigBranchingTest.kt#L134
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest ► delete branch deletes CDN configs for that branch(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/api/v2/controllers/ContentDeliveryConfigBranchingTest.kt#L134
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest ► delete branch deletes CDN configs for that branch(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/api/v2/controllers/ContentDeliveryConfigBranchingTest.kt#L134
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest ► delete branch deletes CDN configs for that branch(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/api/v2/controllers/ContentDeliveryConfigBranchingTest.kt#L134
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest ► delete branch deletes CDN configs for that branch(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/api/v2/controllers/ContentDeliveryConfigBranchingTest.kt#L134
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.xml Error: org.opentest4j.AssertionFailedError:
Failed Test: io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch()
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch(): org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021704002) - org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021704002) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete_branch_deletes_CDN_configs_for_that_branch$lambda$7(ContentDeliveryConfigBranchingTest.kt:134) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$lambda$0(transactionUtil.kt:24) at app//org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction(transactionUtil.kt:23) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$default(transactionUtil.kt:11) at app//io.tolgee.AbstractSpringTest.executeInNewTransaction(AbstractSpringTest.kt:263) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete branch deletes CDN configs for that branch(ContentDeliveryConfigBranchingTest.kt:133) 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.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at app
Failed Test: io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch()
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch(): org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021694002) - org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021694002) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete_branch_deletes_CDN_configs_for_that_branch$lambda$7(ContentDeliveryConfigBranchingTest.kt:134) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$lambda$0(transactionUtil.kt:24) at app//org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction(transactionUtil.kt:23) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$default(transactionUtil.kt:11) at app//io.tolgee.AbstractSpringTest.executeInNewTransaction(AbstractSpringTest.kt:263) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete branch deletes CDN configs for that branch(ContentDeliveryConfigBranchingTest.kt:133) 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.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at app
Failed Test: io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch()
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch(): org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021684002) - org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021684002) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete_branch_deletes_CDN_configs_for_that_branch$lambda$7(ContentDeliveryConfigBranchingTest.kt:134) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$lambda$0(transactionUtil.kt:24) at app//org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction(transactionUtil.kt:23) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$default(transactionUtil.kt:11) at app//io.tolgee.AbstractSpringTest.executeInNewTransaction(AbstractSpringTest.kt:263) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete branch deletes CDN configs for that branch(ContentDeliveryConfigBranchingTest.kt:133) 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.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at app
Failed Test: io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch()
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch(): org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021674002) - org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021674002) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete_branch_deletes_CDN_configs_for_that_branch$lambda$7(ContentDeliveryConfigBranchingTest.kt:134) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$lambda$0(transactionUtil.kt:24) at app//org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction(transactionUtil.kt:23) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$default(transactionUtil.kt:11) at app//io.tolgee.AbstractSpringTest.executeInNewTransaction(AbstractSpringTest.kt:263) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete branch deletes CDN configs for that branch(ContentDeliveryConfigBranchingTest.kt:133) 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.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at app
Failed Test: io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch()
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch(): org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021664002) - org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1021664002) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete_branch_deletes_CDN_configs_for_that_branch$lambda$7(ContentDeliveryConfigBranchingTest.kt:134) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$lambda$0(transactionUtil.kt:24) at app//org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction(transactionUtil.kt:23) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$default(transactionUtil.kt:11) at app//io.tolgee.AbstractSpringTest.executeInNewTransaction(AbstractSpringTest.kt:263) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete branch deletes CDN configs for that branch(ContentDeliveryConfigBranchingTest.kt:133) 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.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at app
Failed Test: io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch()
io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest: delete branch deletes CDN configs for that branch(): org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1000039002) - org.opentest4j.AssertionFailedError: expected: null but was: io.tolgee.model.contentDelivery.ContentDeliveryConfig(id: 1000039002) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete_branch_deletes_CDN_configs_for_that_branch$lambda$7(ContentDeliveryConfigBranchingTest.kt:134) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$lambda$0(transactionUtil.kt:24) at app//org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction(transactionUtil.kt:23) at app//io.tolgee.util.TransactionUtilKt.executeInNewTransaction$default(transactionUtil.kt:11) at app//io.tolgee.AbstractSpringTest.executeInNewTransaction(AbstractSpringTest.kt:263) at app//io.tolgee.ee.api.v2.controllers.ContentDeliveryConfigBranchingTest.delete branch deletes CDN configs for that branch(ContentDeliveryConfigBranchingTest.kt:133) 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.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at app
BT ‍🔎 (ee-test:test)
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:726afe369778216d15c8768bc39a1b89c1fdb4ad7f5afb236dd3295a0ef7e268
backend_test_reports_data_test Expired
153 KB
sha256:f24a1e50673f676ab4a91c3427011abb12b6d8ab997d71741bbe00b45becbd96
backend_test_reports_ee-test_test Expired
2.97 MB
sha256:9cc34ead4fac4cb0328294e75dfcc3534eb611ee7c90189eaf6e9970f0efdec8
backend_test_reports_ktlint_test Expired
8.01 KB
sha256:c604e04bcced409bed6dcb49a250a505e4e9e6f362dd53dc6356c6ad4b012591
backend_test_reports_security_test Expired
27.3 KB
sha256:9560bc3b8fe70a72f36cd94f843a334495b955d27ed98707391c7b90215f9f0f
backend_test_reports_server-app_runContextRecreatingTests Expired
273 KB
sha256:cbe91a9245192189aa0c6d67851ef744e193094d46301277a0d274e805d9c3ff
backend_test_reports_server-app_runStandardTests Expired
812 KB
sha256:4a25c479d572f2e42338cd9e9bd5be54a7947148f87cb1f9a76c8fed386b94c9
backend_test_reports_server-app_runWebsocketTests Expired
112 KB
sha256:7b856e939be48f8e40e299144bb7eb2e469e61acc56c80db9f55e7c10fb42971
backend_test_reports_server-app_runWithoutEeTests Expired
73.1 KB
sha256:2860110d04b19faf2bfb6f274f5778524d58d4aeff14fc6a544cae193ad9bde6
e2e_10 Expired
107 KB
sha256:2495d7d554e387cba1f8b70886dbe40c417a7d10eddacdcb814b10a20dbad822
e2e_2 Expired
97.8 KB
sha256:e0f4ec592516e0b2ab2dd411e7461705a2ad1c8ca864400e83b40ba78884ffdb
e2e_deps Expired
181 MB
sha256:b07cd466531621d1fe5d38b66aaba26981b565235fbc3cefa97f0e584758490d
e2e_server_log_10 Expired
736 KB
sha256:d2533011cbff646fa0753203aaba18b6fd604c651d5687807f53b929fd6b672a
e2e_server_log_2 Expired
499 KB
sha256:eec50e0aa41e5d66b08bcb42cd8a808d58749d0af959d7b0107e9763308dbf1c
webapp Expired
2.73 MB
sha256:6bc666abbcdd7d08f80510350cbd8fd5f245adb202b8862268dea51f6de7aac8