Skip to content

chore: add migration check job to CI workflow + fix missaligned db mi… #10747

chore: add migration check job to CI workflow + fix missaligned db mi…

chore: add migration check job to CI workflow + fix missaligned db mi… #10747

Triggered via push February 18, 2026 14:11
Status Success
Total duration 16m 50s
Artifacts 11

test.yml

on: push
Build backend 🏗️
3m 10s
Build backend 🏗️
Build frontend 🏗️
2m 53s
Build frontend 🏗️
Install E2E dependencies ⬇️
55s
Install E2E dependencies ⬇️
Frontend static check 🪲
3m 52s
Frontend static check 🪲
E2E Static Check 🪲
56s
E2E Static Check 🪲
Ktlint 🪲
1m 26s
Ktlint 🪲
Matrix: BT ‍🔎
Schema Check 📋
3m 5s
Schema Check 📋
Migration Check 🗃️
2m 12s
Migration Check 🗃️
Matrix: E2E testing ‍🔎
Everything passed 🎉
3s
Everything passed 🎉
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
E2E Static Check 🪲
the remote end hung up unexpectedly
E2E Static Check 🪲
could not read Username for 'https://github.com': terminal prompts disabled
BT ‍🔎 (ktlint:test)
Action failed with error: Bad credentials - https://docs.github.com/rest
io.tolgee.ee.selfHostedLimitsAndReporting.CreditLimitTest ► correctly propagates out of credits errors(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/selfHostedLimitsAndReporting/CreditLimitTest.kt#L110
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.selfHostedLimitsAndReporting.CreditLimitTest.xml Error: org.opentest4j.AssertionFailedError:
io.tolgee.ee.slack.SlackWithBatchOperationTest ► sends only 1 message per whole operation (when translations were updated before)(): ee/backend/tests/src/test/kotlin/io/tolgee/ee/slack/SlackWithBatchOperationTest.kt#L97
Failed test found in: ee/backend/tests/build/test-results/test/TEST-io.tolgee.ee.slack.SlackWithBatchOperationTest.xml Error: java.lang.AssertionError:
Failed Test: io.tolgee.ee.selfHostedLimitsAndReporting.CreditLimitTest: correctly propagates out of credits errors()
io.tolgee.ee.selfHostedLimitsAndReporting.CreditLimitTest: correctly propagates out of credits errors(): org.opentest4j.AssertionFailedError: expected: "out_of_credits" but was: null - org.opentest4j.AssertionFailedError: expected: "out_of_credits" but was: null at app//io.tolgee.ee.selfHostedLimitsAndReporting.CreditLimitTest.testPropagatesError(CreditLimitTest.kt:110) at app//io.tolgee.ee.selfHostedLimitsAndReporting.CreditLimitTest.correctly propagates out of credits errors(CreditLimitTest.kt:78) 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//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144) at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143) at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) at java.base@21.0.10/java.util.ArrayList.forEach(ArrayList.java:1596) at app//org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at app//org.junit.platform.engine.suppo
Failed Test: io.tolgee.ee.slack.SlackWithBatchOperationTest: sends only 1 message per whole operation (when translations were updated before)()
io.tolgee.ee.slack.SlackWithBatchOperationTest: sends only 1 message per whole operation (when translations were updated before)(): java.lang.AssertionError: Expected size: 0 but was: 1 in: [ChatUpdateRequest(token=null, channel=testChannel, ts=ts, text=null, user=null, replyBroadcast=null, asUser=null, metadata=null, metadataAsString=null, blocks=[SectionBlock(type=section, text=MarkdownTextObject(type=mrkdwn, text= *<@slackUserId>* has changed a Czech translation, verbatim=null), blockId=null, fields=null, accessory=null), SectionBlock(type=section, text=null, blockId=null, fields=[MarkdownTextObject(type=mrkdwn, text=*Key* key1, verbatim=null)], accessory=null)], blocksAsString=null, attachments=[Attachment(msgSubtype=null, fallback=Updated, callbackId=null, color=#FFCE00, hideColor=null, pretext=null, serviceUrl=null, serviceName=null, serviceIcon=null, authorId=null, authorName=null, authorLink=null, authorIcon=null, fromUrl=null, originalUrl=null, authorSubname=null, channelId=null, channelName=null, channelTeam=null, id=null, appId=null, botId=null, indent=null, msgUnfurl=null, replyUnfurl=null, threadRootUnfurl=null, appUnfurl=null, appUnfurlUrl=null, title=null, titleLink=null, text=null, fields=null, imageUrl=null, imageWidth=null, imageHeight=null, imageBytes=null, thumbUrl=null, thumbWidth=null, thumbHeight=null, videoUrl=null, videoHtml=null, videoHtmlWidth=null, videoHtmlHeight=null, footer=null, footerIcon=null, ts=null, mrkdwnIn=null, actions=null, blocks=[SectionBlock(type=section, text=MarkdownTextObject(type=mrkdwn, text=null *English* (base), verbatim=null), blockId=null, fields=null, accessory=null), SectionBlock(type=section, text=MarkdownTextObject(type=mrkdwn, text=Updated, verbatim=null), blockId=null, fields=null, accessory=null), ContextBlock(type=context, elements=[MarkdownTextObject(type=mrkdwn, text=*<@slackUserId>* has changed the translation at <!date^1771424511^{time}|14:21>, verbatim=null)], blockId=null)], messageBlocks=null, preview=null, files=null, filename=null, size=null, mimetype=null, url=null, metadata=null, fileAttachment=null), Attachment(msgSubtype=null, fallback=Translated with Google, callbackId=null, color=#FFCE00, hideColor=null, pretext=null, serviceUrl=null, serviceName=null, serviceIcon=null, authorId=null, authorName=null, authorLink=null, authorIcon=null, fromUrl=null, originalUrl=null, authorSubname=null, channelId=null, channelName=null, channelTeam=null, id=null, appId=null, botId=null, indent=null, msgUnfurl=null, replyUnfurl=null, threadRootUnfurl=null, appUnfurl=null, appUnfurlUrl=null, title=null, titleLink=null, text=null, fields=null, imageUrl=null, imageWidth=null, imageHeight=null, imageBytes=null, thumbUrl=null, thumbWidth=null, thumbHeight=null, videoUrl=null, videoHtml=null, videoHtmlWidth=null, videoHtmlHeight=null, footer=null, footerIcon=null, ts=null, mrkdwnIn=null, actions=null, blocks=[SectionBlock(type=section, text=MarkdownTextObject(type=mrkdwn, text=null *Czech* , verbatim=null), blockId=null, fields=null, accessory=null), SectionBlock(type=section, text=MarkdownTextObject(type=mrkdwn, text=Translated with Google, verbatim=null), blockId=null, fields=null, accessory=null), ContextBlock(type=context, elements=[MarkdownTextObject(type=mrkdwn, text=*<@slackUserId>* has changed the translation at <!date^1771424511^{time}|14:21>, verbatim=null)], blockId=null)], messageBlocks=null, preview=null, files=null, filename=null, size=null, mimetype=null, url=null, metadata=null, fileAttachment=null), Attachment(msgSubtype=null, fallback=Translated with Google, callbackId=null, color=#FFCE00, hideColor=null, pretext=null, serviceUrl=null, serviceName=null, serviceIcon=null, authorId=null, authorName=null, authorLink=null, authorIcon=null, fromUrl=null, originalUrl=null, authorSubname=null, channelId=null, channelName=null, channelTeam=null, id=null, appId=null, botId=null, indent=null, msgUnfurl=null, replyUnfurl=null, threadRootUnfurl=null, appUnfurl=null, appUnfurlUrl=null, title=null, titleLink=null, text=null, fields=null, imageUrl=null, imageWidth=n
Frontend static check 🪲
Back off 22.407 seconds before retry.
Frontend static check 🪲
Failed to download action 'https://api.github.com/repos/gradle/actions/tarball/ed408507eac070d1f99cc633dbcf757c94c7933a'. Error: Response status code does not indicate success: 401 (Unauthorized). 3009:49840:532A617:169AE1D4:6995C8A7
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:ca8ed6ad17c19f085d9c1f2c6c20c4ac23b9b867e9902db0e4d52b62d1a5d98d
backend_test_reports_data_test Expired
155 KB
sha256:0318c439169e51514763642c4c20fc5ae8a0d59179fc615fa7c576352d276d0e
backend_test_reports_ee-test_test Expired
2.98 MB
sha256:7a6d22000fb15ae06fd519f6041706ad6dd4140880ba9e5854e44f283cd5de5e
backend_test_reports_ktlint_test Expired
8.01 KB
sha256:8600b7e457849ae1662ecc11ceeaaf23fef41bd100e3562b7ea208b5e3f11da5
backend_test_reports_security_test Expired
27.2 KB
sha256:80324af4f9effe5bbdcc37a1fc14cf468aa9fe39f491357365c6d5495e7b8be5
backend_test_reports_server-app_runContextRecreatingTests Expired
275 KB
sha256:1b1d3b7bac0e0eaf9ca33dd81c1c92168c551ac137863a1f621dba56db1ce9ae
backend_test_reports_server-app_runStandardTests Expired
802 KB
sha256:80e9f949a470dd1916406501e2d019d84c55f15221e9c35d9b9ece756cc6a1f2
backend_test_reports_server-app_runWebsocketTests Expired
112 KB
sha256:ffa030a74a0e199e46cf916066205c345026e2448328b9ace449088af81488b1
backend_test_reports_server-app_runWithoutEeTests Expired
72.9 KB
sha256:5006d6367d60807b551ad821773ee606cf9f336177cb852def4e46af6ec1b7bd
e2e_deps Expired
181 MB
sha256:03deb752de06c16411e8bd449e8cc6e9b352f13ee0a1a84d97c3478a125d1883
webapp Expired
2.71 MB
sha256:b8a652cf3115f4c442ddf6e62f40ffff95e10f36022581e4949dad5783ebd7d9