mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
Comment out buggy unit tests, fix #2185
This commit is contained in:
parent
5a63c3dd63
commit
57d91d754d
@ -42,6 +42,7 @@ import org.joda.time.Period;
|
|||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@ -426,6 +427,7 @@ public class JDBCExtractionNamespaceTest
|
|||||||
assertUpdated(extractionNamespace.getNamespace(), "foo", "bar");
|
assertUpdated(extractionNamespace.getNamespace(), "foo", "bar");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore // https://github.com/druid-io/druid/issues/2160
|
||||||
@Test(timeout = 60_000L)
|
@Test(timeout = 60_000L)
|
||||||
public void testFindNew()
|
public void testFindNew()
|
||||||
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
|
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
package io.druid.curator.announcement;
|
package io.druid.curator.announcement;
|
||||||
|
|
||||||
import com.google.common.collect.Sets;
|
import com.google.common.collect.Sets;
|
||||||
import com.metamx.common.ISE;
|
|
||||||
import io.druid.concurrent.Execs;
|
import io.druid.concurrent.Execs;
|
||||||
import io.druid.curator.CuratorTestBase;
|
import io.druid.curator.CuratorTestBase;
|
||||||
import org.apache.curator.framework.CuratorFramework;
|
import org.apache.curator.framework.CuratorFramework;
|
||||||
@ -33,6 +32,7 @@ import org.apache.zookeeper.data.Stat;
|
|||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
@ -128,6 +128,7 @@ public class AnnouncerTest extends CuratorTestBase
|
|||||||
Assert.assertNull("expect /somewhere/test2 unannounced", curator.checkExists().forPath(testPath2));
|
Assert.assertNull("expect /somewhere/test2 unannounced", curator.checkExists().forPath(testPath2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore // https://github.com/druid-io/druid/issues/2167
|
||||||
@Test(timeout = 60_000L)
|
@Test(timeout = 60_000L)
|
||||||
public void testSessionKilled() throws Exception
|
public void testSessionKilled() throws Exception
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user