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

Rules for assessing and modernizing tests #129

Closed
brunoborges opened this issue Aug 10, 2023 · 2 comments
Closed

Rules for assessing and modernizing tests #129

brunoborges opened this issue Aug 10, 2023 · 2 comments
Labels
enhancement New feature or request rule upstream

Comments

@brunoborges
Copy link
Member

brunoborges commented Aug 10, 2023

Customers may need help updating their tests as well, for example to use TestContainers to emulate Azure CosmosDB, or to properly use Spring Profiles for local development testing.

Another scenario is updating test cases due to JDK migration efforts.

@brunoborges
Copy link
Member Author

One piece of feedback we got from a customer was the following:

  1. Customer was unable to develop locally once Azure Key Vault was added because of the lack of a managed identity that would allow the local development environment access Azure Key Vault.
  2. Customer asked if we had an equivalent to LocalStack which is available as 3rd party offering for AWS customers and allows you to develop locally with several AWS services.
  3. Customer could not use managed identity on their local PostgreSQL database but was able to work around the issue using Spring Boot profiles and direct PostgreSQL user accounts.

These rules for test cases can be helpful to reduce complexity of testing the project if/when it goes to Azure.

@brunoborges brunoborges added enhancement New feature or request rule labels Aug 10, 2023
@KaiqianYang KaiqianYang added this to the Post MVP milestone Aug 31, 2023
@brunoborges brunoborges removed this from the Post MVP milestone Jul 11, 2024
@brunoborges brunoborges changed the title Rules for unit tests Rules for assessing and modernizing tests Jul 30, 2024
@brunoborges
Copy link
Member Author

This was posted upstream: konveyor/rulesets#104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rule upstream
Projects
None yet
Development

No branches or pull requests

2 participants