feat: Ability to resend registration email #6851
test.yml
on: pull_request
Build backend 🏗️
5m 55s
Build frontend 🏗️
3m 11s
Install E2E dependencies ⬇️
1m 59s
Frontend static check 🪲
1m 42s
E2E Static Check 🪲
28s
Ktlint 🪲
1m 42s
Matrix: BT 🔎
Matrix: E2E testing 🔎
Annotations
30 errors and 29 warnings
io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest ► rejects access if the user does not have a sufficiently high role():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<200> but was:<403>
|
io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest ► it hides the organization if the user cannot see it():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L25
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<404> but was:<403>
|
io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest ► it requires an annotation to be present on the handler():
backend/security/src/test/kotlin/io/tolgee/security/authorization/OrganizationAuthorizationInterceptorTest.kt#L199
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest.xml
Error:
org.opentest4j.AssertionFailedError: Expected java.lang.Exception to be thrown, but nothing was thrown.
|
io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest ► it does not allow both annotations to be present():
backend/security/src/test/kotlin/io/tolgee/security/authorization/OrganizationAuthorizationInterceptorTest.kt#L206
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.OrganizationAuthorizationInterceptorTest.xml
Error:
org.opentest4j.AssertionFailedError: Expected java.lang.Exception to be thrown, but nothing was thrown.
|
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► it hides the organization if the user cannot see it():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L25
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<404> but was:<403>
|
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► permissions work as intended when using implicit project id():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<200> but was:<403>
|
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► ensures API key works only for the project it is bound to():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<200> but was:<403>
|
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► rejects access if the user is admin and authorizes with API key():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<200> but was:<403>
|
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► rejects access if the user does not have the required scope (single scope)():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<200> but was:<403>
|
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► it restricts scopes (multiple scopes)():
backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt#L19
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml
Error:
java.lang.AssertionError: Status expected:<200> but was:<403>
|
io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest ► it requires an annotation to be present on the handler():
backend/security/src/test/kotlin/io/tolgee/security/authorization/ProjectAuthorizationInterceptorTest.kt#L320
Failed test found in:
backend/security/build/test-results/test/TEST-io.tolgee.security.authorization.ProjectAuthorizationInterceptorTest.xml
Error:
org.opentest4j.AssertionFailedError: Expected java.lang.Exception to be thrown, but nothing was thrown.
|
BT 🔎 (security:test)
Failed test were found and 'fail-on-error' option is set to true
|
BT 🔎 (security:test)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 14)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 9)
Final attempt failed. Child_process exited with error code 1
|
E2E testing 🔎 (15, 1)
Final attempt failed. Child_process exited with error code 1
|
io.tolgee.api.v2.controllers.V2ExportControllerTest ► it exports to json():
backend/api/src/main/kotlin/io/tolgee/component/VersionFilter.kt#L24
Failed test found in:
backend/app/build/test-results/runContextRecreatingTests/TEST-io.tolgee.api.v2.controllers.V2ExportControllerTest.xml
Error:
java.util.ConcurrentModificationException
|
BT 🔎 (server-app:runContextRecreatingTests)
Failed test were found and 'fail-on-error' option is set to true
|
BT 🔎 (server-app:runContextRecreatingTests)
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.security.EmailVerificationTest ► doesNotLoginWhenNotVerified():
backend/testing/src/main/kotlin/io/tolgee/testing/assertions/ErrorResponseAssert.kt#L31
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
io.tolgee.security.EmailVerificationTest ► signUpDoesNotReturnToken():
backend/app/src/test/kotlin/io/tolgee/security/EmailVerificationTest.kt#L146
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
io.tolgee.security.EmailVerificationTest ► doesNotLoginWhenNotVerified():
backend/testing/src/main/kotlin/io/tolgee/testing/assertions/ErrorResponseAssert.kt#L31
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
io.tolgee.security.EmailVerificationTest ► signUpDoesNotReturnToken():
backend/app/src/test/kotlin/io/tolgee/security/EmailVerificationTest.kt#L146
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
io.tolgee.security.EmailVerificationTest ► signUpDoesNotReturnToken():
backend/app/src/test/kotlin/io/tolgee/security/EmailVerificationTest.kt#L146
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
io.tolgee.security.EmailVerificationTest ► signUpDoesNotReturnToken():
backend/app/src/test/kotlin/io/tolgee/security/EmailVerificationTest.kt#L146
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
io.tolgee.security.EmailVerificationTest ► signUpDoesNotReturnToken():
backend/app/src/test/kotlin/io/tolgee/security/EmailVerificationTest.kt#L146
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
io.tolgee.security.EmailVerificationTest ► signUpDoesNotReturnToken():
backend/app/src/test/kotlin/io/tolgee/security/EmailVerificationTest.kt#L146
Failed test found in:
backend/app/build/test-results/runStandardTests/TEST-io.tolgee.security.EmailVerificationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
BT 🔎 (server-app:runStandardTests)
Failed test were found and 'fail-on-error' option is set to true
|
BT 🔎 (server-app:runStandardTests)
Final attempt failed. Child_process exited with error code 1
|
E2E Static Check 🪲
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ktlint 🪲
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Frontend static check 🪲
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Install E2E dependencies ⬇️
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build frontend 🏗️
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build backend 🏗️
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BT 🔎 (security:test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BT 🔎 (data:test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BT 🔎 (ee-test:test)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BT 🔎 (server-app:runWebsocketTests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 13)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 14)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BT 🔎 (server-app:runContextRecreatingTests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E testing 🔎 (15, 6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BT 🔎 (server-app:runStandardTests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-node@v3, actions/cache@v3, actions/download-artifact@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BT 🔎 (server-app:runStandardTests)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "backend", "backend_test_reports_", "e2e", "e2e_deps", "e2e_server_log_1", "e2e_server_log_10", "e2e_server_log_14", "e2e_server_log_9", "webapp".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
backend
Expired
|
199 MB |
|
backend_test_reports_
Expired
|
192 MB |
|
e2e
Expired
|
613 KB |
|
e2e_deps
Expired
|
193 MB |
|
e2e_server_log_1
Expired
|
10.7 MB |
|
e2e_server_log_10
Expired
|
13.7 MB |
|
e2e_server_log_14
Expired
|
2.19 MB |
|
e2e_server_log_9
Expired
|
6.36 MB |
|
webapp
Expired
|
6.03 MB |
|