fix: gh-982 - add tooltips (#3417) #10766
test.yml
on: push
Build backend 🏗️
1m 23s
Build frontend 🏗️
3m 14s
Install E2E dependencies ⬇️
45s
Frontend static check 🪲
4m 2s
E2E Static Check 🪲
37s
Ktlint 🪲
58s
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: 2 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 base language 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^1771594654^{time}|13:37>, 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^1771594654^{time}|13:37>, 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, imag
|
|
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:4681afb55e3f0f0f33d7272238678e3fe080d232b86542e1e85d24df32ba6c8d
|
|
|
backend_test_reports_data_test
Expired
|
153 KB |
sha256:983c72ea829a84a177b72e00a12d895e0617582af0066960591621abe3bd9940
|
|
|
backend_test_reports_ee-test_test
Expired
|
3 MB |
sha256:c388f032f696233e5c32c0120ed22cfc569cf8b83e27fbc26340ef49c4868954
|
|
|
backend_test_reports_ktlint_test
Expired
|
8.01 KB |
sha256:4e115fa1bc1ef44d91fae88bdfca43c55f74709f36074840b03ddf9daea83572
|
|
|
backend_test_reports_security_test
Expired
|
27.2 KB |
sha256:4b2360c6746a6ab048cc9576b4a802d20009a7aff8c860384c40eed23acbd3bb
|
|
|
backend_test_reports_server-app_runContextRecreatingTests
Expired
|
273 KB |
sha256:361c079c90c01fb228e4d519b50da8ed64c9f0c6c4cd6e30ac6dd8ed7f99faf9
|
|
|
backend_test_reports_server-app_runStandardTests
Expired
|
816 KB |
sha256:f7ac09bb06451944c2bc861044c7497a1d38343f2ba809d472591407acc73544
|
|
|
backend_test_reports_server-app_runWebsocketTests
Expired
|
111 KB |
sha256:def23030dc85b9d9836f6e883ba27cf040da245d7e77de3ae31005481c6b7f64
|
|
|
backend_test_reports_server-app_runWithoutEeTests
Expired
|
72.9 KB |
sha256:a8b7aa6d69ea7b1606d513e05a44f08b19ca0ebad21327d479c0b4501afede92
|
|
|
e2e_deps
Expired
|
181 MB |
sha256:5497d89ec8bdc5533b0c45c744c3bf1cbe97a8034fd0f2c2691edbe9fcdd9a66
|
|
|
webapp
Expired
|
2.71 MB |
sha256:66756f2efc068eaccc0ee8edab99e227ea5dce7b22beef35fe8128d9237ac210
|
|