##// END OF EJS Templates
shadow-repos: use safer way to destroy shadow repositories....
shadow-repos: use safer way to destroy shadow repositories. we had reported errors on removal of shadow repos. Not reproduced, however suspecting are filesystem sync/symlink race-conditions on shared storage. End result were existing shadow-repo directories that tricked rhodecode into thinking shadow repos is existing, but infact it was a dummy structure semi-removed. Using shutil.move we ENSURE rhodecode doesn't read those back even if removal fails.

File last commit:

r2761:cdb0bfef default
r2777:f1cc2e3d default
Show More
requirements_test.txt
14 lines | 240 B | text/plain | TextLexer
/ requirements_test.txt
# test related requirements
pytest==3.6.0
py==1.5.3
pytest-cov==2.5.1
pytest-sugar==0.9.1
pytest-runner==4.2.0
pytest-profiling==1.3.0
gprof2dot==2017.9.19
pytest-timeout==1.2.1
mock==1.0.1
webtest==2.0.29
cov-core==1.15.0
coverage==3.7.1