stack created HBASE-8829:
----------------------------
Summary: Improve failed TestMetaScanner assert message so can see
where/why failure
Key: HBASE-8829
URL: https://issues.apache.org/jira/browse/HBASE-8829
Project: HBase
Issue Type: Task
Reporter: stack
I am looking at a failed TestMetaScanner from internal cluster and it asserts
failure but says nought about why:
{code}
Stacktrace
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.hadoop.hbase.client.TestMetaScanner$1MetaScannerVerifier.run(TestMetaScanner.java:208)
at java.lang.Thread.run(Thread.java:662)
{code}
Totally useless.
--
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