fix: handle RateLimitBlockedException in ExceptionHandlers (#3472) #10748
test.yml
on: push
Build backend 🏗️
1m 40s
Build frontend 🏗️
2m 46s
Install E2E dependencies ⬇️
40s
Frontend static check 🪲
3m 26s
E2E Static Check 🪲
35s
Ktlint 🪲
1m 1s
Matrix: BT 🔎
Matrix: E2E testing 🔎
Everything passed 🎉
2s
Annotations
4 errors and 1 warning
|
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.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^1771435126^{time}|17:18>, 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^1771435126^{time}|17:18>, 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
|
|
io.tolgee.websocket.WebsocketAuthenticationTest ► unauthenticated with invalid PAT():
backend/misc/src/main/kotlin/io/tolgee/fixtures/waitFor.kt#L20
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.websocket.WebsocketAuthenticationTest.xml
Error:
io.tolgee.fixtures.WaitNotSatisfiedException
|
|
Failed Test: io.tolgee.websocket.WebsocketAuthenticationTest: unauthenticated with invalid PAT()
io.tolgee.websocket.WebsocketAuthenticationTest: unauthenticated with invalid PAT(): io.tolgee.fixtures.WaitNotSatisfiedException - io.tolgee.fixtures.WaitNotSatisfiedException
at app//io.tolgee.fixtures.WaitForKt.waitFor(waitFor.kt:20)
at app//io.tolgee.fixtures.WaitForKt.waitFor$default(waitFor.kt:5)
at app//io.tolgee.websocket.WebsocketTestHelper.waitForAuthenticationStatus(WebsocketTestHelper.kt:195)
at app//io.tolgee.websocket.WebsocketTestHelper.waitForUnauthenticated(WebsocketTestHelper.kt:190)
at app//io.tolgee.websocket.WebsocketAuthenticationTest.testItIsUnauthenticatedWithAuth(WebsocketAuthenticationTest.kt:184)
at app//io.tolgee.websocket.WebsocketAuthenticationTest.unauthenticated with invalid PAT(WebsocketAuthenticationTest.kt:132)
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:runStandardTests)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
backend
Expired
|
248 MB |
sha256:d38f293d390dd37ebf517bf15f3da7bf15eb9f8bebfa6052c5a3cf982585905a
|
|
|
backend_test_reports_data_test
Expired
|
155 KB |
sha256:e485551883a79ac2a97fd19d4358c70513dca61f447d3ebbc2599367cae8b119
|
|
|
backend_test_reports_ee-test_test
Expired
|
2.9 MB |
sha256:7a197feb31e6a9084e0d453140ebdd41209b1135f3e6eed21ba82787be1da676
|
|
|
backend_test_reports_ktlint_test
Expired
|
8.01 KB |
sha256:deb673121aa55d92b52608def8c350c79351f13c27a6ab72dee303fa63b7d273
|
|
|
backend_test_reports_security_test
Expired
|
27.2 KB |
sha256:4d2252d2273c14e3b87ef3b30b56df1eca232862f801bdf9a78d603d1665e644
|
|
|
backend_test_reports_server-app_runContextRecreatingTests
Expired
|
276 KB |
sha256:421bed6cb833a393c5f0a8d354b5a96b82bc2729d3a7acf6d848f2a6a07cce7f
|
|
|
backend_test_reports_server-app_runStandardTests
Expired
|
810 KB |
sha256:c4092474bf064857a5fe0d6e0d462a05acef819415d8f50f5b95fead5d818fac
|
|
|
backend_test_reports_server-app_runWebsocketTests
Expired
|
112 KB |
sha256:c37f74bc90081dd68c27f1194d6df6f8d573afd202526f73800b75d0ec5252f0
|
|
|
backend_test_reports_server-app_runWithoutEeTests
Expired
|
72.9 KB |
sha256:b673dc0bed7caa1bd1752e09d9744ccfd0e4536062b7ab41a9e85fb24742151f
|
|
|
e2e_deps
Expired
|
181 MB |
sha256:876b3bf00bf71e8dd919ddf2f573162b6093d7858a493c7a0de8cb9d3dddc7c0
|
|
|
webapp
Expired
|
2.71 MB |
sha256:6252691e0479961e6dd7ea32f2d1bf91bcf38505219e0694bf9c23cca58dc968
|
|