Provided postgreSql binary without being part of the rule
Closed this issue · 1 comments
stjook commented
Hello, this might be not an issue however I'd like to share with you. So I tried to find a proper way to provide my postgresql binary to run tests for a targeted version. So the suggested way with the ClasspathBinaryResolver it works, however it is forced in every test case to execute the EmbeddedPostgres.prepareBinaries which does a repeatable task that might not be needed. My workaround was to just include in my classpath the postgresql-Linux-x86_64.txz which for my case includes postgreSQL v9.5. I am sure that this is an option but looks more like a workaround for now.
mikebell90 commented
See 0.13.3, which includes a way to specify an alternate directory resolver.