[
https://issues.apache.org/jira/browse/HBASE-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13666649#comment-13666649
]
stack commented on HBASE-8583:
------------------------------
v3. Maybe it is the way that I am doing it. I build a tgz. Start hbase.
Then I do this:
{code}
$ ./bin/hbase org.apache.hadoop.hbase.IntegrationTestsDriver -r
.*IntegrationTestBigLinkedListWithChaosMonkey.*
{code}
.. and then it does this:
{code}
2013-05-24 13:41:44,842 INFO [main-SendThread(localhost:2181)]
zookeeper.ClientCnxn: Session establishment complete on server
localhost/127.0.0.1:2181, sessionid = 0x13ed82b81570008, negotiated timeout =
40000
E
Time: 0.949
There was 1 failure:
1)
testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithChaosMonkey)
java.lang.Exception: Cluster does not have enough nodes:5
at
org.apache.hadoop.hbase.IntegrationTestingUtility.checkNodeCount(IntegrationTestingUtility.java:89)
at
org.apache.hadoop.hbase.IntegrationTestingUtility.initializeCluster(IntegrationTestingUtility.java:76)
at
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.setUp(IntegrationTestBigLinkedList.java:926)
at
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithChaosMonkey.setUp(IntegrationTestBigLinkedListWithChaosMonkey.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runners.Suite.runChild(Suite.java:127)
at org.junit.runners.Suite.runChild(Suite.java:26)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
at
org.apache.hadoop.hbase.IntegrationTestsDriver.doWork(IntegrationTestsDriver.java:111)
at
org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:108)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
at
org.apache.hadoop.hbase.IntegrationTestsDriver.main(IntegrationTestsDriver.java:47)
FAILURES!!!
Tests run: 1, Failures: 1
{code}
> Create a new IntegrationTestBigLinkedListWithChaosMonkey
> --------------------------------------------------------
>
> Key: HBASE-8583
> URL: https://issues.apache.org/jira/browse/HBASE-8583
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Fix For: 0.95.1
>
> Attachments: hbase-8583.patch, hbase-8583-v1.patch,
> hbase-8583-v2.patch, hbase-8583-v3.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira