-
Notifications
You must be signed in to change notification settings - Fork 96
Replace DBSelectionExtension with annotations #1827
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
Labels
testing
Improvements to test suite
Milestone
Comments
blafond
added a commit
to blafond/hibernate-reactive
that referenced
this issue
Jan 18, 2024
blafond
added a commit
to blafond/hibernate-reactive
that referenced
this issue
Jan 18, 2024
blafond
added a commit
to blafond/hibernate-reactive
that referenced
this issue
Jan 18, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 19, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 19, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 19, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 22, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 22, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 22, 2024
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 22, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 22, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 22, 2024
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 22, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 23, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 23, 2024
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 23, 2024
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 23, 2024
DavideD
pushed a commit
that referenced
this issue
Jan 23, 2024
DavideD
pushed a commit
that referenced
this issue
Jan 23, 2024
DavideD
pushed a commit
that referenced
this issue
Jan 23, 2024
DavideD
added a commit
that referenced
this issue
Jan 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: