Skip to content

TucoBouchState/bug-quarkus-database-dev-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates an issue with database dev services, apparently appeared from Quarkus version 3.22

As described in https://quarkus.io/guides/databases-dev-services#reuse-within-execution, we expect that the database is reused during unit tests.
If the unit test is using QuarkusTestResource, we see that, depending of the Quarkus version, that the database is not reused as expected, which seems to be an issue appeared in Quarkus 3.22.

In order to reproduce, just run unit tests and change

Quarkus version Unit tests
3.19.4
3.21.4
3.22.3
3.23.4
3.24.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages