Ilya
Ilya
For anyone else looking for a workaround, I've crafted a script that re-enables extensions that must be enabled: ```php
@zemudkram This might be a bug in [de.flapdoodle.embed.process](https://github.com/flapdoodle-oss/de.flapdoodle.embed.process). We could catch any exceptions during temporary files removal, but I believe it would be better to find out why actual files...
Please also indicate the version and the operating system, you're using.
@zemudkram Thanks for the detailed explanation. It seems that I've managed to resolve this problem. Could you try the version from PR(#27) locally?
@zemudkram AFAIU you're using Spring4JUnitRunner (or a kind of) and the independent Spring context for each test class. That's why there are multiple messages about psql executable in the log....
@jnickc the same problem was discussed here #6. Please try to reboot or just kill the possibly remained psql proess.
@golimpio I'll try to debug this soon. For now you can try to disable "daemon process" option using the runtime configuration, like: ```java return new RuntimeConfigBuilder() .defaults(Command.Postgres) .daemonProcess(false) // this...
@golimpio I see. Can you please test the version from #87 ?
@aramcodz Can you trace/debug the the problem with loggers in the code of Embedded Postgres? You could send a PR, which is always welcome. The `ClassNotFoundException` makes me thinking that...
@kazuki43zoo I've tested your case in my local environment (Ubuntu 16.04) and can confirm the failure. I haven't dug deeper, but your problem is that `initdb` of 10.1 fails with...