mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Build fix: Full index recovery test now recovers all indexes (we now delete the indexes on FULL rebuild which means subsequent test will fail to validate)
- DM index ignores AVM stores - AVM stores are also rebuilt in the test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19930 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -326,7 +326,10 @@ public class FullIndexRecoveryComponent extends AbstractReindexComponent
|
||||
// delete stores
|
||||
for(StoreRef storeRef : nodeService.getStores())
|
||||
{
|
||||
indexer.deleteIndex(storeRef);
|
||||
if(!storeRef.getProtocol().equals(StoreRef.PROTOCOL_AVM))
|
||||
{
|
||||
indexer.deleteIndex(storeRef);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user