postgresql-embedded
postgresql-embedded copied to clipboard
Embedded PostgreSQL Server
On OSX, when I run from the CLI in Maven, it works fine. When I run in Intellij the same tests (JUnit), I get: ``` 18:48:42.926 [Thread-0] DEBUG ru.yandex.qatools.embed.postgresql.ext.LogWatchStreamProcessor -...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
Hi Team, I am using this jar in one of the projects in my organization. When i run the static code security analysis, it screams lot of vulnerabilities. [ERROR] postgresql-embedded-2.6.jar:...
I have used the embedded Postgres fine for a long time with the default temporary paths. When I tried to switch to a cached server path it worked fine on...
Hi when following the tutorial I get this exception: ``` java.lang.NoSuchFieldException: handle at java.base/java.lang.Class.getDeclaredField(Class.java:2412) at de.flapdoodle.embed.process.runtime.Processes.windowsProcessId(Processes.java:109) at de.flapdoodle.embed.process.runtime.Processes.access$200(Processes.java:51) at de.flapdoodle.embed.process.runtime.Processes$PidHelper$2.getPid(Processes.java:209) at de.flapdoodle.embed.process.runtime.Processes.processId(Processes.java:72) at de.flapdoodle.embed.process.runtime.ProcessControl.(ProcessControl.java:64) at de.flapdoodle.embed.process.runtime.ProcessControl.start(ProcessControl.java:205) at de.flapdoodle.embed.process.runtime.AbstractProcess.(AbstractProcess.java:99) at ru.yandex.qatools.embed.postgresql.AbstractPGProcess.(AbstractPGProcess.java:19)...
I am trying to run tests using an embedded postgres server, but the process just hangs indefinitely after it extracts the archive and runs all the insert statements. There's one...
I am on Ubuntu and I have following maven coordinates in my Spring Boot Project: ru.yandex.qatools.embed postgresql-embedded 2.10 and follwing Postgres configuration I am useing: System.out.println("-----------------------------Hello World-------------------------------------------"); DriverManagerDataSource ds =...
When we start the postgres for the first time, it downloads the binaries http://get.enterprisedb.com/postgresql/postgresql-11.1-1-linux-x64-binaries.tar.gz Is there any way to configure a download via https?
Locally, everything works fine, but I need to be able to run this on a buildserver with jenkins. The server is not owned by us, and we do not have...