[ 
https://issues.apache.org/jira/browse/OAK-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579093#comment-13579093
 ] 

Alex Parvulescu commented on OAK-624:
-------------------------------------

There are still a lot of failed tests, but I've decided to run a diff between 
the default mk (h2) and the segment one.

Here are the tests that are performing worse.
-  "First/Second Run" refers to the number of tests that actually run (to see 
if maybe some of them failed or not) and in parenthesis you have the run time 
in seconds as reported by maven.
- "%Diff" is the computed percentage difference between the 2 runs (h2 vs 
segment)

This contains only the tests that have longer run times, I'll attach the full 
output separately.

||Test Name||First Run||Second Run||%Diff||
|org.apache.jackrabbit.oak.jcr.version.VersionHistoryTest|6(0.15)|6(1.58)|953%|
|org.apache.jackrabbit.oak.jcr.MoveTest|6(0.18)|6(1.73)|861%|
|org.apache.jackrabbit.oak.jcr.security.privilege.PrivilegeManagerTest|7(0.14)|7(1.26)|799%|
|org.apache.jackrabbit.oak.jcr.tck.LockIT|120(4.11)|120(31.85)|674%|
|org.apache.jackrabbit.oak.jcr.tck.QueryIT|288(11.37)|288(81.28)|614%|
|org.apache.jackrabbit.oak.jcr.security.user.NestedGroupTest|4(0.51)|4(3.58)|601%|
|org.apache.jackrabbit.oak.jcr.security.principal.PrincipalManagerTest|17(0.64)|17(4.25)|564%|
|org.apache.jackrabbit.oak.jcr.security.user.GroupTest|27(7.49)|27(49.22)|557%|
|org.apache.jackrabbit.oak.jcr.security.user.ImpersonationTest|3(0.27)|3(1.59)|488%|
|org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest|26(2.07)|26(10.46)|405%|
|org.apache.jackrabbit.oak.jcr.security.user.UserTest|22(1.85)|22(8.84)|377%|
|org.apache.jackrabbit.oak.security.user.UserInitializerTest|5(0.28)|5(1.23)|339%|
|org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest|25(25.69)|25(107.45)|318%|
|org.apache.jackrabbit.oak.jcr.CompatibilityIssuesTest|3(0.14)|3(0.43)|207%|
|org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModuleTest|8(0.8)|8(2.34)|192%|
|org.apache.jackrabbit.oak.kernel.LargeKernelNodeStateTest|3(0.77)|3(1.9)|146%|
|org.apache.jackrabbit.oak.security.user.UserValidatorTest|12(0.97)|12(2.37)|144%|
|org.apache.jackrabbit.oak.security.authentication.DefaultLoginModuleTest|6(0.36)|6(0.8)|122%|
|org.apache.jackrabbit.oak.jcr.tck.NodetypeIT|130(11.64)|130(24.07)|106%|
|org.apache.jackrabbit.oak.security.privilege.PrivilegeValidatorTest|6(0.32)|6(0.65)|103%|
|org.apache.jackrabbit.mk.util.NameFilterTest|1(0.03)|1(0.06)|100%|
|org.apache.jackrabbit.oak.plugins.index.old.PrefixIndexTest|1(0.01)|1(0.02)|100%|
|org.apache.jackrabbit.oak.security.authentication.token.TokenInfoTest|5(0.54)|5(1.06)|96%|
|org.apache.jackrabbit.oak.security.user.query.UserQueryManagerTest|4(0.33)|4(0.64)|93%|
|org.apache.jackrabbit.oak.security.authentication.GuestDefaultLoginModuleTest|2(0.1)|2(0.19)|90%|
|org.apache.jackrabbit.oak.security.authentication.Jackrabbit2ConfigurationTest|9(0.51)|9(0.86)|68%|
|org.apache.jackrabbit.oak.api.QueryTest|1(0.02)|1(0.03)|50%|
|org.apache.jackrabbit.oak.security.authorization.permission.AllPermissionsTest|3(0.16)|3(0.24)|50%|
|org.apache.jackrabbit.oak.jcr.RepositoryTest|102(23.38)|102(33.45)|43%|
|org.apache.jackrabbit.oak.jcr.OrderableNodesTest|4(1.08)|4(1.51)|39%|
|org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexQueryTest|6(0.86)|6(1.1)|27%|
|org.apache.jackrabbit.oak.jcr.query.PrefetchIteratorTest|3(0.24)|3(0.28)|16%|
|org.apache.jackrabbit.oak.spi.security.authorization.ImmutableACLTest|14(0.97)|14(1.13)|16%|
|org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationActionTest|4(0.56)|4(0.64)|14%|
|org.apache.jackrabbit.oak.jcr.nodetype.NodeTypeTest|2(0.16)|2(0.18)|12%|
|org.apache.jackrabbit.oak.security.authorization.AccessControlManagerImplTest|38(5.19)|38(5.78)|11%|
|org.apache.jackrabbit.mk.persistence.GCPersistenceTest|8(2.07)|8(2.26)|9%|
|org.apache.jackrabbit.mk.blobs.DbBlobStoreTest|10(0.24)|10(0.25)|4%|
|org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionImplTest|7(7.06)|7(7.28)|3%|
|org.apache.jackrabbit.oak.core.RootImplFuzzIT|1(16.09)|1(16.28)|1%|

                
> 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
>
> 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

Reply via email to