[
https://issues.apache.org/jira/browse/DIRSERVER-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622816#action_12622816
]
Emmanuel Lecharny commented on DIRSERVER-1223:
----------------------------------------------
Here is the list of test currently being @Ignored :
core-integ
----------------
org.apache.directory.server.core.jndi.SearchITest.testSearchSizeLimit()
org.apache.directory.server.core.jndi.SearchITest.testSearchTimeLimit()
org.apache.directory.server.core.jndi.SubschemaSubentryIT.testTimestampAndModifierUpdates()
org.apache.directory.server.core.jndi.SubentryServiceIT (all the tests)
org.apache.directory.server.core.jndi.SubentryServiceIT
SubentryServiceForTriggersIT (all the tests)
TriggerInterceptorIT ( all the tests)
for a total of 25 tests
server-integ
-------------------
org.apache.directory.server.operations.modifydn.ModifyRdnIT.testModifyRdnWithEncodedNewRdn()
org.apache.directory.server.operations.modifydn.ModifyRdnIT.testModifyRdnWithEscapedPoundNewRdn
org.apache.directory.server.operations.modifydn.ModifyRdnIT.testModifyMultiValuedRdnVariant5
org.apache.directory.server.operations.modifydn.ModifyRdnIT.testModifyMultiValuedRdnVariant6
for a total of 4 tests
mitosis
-----------
org.apache.directory.mitosis.service.ReplicationServiceITest.testOneWay()
for a total of one test
shared-ldap
-------------------
org.apache.directory.shared.ldap.codec.util.LdapUrlTest (all tests)
org.apache.directory.shared.ldap.ldif.LdifUtilsTest.testReverseModifyAddExistingCnValue()
for a total of 111 tests
We have a grand total of 141 tests ignored atm.
> @Ignore annotation on both core and server integ causes tests to stop
> ---------------------------------------------------------------------
>
> Key: DIRSERVER-1223
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1223
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: core-integ
> Reporter: Alex Karasulu
> Fix For: 1.5.4
>
>
> The @Ignore annotation is leaving some tests unexecuted especially when run
> in a suite. The the test methods following a test with a @Ignore never
> execute even if they have no @Ignore. Also in a suite the test classes do
> not execute if after the test class with @Ignore annotations on a test
> method. This is not a minor problem and can lead to false positives.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.