You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/08/21 23:00:33 UTC

[impala] 02/02: IMPALA-8880: Disable EventsProcessorStressTest

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit dce3a58b330798e2362b2701b698805721633ff9
Author: Vihang Karajgaonkar <vi...@cloudera.com>
AuthorDate: Wed Aug 21 10:23:01 2019 -0700

    IMPALA-8880: Disable EventsProcessorStressTest
    
    EventsProcessorStressTest is flaky. The root-cause of this is MAPREDUCE-6441 which is
    unavailable in the component builds we use in the minicluster. The test will be renabled
    once we port MAPREDUCE-6441 to Hive-3 and Hive-2 minicluster
    
    Testing:
    1. Ran the test on hive-2 and confirmed its being ignored
    
    Change-Id: I0be247e01d5047dbd74702fb43d4d038d8ccf758
    Reviewed-on: http://gerrit.cloudera.org:8080/14117
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .../org/apache/impala/catalog/events/EventsProcessorStressTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java b/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java
index a340ed1..19da6fb 100644
--- a/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java
+++ b/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java
@@ -36,6 +36,7 @@ import org.apache.thrift.TException;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -188,6 +189,7 @@ public class EventsProcessorStressTest {
     }
   }
 
+  @Ignore("Ignored until MAPREDUCE-6441 is available in the toolchain")
   @Test
   public void testUsingRandomHiveQueries() throws Exception {
     LOG.info("Using number of clients: {} number of queries per client: {}", numClients_,