Skip to content

Replace DBSelectionExtension with annotations #1827

Closed
@blafond

Description

@blafond

The current DBSelectionExtension only provides class level management of what DB's to run or skip. Some test methods have been failing in a test, but options only include using RunOnlyFor( dbs...) or SkipTestsFor for all test cases.

Currently there are some tests that use the @disabled annotation, but the tests are disabled for ALL DBTypes.

Create annotations that will allow running tests that can skip or run with individual test methods as well all tests in the test class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingImprovements to test suite

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions