Revert "ignore test testMultithreadedIdAllocationFromReleaseIds of Idmanager" 63/90163/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 31 May 2020 10:53:02 +0000 (12:53 +0200)
committerHema Gopalakrishnan <hema.gopalkrishnan@ericsson.com>
Wed, 2 Sep 2020 08:53:04 +0000 (08:53 +0000)
This reverts commit fdc6265ec43881fec5c32671a3ace721940dfd40, as
the original porting breakage should be fixed now.

Change-Id: Ie03ca2f107a899af7f99689f0ec4dc82c88aa673
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
idmanager/idmanager-impl/src/test/java/org/opendaylight/genius/idmanager/test/IdManagerTest.java

index 3dd4d6ddab6397364aeb3dea5a9e2ee29f8ae87e..4fd99fa14e41248003c487107d49e17c69df2cee 100644 (file)
@@ -35,7 +35,6 @@ import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.jdt.annotation.Nullable;
 import org.junit.Before;
 import org.junit.ComparisonFailure;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.MethodRule;
@@ -231,7 +230,6 @@ public class IdManagerTest {
     }
 
     @Test
-    @Ignore
     @SuppressWarnings("checkstyle:IllegalThrows") // OK as exceptionInExecutor can't be Exception & AssertionFailedError
     public void testMultithreadedIdAllocationFromReleaseIds() throws Throwable {
         CreateIdPoolInput createIdPoolInput = new CreateIdPoolInputBuilder().setHigh(ID_HIGH).setLow(ID_LOW)