mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-11-05 15:32:21 +00:00
[MNT-25404] Query Performance - High performance cost in retrieving nodes/node properties for large result sets
- Clarify why the test is now disabled
This commit is contained in:
@@ -256,7 +256,7 @@ public class ResultMapperTests
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Disabled MNT-25404 - needs rework to test new getAspects method")
|
||||
@Ignore("Disabled MNT-25404 - Invalid test. Assumes multi-store search.")
|
||||
public void testToCollectionWithPagingInfo()
|
||||
{
|
||||
ResultSet results = mockResultSet(asList(514l), asList(566l, VERSIONED_ID));
|
||||
|
||||
Reference in New Issue
Block a user