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

Many errors while launching the tests in Windows #171

Open
jfthuong opened this issue Dec 29, 2020 · 0 comments
Open

Many errors while launching the tests in Windows #171

jfthuong opened this issue Dec 29, 2020 · 0 comments

Comments

@jfthuong
Copy link

jfthuong commented Dec 29, 2020

When a build is run, tests are run in Linux VM and they are (normally) all Passed.

Locally, the tests are only Passed on Linux and not Windows.

Following errors are raised by the tests on windows

  • svn.exception.SvnException: Command failed with (1): ['svn', '--non-interactive', 'info', ...
  • svn.exception.SvnException: Command failed with (3221226505): ['svn', '--non-interactive', 'checkout', ...
  • PermissionError: [WinError 5] Access is denied: '..svn-base' (when performing shutil.rmtree during teardown)

It would be good to try to make them work on Windows for people who don't use Linux or don't know how to setup a Linux WSL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant