embedded-database-spring-test icon indicating copy to clipboard operation
embedded-database-spring-test copied to clipboard

A library for creating isolated embedded databases for Spring-powered integration tests.

Results 29 embedded-database-spring-test issues
Sort by recently updated
recently updated
newest added

Upgrade Spring and Spring Boot to the latest patch version for the given minor version. This upgrades several vulnerable dependencies: json-smart from 2.4.8 to 2.4.10 fixing Denial of Service (DoS):...

I have multiple datasources, each points to a different schema in the same database. ``` dsx.datasource.jdbc-url=jdbc:postgresql://localhost:5432/db?currentSchema=x dsx.datasource.hikari.data-source-properties.currentSchema=x ``` ``` dsy.datasource.jdbc-url=jdbc:postgresql://localhost:5432/db?currentSchema=y dsy.datasource.hikari.data-source-properties.currentSchema=y ``` ``` dsz.datasource.jdbc-url=jdbc:postgresql://localhost:5432/db?currentSchema=z dsz.datasource.hikari.data-source-properties.currentSchema=z ``` I'm using the AutoConfigureEmbeddedDatabase...

type: enhancement

I need to configure the `pg_stat_statements` extension. In order for it to be installed correctly I need to specify it in `shared_preload_libraries`, what is the correct way to do this?...

type: bug

Thank you very much @tomix26 for this wonderful project. All efforts appreciated. I would like to suggest an improvement for docs. Can we mention more about Junit 5 support in...

type: documentation

Hello, Can we set default timezone for this embedded database? If yes, can you let me know how?

type: bug

I'm getting this error when I run an integration test in our CI pipeline (on BitBucket), but all works fine when run on my laptop: `TenantScopedEntityTest > initializationError FAILED java.lang.IllegalStateException...

Hello. **Does it possible to use JSONB in DB Rider Dataset?** **My init SQL is:** ``` CREATE TABLE IF NOT EXISTS my_table ( id TEXT, tags JSONB ); ``` **My...

Hello. Does it possible to use **db rider** with **zonkyio embedded postgresql**? I have tried, but without success - `@DataSet` annotation throws an exception that table does not exist.

status: waiting-for-feedback

My integration tests often fail with the error `source database "uqlipbuiagmk" is being accessed by other users`. The issue is not easy to reproduce since it happens non-deterministically. In between...

status: waiting-for-feedback