You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/03/13 00:24:32 UTC

[hbase] branch master updated: HBASE-23979 Disable TestSlowLogRecorder until parent addressed

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 02b6bbe  HBASE-23979 Disable TestSlowLogRecorder until parent addressed
02b6bbe is described below

commit 02b6bbe7ce0e57eba695caf754edc820d9366748
Author: stack <st...@apache.org>
AuthorDate: Thu Mar 12 17:22:55 2020 -0700

    HBASE-23979 Disable TestSlowLogRecorder until parent addressed
---
 .../apache/hadoop/hbase/regionserver/slowlog/TestSlowLogRecorder.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/slowlog/TestSlowLogRecorder.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/slowlog/TestSlowLogRecorder.java
index 6a56c09..5516fb3 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/slowlog/TestSlowLogRecorder.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/slowlog/TestSlowLogRecorder.java
@@ -40,6 +40,7 @@ import org.apache.hadoop.hbase.testclassification.MasterTests;
 import org.apache.hadoop.hbase.testclassification.MediumTests;
 import org.junit.Assert;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 import org.slf4j.Logger;
@@ -61,6 +62,7 @@ import org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPaylo
  * Tests for Online SlowLog Provider Service
  */
 @Category({MasterTests.class, MediumTests.class})
+@Ignore // Disabled until HBASE-23977 is addressed.
 public class TestSlowLogRecorder {
 
   @ClassRule