glickid
glickid
Having the same issue, is there a solution? java.io.FileNotFoundException: File '/tmp/postgresql-embed-d42a05e0-390c-47ff-ae4f-eb9a16909b83/db-content-cecf683a-033b-4b22-9393-db2dd7f798d4/postmaster.pid' does not exist [17:10:37] at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:299) [17:10:37] at org.apache.commons.io.FileUtils.readLines(FileUtils.java:1783) [17:10:37] at org.apache.commons.io.FileUtils.readLines(FileUtils.java:1819) [17:10:37] at ru.yandex.qatools.embed.postgresql.PostgresProcess.onAfterProcessStart(PostgresProcess.java:256) [17:10:37] at de.flapdoodle.embed.process.runtime.AbstractProcess.(AbstractProcess.java:116) [17:10:37]...
`ScriptUtils` (spring version 5.2.5.RELEASE) failed parsing the following: ```sql CREATE FUNCTION public.add_user(user_name character varying, user_id integer) RETURNS void LANGUAGE plpgsql SECURITY DEFINER AS $$DECLARE BEGIN INSERT INTO tbl_users (username, id)...