Details
Assignee
UnassignedUnassignedReporter
Steve EbersoleSteve EbersolePriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Steve Ebersole
Steve EbersolePriority
Created March 21, 2025 at 4:11 PM
Updated March 21, 2025 at 4:21 PM
In our test suite, by default, we run all tests against every database. This can be mitigated using
@RequiresDialect
,@SkipForDialect
, etc.Many tests in the test suite are run against all databases when they do not need to be. Some patterns I have seen include:
Pure unit tests - tests that test internal utilities, etc
Tests that leverage test-defined Dialects