[
https://issues.apache.org/jira/browse/OAK-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13584259#comment-13584259
]
Alex Parvulescu commented on OAK-624:
-------------------------------------
I ran the tests again and it's not looking to good. No stats this time.
The number of failed tests is pretty high compared to last time's performance
(67 bad vs 3 last time).
bq. Tests run: 511, Failures: 1, Errors: 66, Skipped: 13
Results :
Failed tests: addNodes(org.apache.jackrabbit.oak.jcr.ConcurrentAddTest):
javax.jcr.RepositoryException:
org.apache.jackrabbit.oak.api.CommitFailedException: System overloaded, try
again later
Tests in error:
testImpersonation(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest)
testAny(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest)
testSelector(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testDirectScope(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testIndirectScope(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testFindUsersInGroup(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testFindGroupsInGroup(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testNameMatch(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testFindProperty1(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testFindProperty2(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testFindProperty3(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testPropertyExistence(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testPropertyLike(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testContains1(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testContains2(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testContains3(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testContains4(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testCondition1(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testCondition2(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testSortOrder1(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testSortOrder2(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testOffset(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testSetBound(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testScopeWithOffset(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testScopeWithMax(org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest):
Authorizable with ID animals already exists
testCreateUser(org.apache.jackrabbit.oak.jcr.security.user.CreateUserTest)
testCreateUserWithPath2(org.apache.jackrabbit.oak.jcr.security.user.CreateUserTest)
testCreateUserWithDifferentPrincipalName(org.apache.jackrabbit.oak.jcr.security.user.CreateUserTest)
testCreateUserWithNullUserID(org.apache.jackrabbit.oak.jcr.security.user.CreateUserTest)
testCreateUserWithEmptyUserID(org.apache.jackrabbit.oak.jcr.security.user.CreateUserTest)
testCreateUserWithNullPrincipal(org.apache.jackrabbit.oak.jcr.security.user.CreateUserTest)
testGetAuthorizable(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testUserIDFromSession(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateUserWithoutPassword(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateGroupWithId(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateGroupIdDifferentFromPrincipalName(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateGroupWithExistingPrincipal(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateGroupWithExistingPrincipal3(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateGroupWithExistingPrincipal4(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateGroupWithExistingGroupID(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCleanup(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testCreateWithAbsoluteIntermediatePath(org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest)
testRemoveListedAuthorizable(org.apache.jackrabbit.oak.jcr.security.user.AuthorizableTest)
testIsGroup(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testGetDeclaredMembers(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testGetMembersAgainstIsMember(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testGetMembersAgainstMemberOf(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testGetMembersContainsDeclaredMembers(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testAddMember(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testAddMembers(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testAddRemoveMember(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testIsDeclaredMember(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testAddMemberTwice(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testAddMemberModifiesMemberOf(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testIndirectMembers(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testMembersInPrincipal(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testDeeplyNestedGroups(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testCyclicGroups(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testAddItselfAsMember(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testRemoveGroupClearsMembership(org.apache.jackrabbit.oak.jcr.security.user.GroupTest)
testAddGroupAsMember(org.apache.jackrabbit.oak.jcr.security.user.NestedGroupTest)
testCyclicMembers2(org.apache.jackrabbit.oak.jcr.security.user.NestedGroupTest)
testInheritedMembership(org.apache.jackrabbit.oak.jcr.security.user.NestedGroupTest)
testEveryoneGroup(org.apache.jackrabbit.oak.jcr.security.user.EveryoneGroupTest)
testGroupPrincipal(org.apache.jackrabbit.oak.jcr.security.user.EveryoneGroupTest)
setPrimaryType(org.apache.jackrabbit.oak.jcr.OrderableNodesTest)
> Run Oak-Jcr tests using the SegmentMK
> -------------------------------------
>
> Key: OAK-624
> URL: https://issues.apache.org/jira/browse/OAK-624
> Project: Jackrabbit Oak
> Issue Type: Sub-task
> Reporter: Alex Parvulescu
> Priority: Minor
> Attachments: t3-csv.log.zip
>
>
> It will take some time until the code stabilizes so I've created this issue
> to track potential transient issues with the oak-jcr tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira