You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/04/06 21:04:51 UTC

hbase git commit: Amend HBASE-13409 Add categories to uncategorized tests; fix compliation error

Repository: hbase
Updated Branches:
  refs/heads/branch-1 935352c4d -> 298276815


Amend HBASE-13409 Add categories to uncategorized tests; fix compliation error


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/29827681
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/29827681
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/29827681

Branch: refs/heads/branch-1
Commit: 29827681533613854269282aa61256127c492c45
Parents: 935352c
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Apr 6 12:03:42 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Apr 6 12:03:42 2015 -0700

----------------------------------------------------------------------
 .../apache/hadoop/hbase/client/TestClientExponentialBackoff.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/29827681/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientExponentialBackoff.java
----------------------------------------------------------------------
diff --git a/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientExponentialBackoff.java b/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientExponentialBackoff.java
index 275adc0..01c696c 100644
--- a/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientExponentialBackoff.java
+++ b/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientExponentialBackoff.java
@@ -23,7 +23,6 @@ import org.apache.hadoop.hbase.ServerName;
 import org.apache.hadoop.hbase.client.backoff.ExponentialClientBackoffPolicy;
 import org.apache.hadoop.hbase.client.backoff.ServerStatistics;
 import org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
-import org.apache.hadoop.hbase.testclassification.ClientTests;
 import org.apache.hadoop.hbase.testclassification.SmallTests;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.junit.Test;
@@ -33,7 +32,7 @@ import org.mockito.Mockito;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
 
-@Category({ClientTests.class, SmallTests.class})
+@Category(SmallTests.class)
 public class TestClientExponentialBackoff {
 
   ServerName server = Mockito.mock(ServerName.class);