[stargate] "Failed tests: warning(junit.framework.TestSuite$1)" and DEBUG
output is dumped to console since move to Mavenized build
-----------------------------------------------------------------------------------------------------------------------------------
Key: HBASE-2268
URL: https://issues.apache.org/jira/browse/HBASE-2268
Project: Hadoop HBase
Issue Type: Bug
Reporter: Andrew Purtell
Fix For: 0.21.0
Two problems with running unit tests since Stargate was moved to Maven,
possibly related:
1) DEBUG output from tests is dumped to console.
2) "Failed tests: warning(junit.framework.TestSuite$1)" -- what?
{noformat}
Results :
Failed tests:
warning(junit.framework.TestSuite$1)
Tests run: 76, Failures: 1, Errors: 0, Skipped: 0
{noformat}
Someone who knows Maven, can you take a look at this?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.