Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: try to enable ryuk #770

Closed
wants to merge 2 commits into from
Closed

test: try to enable ryuk #770

wants to merge 2 commits into from

Conversation

antonbaliasnikov
Copy link

Overview

Fixes ATL-xxxx

Checklist

My PR contains...

  • No code changes (changes to documentation, CI, metadata, etc.)
  • Bug fixes (non-breaking change which fixes an issue)
  • Improvements (misc. changes to existing features)
  • Features (non-breaking change which adds functionality)

My changes...

  • are breaking changes
  • are not breaking changes
  • If yes to above: I have updated the documentation accordingly

Documentation

  • My changes do not require a change to the project documentation
  • My changes require a change to the project documentation
  • If yes to above: I have updated the documentation accordingly

Tests

  • My changes can not or do not need to be tested
  • My changes can and should be tested by unit and/or integration tests
  • If yes to above: I have added tests to cover my changes
  • If yes to above: I have taken care to cover edge cases in my tests

Signed-off-by: Anton Baliasnikov <[email protected]>
@atala-dev atala-dev added the ci label Oct 26, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 26, 2023

Atala PRISM Test Results

  79 files  ±  0    79 suites  ±0   25s ⏱️ - 14m 41s
652 tests  - 28  399 ✔️  - 270  11 💤 ±0  242 +242 
659 runs   - 27  402 ✔️  - 273  11 💤 ±0  246 +246 

For more details on these failures, see this check.

Results for commit 12b98db. ± Comparison against base commit 5558a9e.

This pull request removes 42 and adds 14 tests. Note that renamed tests count towards both.
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication disabled - should fail with an error (logic is handled by the common auth module
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode - registered entity is authenticated
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode - should fail when the header is empty string
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode - should fail when the header is not provided
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode - unregistered entity is not authenticated
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode with auto-provisioning - registered entity is authenticated
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode with auto-provisioning - should fail when the header is empty string
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode with auto-provisioning - should fail when the header is not provided
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the multi-tenant mode with auto-provisioning - unregistered entity is authenticated (assuming that the apikey is valid)
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑  - when authentication enabled in the single tenant mode - registered entity is authenticated as the default user
…
io.iohk.atala.iam.authentication.apikey.ApiKeyAuthenticatorSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.iam.authentication.apikey.JdbcAuthenticationRepositorySpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.issue.controller.IssueControllerImplSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.pollux.credentialdefinition.CredentialDefinitionBasicSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.pollux.credentialdefinition.CredentialDefinitionFailureSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.pollux.credentialdefinition.CredentialDefinitionLookupAndPaginationSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.pollux.schema.CredentialSchemaAnoncredSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.pollux.schema.CredentialSchemaBasicSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.pollux.schema.CredentialSchemaFailureSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
io.iohk.atala.pollux.schema.CredentialSchemaLookupAndPaginationSpec ‑ (It is not a test it is a sbt.testing.SuiteSelector)
…

♻️ This comment has been updated with latest results.

@antonbaliasnikov antonbaliasnikov deleted the test-ryuk branch October 27, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants