mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
74021: Merged DEV 5.0 to HEAD-BUG-FIX (5.0) r73999: ACE-1979: BM-0015: S3 AWS error messages generated during load tests - Emptying tag scope cache has been changed to setting content property for the cache to null to avoid zero-size writes. New test has been added for 'UpdateTagScopesActionExecuter' which covers use-case described in point 4. The fix has been tested against 'TaggingServiceImplTest' git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74867 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -354,6 +354,7 @@ public class Repository01TestSuite extends TestSuite
|
||||
static void tests53(TestSuite suite)
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.tagging.TaggingServiceImplTest.class);
|
||||
suite.addTestSuite(org.alfresco.repo.tagging.UpdateTagScopesActionExecuterTest.class);
|
||||
}
|
||||
|
||||
static void tests55(TestSuite suite)
|
||||
|
Reference in New Issue
Block a user