You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2018/05/24 16:59:00 UTC

[jira] [Created] (HBASE-20640) TestQuotaGlobalsSettingsBypass missing test category

Josh Elser created HBASE-20640:
----------------------------------

             Summary: TestQuotaGlobalsSettingsBypass missing test category
                 Key: HBASE-20640
                 URL: https://issues.apache.org/jira/browse/HBASE-20640
             Project: HBase
          Issue Type: Improvement
          Components: test
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 2.1.0


{noformat}
# Created on 2018-05-24T12:55:49.432
org.apache.maven.surefire.testset.TestSetFailedException: Test mechanism :: 0
  at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:223)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
  at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
  at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  at org.apache.hadoop.hbase.HBaseClassTestRuleChecker.testStarted(HBaseClassTestRuleChecker.java:45)
  at org.junit.runner.notification.RunNotifier$3.notifyListener(RunNotifier.java:121)
  at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
  at org.junit.runner.notification.RunNotifier.fireTestStarted(RunNotifier.java:118)
  at org.apache.maven.surefire.common.junit4.Notifier.fireTestStarted(Notifier.java:100)
  at org.junit.internal.runners.model.EachTestNotifier.fireTestStarted(EachTestNotifier.java:42)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:323)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
  ... 4 more{noformat}
Looks like I missed a test category in HBASE-18807



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)