SuccessChanges

Summary

  1. * Added new multi-threaded test for a collision *during* simultaneous upload (=> interrupting one of the uploads). * Fixed many bugs related to newly tested scenario.
Revision 411 by Marco Nguitragool-Schulze:
* Added new multi-threaded test for a collision *during* simultaneous upload (=> interrupting one of the uploads).
* Fixed many bugs related to newly tested scenario.
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/Cryptree.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/CollisionDto.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/HistoCryptoRepoFileDto.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/repo/local/SsLocalRepoMetaData.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/CryptreeImpl.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/DuplicateCryptoRepoFileHandler.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/LocalRepoStorageImpl.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/SsLocalRepoMetaDataImpl.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/SsLocalRepoSync.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CloudStorePersistenceCapableClassesProviderImpl.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/Collision.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CollisionDao.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CurrentHistoCryptoRepoFile.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoCryptoRepoFile.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/PreliminaryDeletion.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/ScheduledReupload.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/ScheduledReuploadDao.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/transport/CryptreeFileRepoTransportImpl.java
The file was modified/trunk/org.subshare/org.subshare.rest.client/src/main/java/org/subshare/rest/client/transport/CryptreeRestRepoTransportImpl.java
The file was modified/trunk/org.subshare/org.subshare.rest.server/src/main/java/org/subshare/rest/server/service/SsWebDavService.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/CollisionOnClientRepoToRepoSyncIT.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/CollisionOnServerRepoToRepoSyncIT.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/CollisionRepoToRepoSyncIT.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/RepoToRepoSyncCoordinator.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/RepoToRepoSyncCoordinatorSupport.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/resources/logback-test.xml