Skip to content

Improve Spring integration tests minimization to minimize database content #2219

@EgorkaKulikov

Description

@EgorkaKulikov

Description

Spring integration tests store some information to database before running method under tests.
However, if there are two potential test methods for one branch, we should prefer the method without database communication or with minimal database communication, because it is faster and more safe.

We should improve minimization strategy to select method with minimal database interaction if all other minimization conditions are similar for them.

Metadata

Metadata

Assignees

Labels

comp-minimizerIssue is related to Minimization phasecomp-springIssue is related to Spring projects supportctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions