Sergey Shelukhin created HBASE-7527: ---------------------------------------
Summary: integration tests STILL won't run from tar.gz in trunk Key: HBASE-7527 URL: https://issues.apache.org/jira/browse/HBASE-7527 Project: HBase Issue Type: Bug Components: test Affects Versions: 0.96.0 Reporter: Sergey Shelukhin Assignee: Sergey Shelukhin The problem is that the class used to find test classes sits in common test jar, which is not included in the package. However, if we move the class to the common jar itself, we'll have a JUnit dependency. And if we cannot just move it to integration tests, because a test that verifies test categories makes use of it too. This is all very sad. I will see if there's any way to not have junit dependency (we already seem to deploy junit so it might not be such a big deal). -- 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