diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2016-05-30 11:16:14 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-30 11:16:14 +0200 |
commit | 12b482b976656bb73b1dd265b3e069ff4eb71c65 (patch) | |
tree | 0c533bfac7f04f59587aa08a2ca80e151bac9a13 /.gitignore | |
parent | d717b583d22c66c08563e35b9b770a8b18954087 (diff) | |
download | nextcloud-server-12b482b976656bb73b1dd265b3e069ff4eb71c65.tar.gz nextcloud-server-12b482b976656bb73b1dd265b3e069ff4eb71c65.zip |
[testing] Allow to lock a file without the lock being killed at the end of the request (#22823)
* Allow to lock a file without the lock being killed at the end of the request
* Make DB locking detectable
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 73f57989a8d..e7ced4b393f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ !/apps/user_ldap !/apps/provisioning_api !/apps/systemtags +!/apps/testing !/apps/updatenotification /apps/files_external/3rdparty/irodsphp/PHPUnitTest /apps/files_external/3rdparty/irodsphp/web |