Skip to content
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

Use @Transactional properly in test methods #21

Open
danielpetisme opened this issue Jan 15, 2020 · 0 comments
Open

Use @Transactional properly in test methods #21

danielpetisme opened this issue Jan 15, 2020 · 0 comments
Labels
status: waiting-quarkus-fix Waiting a fix coming from Quarkus upstream

Comments

@danielpetisme
Copy link
Member

Is your feature request related to a problem? Please describe.
When a test is annotated @Transactional the data is not commited into the DB thus not visible in the application under test.

Describe the solution you'd like
The objective is to use @Transactional smoothly without any hacks.

Describe alternatives you've considered
The current solution is to manually manage the transaction

Additional context
quarkusio/quarkus#6536

@danielpetisme danielpetisme added the status: waiting-quarkus-fix Waiting a fix coming from Quarkus upstream label Jan 15, 2020
avdev4j pushed a commit that referenced this issue Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-quarkus-fix Waiting a fix coming from Quarkus upstream
Projects
None yet
Development

No branches or pull requests

1 participant