##// END OF EJS Templates
pull-requests: optimize db transaction logic....
pull-requests: optimize db transaction logic. - we've been investigating this issue with locked pull-requests - the transactions arround audit-logs and state-lock seems to be fragile for long-running, and exception prone setups - this change tries to make use of few snapshot transactions to prevent a long ones, and actually try to recover on failed audit-log calls.

File last commit:

r4269:64b3996e default
r4712:412d5d47 stable
Show More
requirements_test.txt
16 lines | 263 B | text/plain | TextLexer
/ requirements_test.txt
# test related requirements
pytest==4.6.5
py==1.8.0
pytest-cov==2.7.1
pytest-sugar==0.9.2
pytest-runner==5.1.0
pytest-profiling==1.7.0
pytest-timeout==1.3.3
gprof2dot==2017.9.19
mock==3.0.5
cov-core==1.15.0
coverage==4.5.4
webtest==2.0.34
beautifulsoup4==4.6.3