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

Feature request: rules for tests #104

Open
brunoborges opened this issue Jul 30, 2024 · 1 comment
Open

Feature request: rules for tests #104

brunoborges opened this issue Jul 30, 2024 · 1 comment
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@brunoborges
Copy link

Let's consider the example of a Java application that connects to an RDBMS system. THe existing rules will identify which RDBMS system is used, and may provide recommendations on what to do about that. But these recommendations are only about the actual business application code.

In certain apps, code in Unit Tests and Integration Tests may also connect to a database, and in these cases, one recommendation may be to adopt emulators and Test Containers to spin up a temporary database.

Today, there is no clear path on how to draft rules that provide recommendations specifically for code that performs tests.

Another point is rules for testing frameworks, e.g. moving from an old version of JUnit to a new version or migrating to TestNG and vice-versa.

@konveyor-ci-bot konveyor-ci-bot bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jul 30, 2024
@konveyor-ci-bot
Copy link

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.

@konveyor-ci-bot konveyor-ci-bot bot added the needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. label Jul 30, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Planning Jul 30, 2024
@konveyor-ci-bot konveyor-ci-bot bot added the needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant