Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shadow-copy assemblies option is not working #51

Open
pblachut opened this issue Mar 21, 2018 · 1 comment
Open

Shadow-copy assemblies option is not working #51

pblachut opened this issue Mar 21, 2018 · 1 comment
Labels
bug Something isn't working help wanted

Comments

@pblachut
Copy link
Member

pblachut commented Mar 21, 2018

When Shadow-copy assemblies being tested option is checked in r# unit testing options then it is not possible to run tests. The message says that it was not possible to find Postgres binaries. Similar situation is also in other runners like fake`s xunit2helper. After disabling this option binaries are being found properly.

Postgres2Go.Helper.Postgres.PostgresBinariesNotFoundException : Could not find Postgres binaries using the search pattern of pg-dist\pgsql-*-windows64-binaries\bin.

@pblachut pblachut changed the title R# shadow-copy assemblies option is not working Shadow-copy assemblies option is not working Mar 21, 2018
@zabrowarnyrafal
Copy link
Member

Resharper unit test runner has option to make shadow copy of test DLL and in result $TEMP is folder where searching of PostgreeSQL binaries beginning. Searching of Pg binaries never ends successful.

Same for xunit console runner when shadow copy is enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted
Projects
None yet
Development

No branches or pull requests

2 participants