The tag for PostgreSQL integration test should be consistent with the annotation name #4001
Labels
good first issue
Good for newcomers
refactoring
Cleaning up code and dependencies
triage
all new issues awaiting classification
Bug Report
Describe the Bug
The tag is PostgresqlIntegrationTest while the annotation is PostgresqlDbIntegrationTest.
Expected Behavior
It would be better to have consistent name as done for IntegrationTest annotation in order to keep users from setting invalid option like
-DincludeTags=PostgresqlDbIntegrationTest
.Possible Implementation
renaming the PostgresqlDbIntegrationTest to PostgresqlIntegrationTest.
The text was updated successfully, but these errors were encountered: