jgit/org.eclipse.jgit.lfs.server.../tst/org/eclipse/jgit/lfs/server/fs
Saša Živkov b72fc2b494 Make the FileLfsRepository thread safe
The FileLfsRepository.out member could have been accessed from multiple
threads which would corrupt the content.

Don't store the AtomicObjectOutputStream in the FileLfsRepository.out but
move it to the ObjectUploadListener which is instantiated per-request.

Add a parallel upload test.

Change-Id: I62298630e99c46b500d376843ffcde934436215b
Signed-off-by: Saša Živkov <sasa.zivkov@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-03-22 17:26:46 +01:00
..
DownloadTest.java Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
LfsServerTest.java Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
UploadTest.java Make the FileLfsRepository thread safe 2016-03-22 17:26:46 +01:00