You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2011/06/10 08:09:59 UTC

[jira] [Commented] (DIRSERVER-1223) @Ignore annotation on both core and server integ causes tests to stop

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

Emmanuel Lecharny commented on DIRSERVER-1223:
----------------------------------------------

Here is an updated list of @Ignored tests (only when they aren't @Ignored for a good reason : perf tests, etc) 
AdministrativePointServiceIT, 19 tests 
SearchAuthorizationIT 
  testRangeOfValues (bug in the rangeOfValues evaluation) 
CollectiveAttributeServiceIT 
  testSearchFilterCollectiveAttribute 
AliasSearchIT 
  testDerefDescendantOfAlias 
  testOuUser3_Loop 
  testCnDeputyOuUser3_Loop 
  testCursorNextPrevWithReset 
  testCursorPrevNext 
SearchBinaryIT 
  testSearchSubstrOnBinaryAttribute 
MetaSchemaHandlerIT 
  testAddDisabledSchemaNoDeps
  testAddDisabledSchemaWithDeps 
  testRejectDisabledSchemaAddWithMissingDeps
  testAddEnabledSchemaNoDeps 
  testRejectEnabledSchemaAddWithDisabledDeps 
  testDeleteSchemaNoDependents 
  testRejectSchemaDeleteWithDependents 
  testRejectEnabledSchemaAddWithMisingDeps 
  testDisableSchemaWithEnabledDependents
  testSchemaRenameDisabledSchema 
  testRejectSchemaRenameWithDeps 
  testSchemaRenameEnabledSchema 
  testRejectAddBogusDependency 
  testRejectAddOfDisabledDependencyToEnabledSchema
  testAddOfDisabledDependencyToDisabledSchema 
  testAddOfEnabledDependencyToDisabledSchema 
SubschemaSubentryIT 
  testTimestampAndModifierUpdates 
SubentryServiceIT 
  testEntryAdd 
  testSubentryAdd 
  testSubentryModify 
  testSubentryModify2 
  testSubentryDelete 
  testSubentryModifyRdn 
  testEntryModifyRdn 
  testEntryMoveWithRdnChange 
  testEntryMove 
  testBaseScopeSearchSubentryVisibilityWithoutTheControl 
  testSubtreeScopeSearchSubentryVisibilityWithoutTheControl 
  testSubtreeScopeSearchSubentryVisibilityWithTheSubentriesControl 
  testLookupSubentryWithTheSubentriesControl 
  testLookupSubentryAPIWithTheSubentriesControl 
  testLookupSubentryAPIWithoutTheSubentriesControl 
  testUserInjectAccessControlSubentries 
SubentryServiceForTriggersIT : 8 tests 
TriggerInterceptorIT : 3 tests 
SingleFileLdifPartitionTest 
  testConcurrentOperations 
TicketGrantingServiceTest  
  testInappropriateChecksum 
NtpITest 
  testNtp 
AdministrativePointModifyDelIT 
  testModifyRemoveAAP 
PasswordPolicyServiceIT : 7 tests 
SaslBindIT 
  testSaslBindPLAIN 
  testSaslBindNoMech 
  testSequentialBinds 
SearchIT 
  testSearchTimeLimit 
ClientServerReplicationIT 
  testRebootConsumer 
AvlRdnIndexTest 
  testCacheSize 
ClientDeleteRequestTest 
  testDeleteWithoutCascadeControl 
  testDeleteAsyncWithoutCascadeControl 
SchemaManagerLoadTest 
  testLoadCoreInetOrgPersonAndNis 
  testLoadDisabled 

for a total of 73 @ignored tests. (we have more ignored tests, but mainly because they are performance tests. We may want to define a profile for such tests) 

> @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: 2.0.0-M1
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira