You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2011/01/23 23:09:29 UTC

svn commit: r1062544 - /directory/apacheds/trunk/ldif-partition/src/test/java/org/apache/directory/server/core/partition/SingleFileLdifPartitionTest.java

Author: akarasulu
Date: Sun Jan 23 22:09:28 2011
New Revision: 1062544

URL: http://svn.apache.org/viewvc?rev=1062544&view=rev
Log:
ignore bad concurrent test using Thread.sleep() instead of proper synchronization and taking way to much time

Modified:
    directory/apacheds/trunk/ldif-partition/src/test/java/org/apache/directory/server/core/partition/SingleFileLdifPartitionTest.java

Modified: directory/apacheds/trunk/ldif-partition/src/test/java/org/apache/directory/server/core/partition/SingleFileLdifPartitionTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldif-partition/src/test/java/org/apache/directory/server/core/partition/SingleFileLdifPartitionTest.java?rev=1062544&r1=1062543&r2=1062544&view=diff
==============================================================================
--- directory/apacheds/trunk/ldif-partition/src/test/java/org/apache/directory/server/core/partition/SingleFileLdifPartitionTest.java (original)
+++ directory/apacheds/trunk/ldif-partition/src/test/java/org/apache/directory/server/core/partition/SingleFileLdifPartitionTest.java Sun Jan 23 22:09:28 2011
@@ -80,10 +80,7 @@ import org.apache.directory.shared.ldap.
 import org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager;
 import org.apache.directory.shared.util.exception.Exceptions;
 import org.apache.directory.shared.util.Strings;
-import org.junit.Before;
-import org.junit.BeforeClass;
-import org.junit.Rule;
-import org.junit.Test;
+import org.junit.*;
 import org.junit.rules.TemporaryFolder;
 
 
@@ -869,6 +866,7 @@ public class SingleFileLdifPartitionTest
      * @throws Exception
      */
     @Test
+    @Ignore("Taking way too much time and very timing dependent")
     public void testConcurrentOperations() throws Exception
     {
         SingleFileLdifPartition partition = injectEntries();